From 6dfb9cc13b3f9e5c75d46482b7490cc074006211db773584dd0d84f6f72b31a7 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Thu, 22 Sep 2011 10:47:23 +0000 Subject: [PATCH] Accepting request 84351 from Java:packages - Remove redundant tags/sections from specfile (forwarded request 82934 from jengelh) OBS-URL: https://build.opensuse.org/request/show/84351 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/byaccj?expand=0&rev=7 --- byaccj.changes | 5 +++++ byaccj.spec | 9 ++------- 2 files changed, 7 insertions(+), 7 deletions(-) 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