diff --git a/byaccj.changes b/byaccj.changes index a3a539a..ff724c4 100644 --- a/byaccj.changes +++ b/byaccj.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Sep 17 21:11:07 UTC 2011 - jengelh@medozas.de + +- Remove redundant tags/sections from specfile + ------------------------------------------------------------------- Sat Apr 25 16:51:10 CEST 2009 - mvyskocil@suse.cz diff --git a/byaccj.spec b/byaccj.spec index aa26698..4122071 100644 --- a/byaccj.spec +++ b/byaccj.spec @@ -1,7 +1,7 @@ # -# spec file for package byaccj (Version 1.14) +# spec file for package byaccj # -# 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 @@ -60,9 +60,6 @@ mkdir -p %{buildroot}%{_bindir} cp -p src/yacc.linux \ %{buildroot}%{_bindir}/%{name} -%clean -rm -rf %{buildroot} - %files %defattr(0644,root,root,0755) %doc docs/* src/readme src/README @@ -70,5 +67,3 @@ rm -rf %{buildroot} %attr(755, root, root) %{_bindir}/%{name} %changelog -* Sat Apr 25 2009 mvyskocil@suse.cz -- created package