rpms/byacc/devel byacc.spec,1.2,1.3

Petr Machata (pmachata) fedora-extras-commits at redhat.com
Wed Sep 12 15:01:46 UTC 2007


Author: pmachata

Update of /cvs/pkgs/rpms/byacc/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18940

Modified Files:
	byacc.spec 
Log Message:
* 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.



Index: byacc.spec
===================================================================
RCS file: /cvs/pkgs/rpms/byacc/devel/byacc.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- byacc.spec	1 Mar 2007 18:19:49 -0000	1.2
+++ byacc.spec	12 Sep 2007 15:01:11 -0000	1.3
@@ -1,9 +1,9 @@
 %define byaccdate 20050813
 
-Summary: A public domain Yacc parser generator
+Summary: Berkeley Yacc, a parser generator
 Name: byacc
 Version: 1.9.%{byaccdate}
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: Public Domain
 Group: Development/Tools
 URL: http://dickey.his.com/byacc/byacc.html
@@ -29,8 +29,6 @@
 make DESTDIR=$RPM_BUILD_ROOT install
 ln -s yacc $RPM_BUILD_ROOT/%{_bindir}/byacc
 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
 echo ====================TESTING=========================
@@ -41,14 +39,19 @@
 rm -rf $RPM_BUILD_ROOT
 
 %files
-%doc ACKNOWLEDGEMENTS CHANGES README NEW_FEATURES
-%defattr(-,root,root)
+%doc ACKNOWLEDGEMENTS CHANGES NEW_FEATURES NOTES NO_WARRANTY README
+%defattr(-,root,root,-)
 %{_bindir}/yacc
 %{_bindir}/byacc
 %{_mandir}/man1/yacc.1*
 %{_mandir}/man1/byacc.1*
 
 %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 at redhat.com> - 1.9.20050813-1
 - Thomas Dickey's 20050813 version of byacc:
   - own build system (linux patch reverted)




More information about the fedora-extras-commits mailing list