forked from pool/byacc
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
This commit is contained in:
parent
2e2ef230a7
commit
d1dac096af
@ -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
|
Mon Mar 29 18:27:53 UTC 2010 - guido+opensuse.org@berhoerster.name
|
||||||
|
|
||||||
|
24
byacc.spec
24
byacc.spec
@ -25,7 +25,6 @@ Summary: LALR(1) parser generator
|
|||||||
Group: Development/Languages/C and C++
|
Group: Development/Languages/C and C++
|
||||||
License: Public Domain
|
License: Public Domain
|
||||||
Url: http://invisible-island.net/byacc/byacc.html
|
Url: http://invisible-island.net/byacc/byacc.html
|
||||||
AutoReqProv: on
|
|
||||||
Source: http://invisible-island.net/datafiles/release/byacc.tar.gz
|
Source: http://invisible-island.net/datafiles/release/byacc.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
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
|
the AT&T Yacc documentation. In contrast to bison, it is written to avoid
|
||||||
dependencies upon a particular compiler.
|
dependencies upon a particular compiler.
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Robert Corbett
|
|
||||||
Thomas E. Dickey <dickey@invisible-island.net>
|
|
||||||
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
|
%prep
|
||||||
%setup
|
%setup
|
||||||
|
|
||||||
@ -69,9 +48,6 @@ make %{?_smp_mflags}
|
|||||||
mv %{buildroot}%{_bindir}/yacc %{buildroot}%{_bindir}/byacc
|
mv %{buildroot}%{_bindir}/yacc %{buildroot}%{_bindir}/byacc
|
||||||
mv %{buildroot}%{_mandir}/man1/yacc.1 %{buildroot}%{_mandir}/man1/byacc.1
|
mv %{buildroot}%{_mandir}/man1/yacc.1 %{buildroot}%{_mandir}/man1/byacc.1
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc ACKNOWLEDGEMENTS CHANGES NEW_FEATURES NO_WARRANTY NOTES README
|
%doc ACKNOWLEDGEMENTS CHANGES NEW_FEATURES NO_WARRANTY NOTES README
|
||||||
|
Loading…
Reference in New Issue
Block a user