SPECS: python-pyRXP.spec - 1.12 - distributing stable versions as ...
patrys
patrys at pld-linux.org
Tue Nov 6 17:32:11 CET 2007
Author: patrys Date: Tue Nov 6 16:32:11 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- 1.12
- distributing stable versions as snapshots is a great idea
---- Files affected:
SPECS:
python-pyRXP.spec (1.14 -> 1.15)
---- Diffs:
================================================================
Index: SPECS/python-pyRXP.spec
diff -u SPECS/python-pyRXP.spec:1.14 SPECS/python-pyRXP.spec:1.15
--- SPECS/python-pyRXP.spec:1.14 Tue Feb 13 09:06:43 2007
+++ SPECS/python-pyRXP.spec Tue Nov 6 17:32:06 2007
@@ -7,20 +7,20 @@
# (need for spec for http://www.reportlab.org/rl_toolkit.html)
#
-
-%define module pyRXP
+%define _snap 20071106
+%define module pyRXP
Summary: A Python wrapper for the RXP parser
Summary(pl.UTF-8): Pythonowy interfejs do analizatora XML RXP
Name: python-%{module}
-Version: 0.9
-Release: 2
+Version: 1.12
+Release: 1
License: GPL v2
Group: Libraries/Python
-Source0: http://www.reportlab.org/ftp/%{module}-0-9.tgz
-# Source0-md5: 7d69870d3884f9e40f111a62525e0d77
+Source0: http://www.reportlab.org/daily/%{module}-%{version}-daily-unix.tgz
+# Source0-md5: 614ec61a1f65231e8018897b5f5e2f5f
Source1: http://www.reportlab.com/docs/PyRXP_Documentation.pdf
-# Source1-md5: 3ae69ba61f1facea5b76e91dbee8718e
+# Source1-md5: 984096b03131336f4eb53de829782576
URL: http://www.reportlab.org/pyrxp.html
BuildRequires: python-devel >= 2.2.1
%pyrequires_eq python-modules
@@ -59,9 +59,10 @@
Pakiet zawierający programy przykładowe dla modułu Pythona pyRXP.
%prep
-%setup -q -c %{module}-%{version}
+%setup -q -n pyRXP-%{version}-%{_snap}
%build
+cd pyRXP
CFLAGS="%{rpmcflags}"
export CFLAGS
python setup.py build
@@ -69,6 +70,7 @@
cp -a %{SOURCE1} docs
%install
+cd pyRXP
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT{%{py_sitedir},%{_examplesdir}/%{name}-%{version}}
@@ -82,12 +84,13 @@
%files
%defattr(644,root,root,755)
-%doc README
+%doc pyRXP/README
+%{py_sitedir}/pyRXP-%{version}-py*.egg-info
%attr(755,root,root) %{py_sitedir}/*.so
%files doc
%defattr(644,root,root,755)
-%doc docs/PyRXP_Documentation.pdf
+%doc pyRXP/docs/PyRXP_Documentation.pdf
%files examples
%defattr(644,root,root,755)
@@ -99,6 +102,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.15 2007/11/06 16:32:06 patrys
+- 1.12
+- distributing stable versions as snapshots is a great idea
+
Revision 1.14 2007/02/13 08:06:43 glen
- tabs in preamble
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/python-pyRXP.spec?r1=1.14&r2=1.15&f=u
More information about the pld-cvs-commit
mailing list