rpms/cook/devel .cvsignore, 1.3, 1.4 cook.spec, 1.9, 1.10 sources, 1.3, 1.4

Gérard Milmeister (gemi) fedora-extras-commits at redhat.com
Tue Jan 17 17:54:10 UTC 2006


Author: gemi

Update of /cvs/extras/rpms/cook/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25570

Modified Files:
	.cvsignore cook.spec sources 
Log Message:
new version 2.26


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/cook/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	12 Feb 2005 13:14:48 -0000	1.3
+++ .cvsignore	17 Jan 2006 17:54:10 -0000	1.4
@@ -1 +1 @@
-cook-2.25.tar.gz
+cook-2.26.tar.gz


Index: cook.spec
===================================================================
RCS file: /cvs/extras/rpms/cook/devel/cook.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- cook.spec	25 May 2005 21:37:18 -0000	1.9
+++ cook.spec	17 Jan 2006 17:54:10 -0000	1.10
@@ -1,13 +1,13 @@
 Name:		cook
-Version:	2.25
-Release: 4
+Version:	2.26
+Release:	1%{?dist}
 
 Summary: 	File construction tool
 
 Group:		Development/Tools
 License:	GPL
 URL:		http://www.canb.auug.org.au/~millerp/cook/
-Source:		http://www.canb.auug.org.au/~millerp/cook/cook-2.25.tar.gz
+Source:		http://www.canb.auug.org.au/~millerp/cook/cook-2.26.tar.gz
 Patch0: cook-2.25-gcc4.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	groff, bison, gettext, sharutils, m4
@@ -20,9 +20,11 @@
 creating any file, such as include files.  The cook program provides a
 mechanism to define these.
 
+
 %prep
 %setup -q
-%patch0 -p1 -b .gcc4
+#%patch0 -p1 -b .gcc4
+
 
 %build
 %configure
@@ -31,6 +33,7 @@
     gzip -c $f > $f.gz
 done
 
+
 %install
 rm -fr ${RPM_BUILD_ROOT}
 mkdir -p $RPM_BUILD_ROOT%{_bindir}
@@ -40,12 +43,15 @@
 make DESTDIR=${RPM_BUILD_ROOT} install
 rm -fr ${RPM_BUILD_ROOT}%{_datadir}/cook/en
 
+
 %check
 make sure
 
+
 %clean
 rm -fr ${RPM_BUILD_ROOT}
 
+
 %files
 %defattr (-,root,root,-)
 %{_bindir}/*
@@ -55,7 +61,11 @@
 %doc lib/en/*.ps.gz
 %doc README LICENSE
 
+
 %changelog
+* Tue Jan 17 2006 Gerard Milmeister <gemi at bluewin.ch> - 2.26-1
+- new version 2.26
+
 * Wed May 25 2005 Jeremy Katz <katzj at redhat.com> - 2.25-4
 - fix build with gcc4 (mschwendt, #156203)
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/cook/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	12 Feb 2005 13:14:48 -0000	1.3
+++ sources	17 Jan 2006 17:54:10 -0000	1.4
@@ -1 +1 @@
-fd116da31c59c04abe41519fc131b504  cook-2.25.tar.gz
+6cfae86ca89dcfcbd6483aa586a5ac72  cook-2.26.tar.gz




More information about the fedora-extras-commits mailing list