diff --git a/aelfred.changes b/aelfred.changes index fd467c1..899f77b 100644 --- a/aelfred.changes +++ b/aelfred.changes @@ -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 diff --git a/aelfred.spec b/aelfred.spec index 2ed5617..a1639ce 100644 --- a/aelfred.spec +++ b/aelfred.spec @@ -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