rpms/gourmet/FC-3 gourmet.spec,1.3,1.4 sources,1.4,1.5

Michael A. Peters (mpeters) fedora-extras-commits at redhat.com
Tue Apr 25 09:49:42 UTC 2006


Author: mpeters

Update of /cvs/extras/rpms/gourmet/FC-3
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23071

Modified Files:
	gourmet.spec sources 
Log Message:
fc3 build



Index: gourmet.spec
===================================================================
RCS file: /cvs/extras/rpms/gourmet/FC-3/gourmet.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gourmet.spec	11 Nov 2005 23:28:07 -0000	1.3
+++ gourmet.spec	25 Apr 2006 09:49:42 -0000	1.4
@@ -1,8 +1,8 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:		gourmet
-Version:	0.8.5.13
-Release:	1%{?dist}
+Version:	0.8.5.14
+Release:	2%{?dist}
 Summary:	PyGTK Recipe Manager
 
 Group:		Applications/Productivity
@@ -33,10 +33,21 @@
 %prep
 %setup -q
 %{__sed} -i 's?\.$??g' gourmet.desktop
+%{__sed} -i 's?\r??' src/lib/defaults_sk.py
+%{__sed} -i 's?\r??' src/lib/defaults_pt.py
+chmod -x data/recipe.dtd
 # remove *.mo files - we'll regenerate them
 pushd i18n
 find -name \*.mo |xargs rm -f
 popd
+# remove shell bangs
+pushd src/lib
+for file in `find . -type f`; do
+  cp $file $file.orig
+  grep -v "\#\!\/usr\/bin" $file.orig > $file
+  rm -f $file.orig
+done
+popd
 
 %build
 pushd i18n
@@ -52,6 +63,7 @@
 %{__python} setup.py install -O1 --skip-build --root %buildroot \
 --disable-modules-check
 
+
 desktop-file-install %buildroot%_datadir/applications/gourmet.desktop \
 --vendor=fedora \
 --add-category=X-Fedora \
@@ -59,7 +71,6 @@
 --copy-name-to-generic-name \
 --delete-original
 
-
 %find_lang %{name}
 
 %clean
@@ -98,6 +109,13 @@
 %{_datadir}/gourmet
 
 %changelog
+* Tue Apr 25 2006 Michael A. Peters <mpeters at mac.com> - 0.8.5.14-2
+- try build again
+
+* Fri Mar 17 2006 Michael A. Peters <mpeters at mac.com> - 0.8.5.14-1
+- New upstream version
+- rpmlint cleanup
+
 * Fri Nov 11 2005 Michael A. Peters <mpeters at mac.com> - 0.8.5.13-1
 - New upstream version
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/gourmet/FC-3/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	11 Nov 2005 23:28:07 -0000	1.4
+++ sources	25 Apr 2006 09:49:42 -0000	1.5
@@ -1,2 +1,2 @@
-77b615493759a5a37a55589e7a24b9a9  gourmet-0.8.5.12.tar.gz
 3db64a0609bf5d97b81d8600dda559b9  gourmet-0.8.5.13.tar.gz
+f958809ea958f79a0593c3e226388faa  gourmet-0.8.5.14.tar.gz




More information about the scm-commits mailing list