From d1dac096af90d9208e6bf4e95364693f74fa97ec7f7cd10d44ae91e6b51a1ff3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Sun, 18 Sep 2011 08:35:09 +0000 Subject: [PATCH] Accepting request 82933 from home:jengelh:bl-b - Remove redundant tags/sections from specfile OBS-URL: https://build.opensuse.org/request/show/82933 OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/byacc?expand=0&rev=3 --- byacc.changes | 5 +++++ byacc.spec | 24 ------------------------ 2 files changed, 5 insertions(+), 24 deletions(-) diff --git a/byacc.changes b/byacc.changes index 95d0d7d..3fed42d 100644 --- a/byacc.changes +++ b/byacc.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Sep 17 21:10:51 UTC 2011 - jengelh@medozas.de + +- Remove redundant tags/sections from specfile + ------------------------------------------------------------------- Mon Mar 29 18:27:53 UTC 2010 - guido+opensuse.org@berhoerster.name diff --git a/byacc.spec b/byacc.spec index 9dddb1a..e7cf5e7 100644 --- a/byacc.spec +++ b/byacc.spec @@ -25,7 +25,6 @@ Summary: LALR(1) parser generator Group: Development/Languages/C and C++ License: Public Domain Url: http://invisible-island.net/byacc/byacc.html -AutoReqProv: on Source: http://invisible-island.net/datafiles/release/byacc.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -35,26 +34,6 @@ possible with AT&T Yacc and it accepts any input specification that conforms to the AT&T Yacc documentation. In contrast to bison, it is written to avoid dependencies upon a particular compiler. -Authors: --------- - Robert Corbett - Thomas E. Dickey - Benson I. Margulies - Dave Gentzel - Antoine Verheijen - Peter S. Housel - Dale Smith - Ozan Yigit - John Campbell - Bill Sommerfeld - Paul Hilfinger - Gary Bridgewater - Dave Bakken - Dan Lanciani - Richard Sargent - Parag Patel - - %prep %setup @@ -69,9 +48,6 @@ make %{?_smp_mflags} mv %{buildroot}%{_bindir}/yacc %{buildroot}%{_bindir}/byacc mv %{buildroot}%{_mandir}/man1/yacc.1 %{buildroot}%{_mandir}/man1/byacc.1 -%clean -rm -rf $RPM_BUILD_ROOT - %files %defattr(-,root,root,-) %doc ACKNOWLEDGEMENTS CHANGES NEW_FEATURES NO_WARRANTY NOTES README