rpms/cook/devel .cvsignore, 1.5, 1.6 cook.spec, 1.14, 1.15 sources, 1.5, 1.6

Gérard Milmeister (gemi) fedora-extras-commits at redhat.com
Tue Aug 21 17:50:00 UTC 2007


Author: gemi

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

Modified Files:
	.cvsignore cook.spec sources 
Log Message:
new release 2.30


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/cook/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	6 Jun 2007 17:09:54 -0000	1.5
+++ .cvsignore	21 Aug 2007 17:49:28 -0000	1.6
@@ -1 +1 @@
-cook-2.28.tar.gz
+cook-2.30.tar.gz


Index: cook.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cook/devel/cook.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- cook.spec	6 Jun 2007 17:09:54 -0000	1.14
+++ cook.spec	21 Aug 2007 17:49:28 -0000	1.15
@@ -1,11 +1,11 @@
 Name:		cook
-Version:	2.28
+Version:	2.30
 Release:	1%{?dist}
 
 Summary: 	File construction tool
 
 Group:		Development/Tools
-License:	GPL
+License:	GPLv2+
 URL:		http://miller.emu.id.au/pmiller/software/cook
 Source:		http://miller.emu.id.au/pmiller/software/cook/cook-%{version}.tar.gz
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -30,7 +30,7 @@
 
 
 %build
-%configure
+%configure --libdir=%{_datadir}
 # _smp_mflags breaks the build
 make # %{?_smp_mflags}
 for f in lib/en/*.ps; do
@@ -39,13 +39,16 @@
 
 
 %install
-rm -fr ${RPM_BUILD_ROOT}
+rm -fr $RPM_BUILD_ROOT
 mkdir -p $RPM_BUILD_ROOT%{_bindir}
 mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1
 mkdir -p $RPM_BUILD_ROOT%{_datadir}/cook/en/man1
-mkdir -p $RPM_BUILD_ROOT%{_libdir}/cook/en/LC_MESSAGES
-make DESTDIR=${RPM_BUILD_ROOT} install
-rm -fr ${RPM_BUILD_ROOT}%{_datadir}/cook/en
+mkdir -p $RPM_BUILD_ROOT%{_datadir}/cook/en/LC_MESSAGES
+make DESTDIR=$RPM_BUILD_ROOT install
+rm -fr $RPM_BUILD_ROOT%{_datadir}/cook/en/man1
+rm -fr $RPM_BUILD_ROOT%{_datadir}/cook/en/refman.*
+rm -fr $RPM_BUILD_ROOT%{_datadir}/cook/en/tutorial.*
+rm -fr $RPM_BUILD_ROOT%{_datadir}/cook/en/user-guide.*
 
 
 %check
@@ -59,7 +62,6 @@
 %files
 %defattr (-,root,root,-)
 %{_bindir}/*
-%{_libdir}/cook
 %{_datadir}/cook
 %{_mandir}/man1/*
 %doc *.pdf
@@ -67,6 +69,10 @@
 
 
 %changelog
+* Tue Aug 21 2007 Gerard Milmeister <gemi at bluewin.ch> - 2.30-1
+- new release 2.30
+- change license to GPLv2+
+
 * Wed Jun  6 2007 Gerard Milmeister <gemi at bluewin.ch> - 2.28-1
 - new version 2.28
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/cook/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	6 Jun 2007 17:09:54 -0000	1.5
+++ sources	21 Aug 2007 17:49:28 -0000	1.6
@@ -1 +1 @@
-7a848e5bce7b19dd0be5a1793cedc2fa  cook-2.28.tar.gz
+d39120baf1ce7b4482d7c96d47f3047f  cook-2.30.tar.gz




More information about the fedora-extras-commits mailing list