diff --git a/dom4j.changes b/dom4j.changes index dca7bc5..17b1dac 100644 --- a/dom4j.changes +++ b/dom4j.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Sep 18 17:17:12 UTC 2011 - jengelh@medozas.de + +- Remove redundant tags/sections from specfile + (cf. packaging guidelines) + ------------------------------------------------------------------- Wed May 20 11:39:13 CEST 2009 - mvyskocil@suse.cz diff --git a/dom4j.spec b/dom4j.spec index 995bba7..58b5ca9 100644 --- a/dom4j.spec +++ b/dom4j.spec @@ -1,7 +1,7 @@ # -# spec file for package dom4j (Version 1.6.1) +# spec file for package dom4j # -# 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 @@ -286,9 +286,6 @@ install -m 0755 run.sh $RPM_BUILD_ROOT%{_datadir}/%{name} cp -p $RPM_BUILD_ROOT%{_javadir}/%{name}-jarjar-%{version}.jar $RPM_BUILD_ROOT%{repodirlib}/dom4j-jarjar.jar %endif -%clean -rm -rf $RPM_BUILD_ROOT - %post %update_maven_depmap @@ -334,14 +331,3 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog -* Wed May 20 2009 mvyskocil@suse.cz -- 'fixed bnc#501764: removed clover.license from source tarball' -* Mon May 18 2009 mvyskocil@suse.cz -- Removed documentation of ConcurrentReaderHashMap (bnc#504663) - * dom4j-1.6.1/docs/clover/org/dom4j/tree/ConcurrentReaderHashMap.html - * dom4j-1.6.1/docs/xref/org/dom4j/tree/ConcurrentReaderHashMap.html -* Thu May 14 2009 mvyskocil@suse.cz -- Initial SUSE packaging: - * spec script and jarjar build support was taken from jpackage.org 5.0 - * Source of dom4j and build.xml comes from Debian unstable, as there don't need - proprietary msv from sun (bnc#430592)