SPECS: python-IPy.spec - up to 0.62 - macros - single-version-externally-ma...
duddits
duddits at pld-linux.org
Sun Mar 15 16:38:56 CET 2009
Author: duddits Date: Sun Mar 15 15:38:56 2009 GMT
Module: SPECS Tag: HEAD
---- Log message:
- up to 0.62
- macros
- single-version-externally-managed option obsolete
- %files
---- Files affected:
SPECS:
python-IPy.spec (1.11 -> 1.12)
---- Diffs:
================================================================
Index: SPECS/python-IPy.spec
diff -u SPECS/python-IPy.spec:1.11 SPECS/python-IPy.spec:1.12
--- SPECS/python-IPy.spec:1.11 Tue Oct 14 08:42:27 2008
+++ SPECS/python-IPy.spec Sun Mar 15 16:38:50 2009
@@ -3,12 +3,12 @@
Summary: Class and tools for handling of IPv4 and IPv6 addresses and networks
Summary(pl.UTF-8): Klasy i narzędzia do obsługi adresów i sieci IPv4 i IPv6
Name: python-%{module}
-Version: 0.52
-Release: 3
+Version: 0.62
+Release: 1
License: BSD
Group: Libraries/Python
Source0: http://cheeseshop.python.org/packages/source/I/IPy/%{module}-%{version}.tar.gz
-# Source0-md5: 750a19436bc86f89b692c73e74aa2811
+# Source0-md5: c0509a7cf4143cd37728b93bac220ba9
URL: http://software.inl.fr/trac/trac.cgi/wiki/IPy
BuildRequires: python-devel >= 1:2.5
BuildRequires: python-setuptools
@@ -35,13 +35,12 @@
%setup -q -n %{module}-%{version}
%build
-python setup.py build
+%{__python} setup.py build
%install
rm -rf $RPM_BUILD_ROOT
-python setup.py install \
- --single-version-externally-managed \
+%{__python} setup.py install \
--optimize=2 \
--root $RPM_BUILD_ROOT
@@ -52,7 +51,7 @@
%files
%defattr(644,root,root,755)
-%doc README AUTHORS COPYING
+%doc ChangeLog PKG-INFO README AUTHORS COPYING
%attr(755,root,root) %{py_sitescriptdir}/*.py[co]
%{py_sitescriptdir}/*.egg-info
@@ -62,6 +61,12 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.12 2009/03/15 15:38:50 duddits
+- up to 0.62
+- macros
+- single-version-externally-managed option obsolete
+- %files
+
Revision 1.11 2008/10/14 06:42:27 arekm
- release 3
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/python-IPy.spec?r1=1.11&r2=1.12&f=u
More information about the pld-cvs-commit
mailing list