diff --git a/apache-portlet-1_0-api.changes b/apache-portlet-1_0-api.changes index 89d2159..48f7e74 100644 --- a/apache-portlet-1_0-api.changes +++ b/apache-portlet-1_0-api.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Sep 17 11:12:25 UTC 2011 - jengelh@medozas.de + +- Remove redundant tags/sections from specfile + ------------------------------------------------------------------- Mon Aug 25 16:59:29 CEST 2008 - mvyskocil@suse.cz diff --git a/apache-portlet-1_0-api.spec b/apache-portlet-1_0-api.spec index 92dd533..1cff4e2 100644 --- a/apache-portlet-1_0-api.spec +++ b/apache-portlet-1_0-api.spec @@ -1,7 +1,7 @@ # -# spec file for package apache-portlet-1_0-api (Version 1.0) +# spec file for package apache-portlet-1_0-api # -# Copyright (c) 2008 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 @@ -106,9 +106,6 @@ ln -s %{name}-%{version} $RPM_BUILD_ROOT%{_javadocdir}/%{name} install -d -m 755 $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version} cp %{SOURCE2} $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/LICENSE.TXT -%clean -rm -rf $RPM_BUILD_ROOT - %post %update_maven_depmap @@ -130,9 +127,3 @@ rm -rf $RPM_BUILD_ROOT %{_javadocdir}/%{name} %changelog -* Mon Aug 25 2008 mvyskocil@suse.cz -- target=1.5 source=1.5 -- remove a gcj build support -- fixed some rpmlint warnings -* Thu Mar 13 2008 mvyskocil@suse.cz -- Initial package build of version 1.0 (jpackage 1.7)