Accepting request 184041 from home:coolo:branches:openSUSE:Factory

- %ghost is not a %dir but symlink

OBS-URL: https://build.opensuse.org/request/show/184041
OBS-URL: https://build.opensuse.org/package/show/Java:packages/aelfred?expand=0&rev=5
This commit is contained in:
Michal Vyskocil 2013-07-23 14:33:29 +00:00 committed by Git OBS Bridge
parent 095499ef82
commit 34583dc2de
2 changed files with 10 additions and 7 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jul 22 17:32:15 UTC 2013 - coolo@suse.com
- %ghost is not a %dir but symlink
-------------------------------------------------------------------
Sat Sep 17 10:49:23 UTC 2011 - jengelh@medozas.de

View File

@ -1,7 +1,7 @@
#
# spec file for package aelfred
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -24,13 +24,13 @@ Name: aelfred
%define release 0.a.7jpp
%define section free
Version: 1.2
Release: 266
Release: 0
Summary: Java-based XML parser
License: BSD-3-Clause
Group: Development/Libraries/Java
Url: http://www.jpackage.org/
Source0: http://card4u.fhnon.de/XMLKlassen/microstar-Parser/aelfred.zip
Patch0: aelfred-icedtea-build.patch
Group: Development/Libraries/Java
BuildRequires: ant
BuildRequires: jpackage-utils >= 1.6
%if ! %{gcj_support}
@ -56,7 +56,6 @@ non-commercial use.
%package javadoc
License: BSD-3-Clause
PreReq: coreutils
Summary: Java-based XML parser (documentation)
Group: Development/Libraries/Java
@ -69,10 +68,9 @@ Javadoc for aelfred.
%package demo
License: BSD-3-Clause
Summary: Java-based XML parser (demo and samples)
Requires: %{name} = %{version}-%{release}
Group: Development/Libraries/Java
Requires: %{name} = %{version}-%{release}
%description demo
Demonstrations and samples for aelfred.
@ -156,7 +154,7 @@ fi
%defattr(0644,root,root,0755)
%dir %{_javadocdir}/%{name}-%{version}
%{_javadocdir}/%{name}-%{version}/*
%ghost %dir %{_javadocdir}/%{name}
%ghost %{_javadocdir}/%{name}
%files demo
%defattr(0644,root,root,0755)