- Update summary.
- Remove useless doc copying in install section. - Add NOTES and NO_WARRANTY docs.
This commit is contained in:
parent
becac56c55
commit
9510fbf410
15
byacc.spec
15
byacc.spec
@ -1,9 +1,9 @@
|
|||||||
%define byaccdate 20050813
|
%define byaccdate 20050813
|
||||||
|
|
||||||
Summary: A public domain Yacc parser generator
|
Summary: Berkeley Yacc, a parser generator
|
||||||
Name: byacc
|
Name: byacc
|
||||||
Version: 1.9.%{byaccdate}
|
Version: 1.9.%{byaccdate}
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: Public Domain
|
License: Public Domain
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
URL: http://dickey.his.com/byacc/byacc.html
|
URL: http://dickey.his.com/byacc/byacc.html
|
||||||
@ -29,8 +29,6 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
make DESTDIR=$RPM_BUILD_ROOT install
|
make DESTDIR=$RPM_BUILD_ROOT install
|
||||||
ln -s yacc $RPM_BUILD_ROOT/%{_bindir}/byacc
|
ln -s yacc $RPM_BUILD_ROOT/%{_bindir}/byacc
|
||||||
ln -s yacc.1 $RPM_BUILD_ROOT/%{_mandir}/man1/byacc.1
|
ln -s yacc.1 $RPM_BUILD_ROOT/%{_mandir}/man1/byacc.1
|
||||||
install -d $RPM_BUILD_ROOT/%{_docdir}/%{name}-%{version}/
|
|
||||||
install -m 644 ACKNOWLEDGEMENTS CHANGES README NEW_FEATURES $RPM_BUILD_ROOT/%{_docdir}/%{name}-%{version}/
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
echo ====================TESTING=========================
|
echo ====================TESTING=========================
|
||||||
@ -41,14 +39,19 @@ echo ====================TESTING END=====================
|
|||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc ACKNOWLEDGEMENTS CHANGES README NEW_FEATURES
|
%doc ACKNOWLEDGEMENTS CHANGES NEW_FEATURES NOTES NO_WARRANTY README
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root,-)
|
||||||
%{_bindir}/yacc
|
%{_bindir}/yacc
|
||||||
%{_bindir}/byacc
|
%{_bindir}/byacc
|
||||||
%{_mandir}/man1/yacc.1*
|
%{_mandir}/man1/yacc.1*
|
||||||
%{_mandir}/man1/byacc.1*
|
%{_mandir}/man1/byacc.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri 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
|
* Thu Feb 2 2007 Petr Machata <pmachata@redhat.com> - 1.9.20050813-1
|
||||||
- Thomas Dickey's 20050813 version of byacc:
|
- Thomas Dickey's 20050813 version of byacc:
|
||||||
- own build system (linux patch reverted)
|
- own build system (linux patch reverted)
|
||||||
|
Loading…
Reference in New Issue
Block a user