packages: urlwatch/urlwatch.spec - python specific egg.info
lisu
lisu at pld-linux.org
Wed Aug 19 13:59:41 CEST 2009
Author: lisu Date: Wed Aug 19 11:59:41 2009 GMT
Module: packages Tag: HEAD
---- Log message:
- python specific egg.info
---- Files affected:
packages/urlwatch:
urlwatch.spec (1.3 -> 1.4)
---- Diffs:
================================================================
Index: packages/urlwatch/urlwatch.spec
diff -u packages/urlwatch/urlwatch.spec:1.3 packages/urlwatch/urlwatch.spec:1.4
--- packages/urlwatch/urlwatch.spec:1.3 Wed Aug 19 13:57:04 2009
+++ packages/urlwatch/urlwatch.spec Wed Aug 19 13:59:36 2009
@@ -10,7 +10,7 @@
# Source0-md5: 358f3b82a2c762c713b513bc0e5622b6
Patch0: %{name}-useless_files.patch
URL: http://thpinfo.com/2008/urlwatch/
-BuildRequires: python-devel >= 1:2.5
+BuildRequires: python-devel
BuildRequires: rpm-pythonprov
BuildRequires: rpmbuild(macros) >= 1.219
BuildArch: noarch
@@ -55,7 +55,9 @@
%{_mandir}/man1/urlwatch.1*
%dir %{py_sitescriptdir}/urlwatch
%{py_sitescriptdir}/urlwatch/*.py[co]
+%if "%{py_ver}" > "2.4"
%{py_sitescriptdir}/*.egg-info
+%endif
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -63,6 +65,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.4 2009/08/19 11:59:36 lisu
+- python specific egg.info
+
Revision 1.3 2009/08/19 11:57:04 lisu
- 1.8
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/urlwatch/urlwatch.spec?r1=1.3&r2=1.4&f=u
More information about the pld-cvs-commit
mailing list