rpms/bison/devel bison.spec,1.33,1.34

Petr Machata pmachata at fedoraproject.org
Mon Sep 15 13:18:27 UTC 2008


Author: pmachata

Update of /cvs/pkgs/rpms/bison/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14108

Modified Files:
	bison.spec 
Log Message:
Cleanup per merge review



Index: bison.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bison/devel/bison.spec,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- bison.spec	19 Feb 2008 19:53:29 -0000	1.33
+++ bison.spec	15 Sep 2008 13:17:57 -0000	1.34
@@ -1,7 +1,7 @@
-Summary: A GNU general-purpose parser generator.
+Summary: A GNU general-purpose parser generator
 Name: bison
 Version: 2.3
-Release: 5%{?dist}
+Release: 6%{?dist}
 License: GPLv2+
 Group: Development/Tools
 Source: ftp://ftp.gnu.org/pub/gnu/bison/bison-%{version}.tar.bz2
@@ -81,6 +81,8 @@
   /sbin/install-info --delete %{_infodir}/bison.info.gz %{_infodir}/dir --entry="* bison: (bison).                        The GNU parser generator." || :
 fi
 
+# The distribution contains also source files.  These are used by m4
+# when the target parser file is generated.
 %files -f %{name}.lang
 %defattr(-,root,root)
 %doc AUTHORS ChangeLog NEWS OChangeLog README THANKS TODO
@@ -100,6 +102,12 @@
 rm -rf $RPM_BUILD_ROOT
 
 %changelog
+* Mon Sep 15 2008 Petr Machata <pmachata at redhat.com> - 2.3-6
+- Merge review:
+  - Drop terminating dot from Summary
+  - Escape macros inadvertently left in changelog
+  - Explain why are there source files in the main package
+
 * Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 2.3-5
 - Autorebuild for GCC 4.3
 
@@ -148,7 +156,7 @@
 - update upstream URLs, add doc files (#144346)
 
 * Thu Jan  6 2005 Roland McGrath <roland at redhat.com> - 2.0-3
-- missing %defattr for subpackage
+- missing %%defattr for subpackage
 
 * Thu Jan  6 2005 Roland McGrath <roland at redhat.com> - 2.0-2
 - split liby.a into bison-devel package




More information about the fedora-extras-commits mailing list