SPECS: ipodder.spec - add md5 - use exec to have less procs running
glen
glen at pld-linux.org
Sat Sep 24 15:57:32 CEST 2005
Author: glen Date: Sat Sep 24 13:57:32 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- add md5
- use exec to have less procs running
---- Files affected:
SPECS:
ipodder.spec (1.6 -> 1.7)
---- Diffs:
================================================================
Index: SPECS/ipodder.spec
diff -u SPECS/ipodder.spec:1.6 SPECS/ipodder.spec:1.7
--- SPECS/ipodder.spec:1.6 Sat Jul 30 16:13:47 2005
+++ SPECS/ipodder.spec Sat Sep 24 15:57:27 2005
@@ -8,6 +8,7 @@
License: GPL
Group: Applications/Sound
Source0: http://dl.sourceforge.net/ipodder/%{_name}-linux-%{version}.tar.bz2
+# Source0-md5: 6f07e89024244dda633c4e0d50f3febb
Patch0: %{name}-fixes.patch
URL: http://ipodder.sourceforge.net/
Requires: python-libxml2
@@ -67,7 +68,7 @@
cat << EOF > $RPM_BUILD_ROOT/%{_bindir}/%{name}
#!/bin/sh
cd %{_datadir}/%{name}
-%{_bindir}/python iPodderGui.py
+exec %{_bindir}/python iPodderGui.py
EOF
%clean
@@ -86,6 +87,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.7 2005/09/24 13:57:27 glen
+- add md5
+- use exec to have less procs running
+
Revision 1.6 2005/07/30 14:13:47 arekm
- fix main file
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/ipodder.spec?r1=1.6&r2=1.7&f=u
More information about the pld-cvs-commit
mailing list