Accepting request 84355 from Java:packages

- Remove redundant tags/sections from specfile as discussed on opensuse-packaging (forwarded request 82972 from jengelh)

OBS-URL: https://build.opensuse.org/request/show/84355
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aelfred?expand=0&rev=11
This commit is contained in:
Sascha Peilicke 2011-09-23 08:18:17 +00:00 committed by Git OBS Bridge
parent 7a5eaf9adb
commit 3f917c2eae
2 changed files with 7 additions and 15 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Sep 17 10:49:23 UTC 2011 - jengelh@medozas.de
- Remove redundant tags/sections from specfile
-------------------------------------------------------------------
Mon Mar 3 10:28:26 CET 2008 - mvyskocil@suse.cz

View File

@ -1,7 +1,7 @@
#
# spec file for package aelfred (Version 1.2)
# spec file for package aelfred
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2011 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
@ -15,7 +15,6 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
%define gcj_support %{?_with_gcj_support:1}%{!?_with_gcj_support:%{?_without_gcj_support:0}%{!?_without_gcj_support:%{?_gcj_support:%{_gcj_support}}%{!?_gcj_support:0}}}
@ -118,9 +117,6 @@ export CLASSPATH=$(build-classpath gnu-crypto)
%{_bindir}/aot-compile-rpm
%endif
%clean
%__rm -rf %{buildroot}
%post javadoc
%__rm -f %{_javadocdir}/%{name}
%__ln_s %{name}-%{version} %{_javadocdir}/%{name}
@ -167,12 +163,3 @@ fi
%{_datadir}/%{name}/Demo
%changelog
* Mon Mar 03 2008 mvyskocil@suse.cz
- merged with jpackage 1.7
- allow to build with icedtea
* Fri Mar 30 2007 ssommer@suse.de
- add unzip to BuildRequires
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Wed Oct 19 2005 jsmeix@suse.de
- Current version 1.2 from JPackage.org