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

Michael A. Peters (mpeters) fedora-extras-commits at redhat.com
Fri Mar 17 20:01:41 UTC 2006


Author: mpeters

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

Modified Files:
	.cvsignore gourmet.spec sources 
Log Message:
Updated version
removed shell bangs from site-lib stuff that isn't installed as executable
fixed some EOL encoding errors



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/gourmet/FC-4/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	11 Nov 2005 23:29:07 -0000	1.4
+++ .cvsignore	17 Mar 2006 20:01:40 -0000	1.5
@@ -1,2 +1,3 @@
 gourmet-0.8.5.12.tar.gz
 gourmet-0.8.5.13.tar.gz
+gourmet-0.8.5.14.tar.gz


Index: gourmet.spec
===================================================================
RCS file: /cvs/extras/rpms/gourmet/FC-4/gourmet.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gourmet.spec	11 Nov 2005 23:29:07 -0000	1.3
+++ gourmet.spec	17 Mar 2006 20:01:40 -0000	1.4
@@ -1,7 +1,7 @@
 %{!?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
+Version:	0.8.5.14
 Release:	1%{?dist}
 Summary:	PyGTK Recipe Manager
 
@@ -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,10 @@
 %{_datadir}/gourmet
 
 %changelog
+* 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-4/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	11 Nov 2005 23:29:07 -0000	1.4
+++ sources	17 Mar 2006 20:01:40 -0000	1.5
@@ -1,2 +1,3 @@
 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 fedora-extras-commits mailing list