rpms/rpl/devel rpl.spec,1.1,1.2

Tim Jackson (timj) fedora-extras-commits at redhat.com
Sun Sep 10 11:06:33 UTC 2006


Author: timj

Update of /cvs/extras/rpms/rpl/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26637

Modified Files:
	rpl.spec 
Log Message:
Remove env/python hack


Index: rpl.spec
===================================================================
RCS file: /cvs/extras/rpms/rpl/devel/rpl.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rpl.spec	10 Sep 2006 11:01:56 -0000	1.1
+++ rpl.spec	10 Sep 2006 11:06:33 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           rpl
 Version:        1.5.3
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Intelligent recursive search/replace utility
 
 Group:          Applications/Text
@@ -10,6 +10,7 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
+Requires:       python
 
 %description
 rpl is a UN*X text replacement utility. It will replace strings with
@@ -22,9 +23,6 @@
 %prep
 %setup -q
 
-# Remove unnecessary call to env; breaks rpm auto-dep finding
-sed -i s_/"usr/bin/env python"_/usr/bin/python_ rpl
-
 %build
 # nothing to do
 
@@ -47,6 +45,9 @@
 
 
 %changelog
+* Sun Sep 10 2006 Tim Jackson <rpm at timj.co.uk> 1.5.3-4
+- Requires: python in place of env/python hack
+
 * Sat Sep 09 2006 Tim Jackson <rpm at timj.co.uk> 1.5.3-3
 - Fix missing dep on python
 




More information about the fedora-extras-commits mailing list