parent
49504f9e33
commit
a0a425399f
1
.gitignore
vendored
1
.gitignore
vendored
@ -12,3 +12,4 @@ byacc-20*/
|
||||
/byacc-20120115.tgz
|
||||
/byacc-20130304.tgz
|
||||
/byacc-20130925.tgz
|
||||
/byacc-20141128.tgz
|
||||
|
11
byacc.spec
11
byacc.spec
@ -1,9 +1,9 @@
|
||||
%define byaccdate 20130925
|
||||
%define byaccdate 20141128
|
||||
|
||||
Summary: Berkeley Yacc, a parser generator
|
||||
Name: byacc
|
||||
Version: 1.9.%{byaccdate}
|
||||
Release: 4%{?dist}
|
||||
Release: 1%{?dist}
|
||||
License: Public Domain
|
||||
Group: Development/Tools
|
||||
URL: http://invisible-island.net/byacc/byacc.html
|
||||
@ -55,6 +55,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/man1/byacc.1*
|
||||
|
||||
%changelog
|
||||
* Mon Mar 02 2015 Patsy Franklin <pfrankli@redhat.com> - 1.9.20141128-1
|
||||
- Rebase to 20141128
|
||||
|
||||
* Fri Aug 15 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9.20130925-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||
|
||||
@ -134,12 +137,12 @@ rm -rf $RPM_BUILD_ROOT
|
||||
- Update to the 20070509 release.
|
||||
- Related: #225632
|
||||
|
||||
* Fri Sep 12 2007 Matthias Saou <http://freshrpms.net/> 1.9.20050813-2
|
||||
* Wed Sep 12 2007 Matthias Saou <http://freshrpms.net/> 1.9.20050813-2
|
||||
- Update summary.
|
||||
- Remove useless doc copying in install section.
|
||||
- Add NOTES and NO_WARRANTY docs.
|
||||
|
||||
* Thu Feb 2 2007 Petr Machata <pmachata@redhat.com> - 1.9.20050813-1
|
||||
* Fri Feb 2 2007 Petr Machata <pmachata@redhat.com> - 1.9.20050813-1
|
||||
- Thomas Dickey's 20050813 version of byacc:
|
||||
- own build system (linux patch reverted)
|
||||
- use tmpfile (security patch reverted)
|
||||
|
Loading…
Reference in New Issue
Block a user