From 56b98d4819ddaceceeea678abae2baa2f4371be8 Mon Sep 17 00:00:00 2001 From: GĂ©rard Milmeister Date: Jan 17 2006 17:54:10 +0000 Subject: new version 2.26 --- diff --git a/.cvsignore b/.cvsignore index 55d2c4a..ca4a845 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -cook-2.25.tar.gz +cook-2.26.tar.gz diff --git a/cook.spec b/cook.spec index 53d391c..6d2ca60 100644 --- a/cook.spec +++ b/cook.spec @@ -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 @@ there will be prerequisites to performing the actions necessary to 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 @@ for f in lib/en/*.ps; do gzip -c $f > $f.gz done + %install rm -fr ${RPM_BUILD_ROOT} mkdir -p $RPM_BUILD_ROOT%{_bindir} @@ -40,12 +43,15 @@ mkdir -p $RPM_BUILD_ROOT%{_libdir}/cook/en/LC_MESSAGES 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 @@ rm -fr ${RPM_BUILD_ROOT} %doc lib/en/*.ps.gz %doc README LICENSE + %changelog +* Tue Jan 17 2006 Gerard Milmeister - 2.26-1 +- new version 2.26 + * Wed May 25 2005 Jeremy Katz - 2.25-4 - fix build with gcc4 (mschwendt, #156203) diff --git a/sources b/sources index ee842ef..647e03a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -fd116da31c59c04abe41519fc131b504 cook-2.25.tar.gz +6cfae86ca89dcfcbd6483aa586a5ac72 cook-2.26.tar.gz