SPECS: python-ReportLab-rl_accel.spec (NEW), python-ReportLab.spec...

patrys patrys at pld-linux.org
Thu Apr 12 14:11:07 CEST 2007


Author: patrys                       Date: Thu Apr 12 12:11:07 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- up to 2.0, separate C extension

---- Files affected:
SPECS:
   python-ReportLab-rl_accel.spec (NONE -> 1.1)  (NEW), python-ReportLab.spec (1.35 -> 1.36) 

---- Diffs:

================================================================
Index: SPECS/python-ReportLab-rl_accel.spec
diff -u /dev/null SPECS/python-ReportLab-rl_accel.spec:1.1
--- /dev/null	Thu Apr 12 14:11:07 2007
+++ SPECS/python-ReportLab-rl_accel.spec	Thu Apr 12 14:11:01 2007
@@ -0,0 +1,50 @@
+# $Revision$, $Date$
+%define		module	ReportLab
+%define		_snap	20070412
+Summary:	A C coded extension accelerator for the ReportLab Toolkit
+Name:		python-%{module}-rl_accel
+Version:	0.60
+Release:	1
+License:	distributable
+Group:		Libraries/Python
+Source0:	http://www.reportlab.org/daily/rl_accel-%{version}-daily-unix.tgz
+# Source0-md5:	3ab351d94797eda2ef77d6b88426597f
+URL:		http://www.reportlab.com/
+BuildRequires:	python-devel >= 1:2.4
+%pyrequires_eq	python
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+A C coded extension accelerator for the ReportLab Toolkit.
+
+%prep
+%setup -q -n rl_accel-%{version}-%{_snap}
+
+%build
+cd rl_accel
+CFLAGS="%{rpmcflags}"; export CFLAGS
+python setup.py build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+cd rl_accel
+python setup.py install \
+	--root=$RPM_BUILD_ROOT \
+	--optimize=2
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{py_sitedir}/*.so
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2007/04/12 12:11:01  patrys
+- up to 2.0, separate C extension
+

================================================================
Index: SPECS/python-ReportLab.spec
diff -u SPECS/python-ReportLab.spec:1.35 SPECS/python-ReportLab.spec:1.36
--- SPECS/python-ReportLab.spec:1.35	Tue Feb 13 09:06:42 2007
+++ SPECS/python-ReportLab.spec	Thu Apr 12 14:11:01 2007
@@ -4,14 +4,14 @@
 Summary:	Python library for generating PDFs and graphics
 Summary(pl.UTF-8):	Moduły Pythona do generowania PDF-ów oraz grafik
 Name:		python-%{module}
-Version:	1.21
+Version:	2.0
 Release:	1
 License:	distributable
 Group:		Libraries/Python
 Source0:	http://www.reportlab.com/ftp/ReportLab_%{fversion}.tgz
-# Source0-md5:	5bc101ff85e56096ea9584c0117a27a8
+# Source0-md5:	0de80cdf310dac692ba6ea02beb4481b
 URL:		http://www.reportlab.com/
-BuildRequires:	python-devel >= 1:2.3
+BuildRequires:	python-devel >= 1:2.4
 %pyrequires_eq	python
 Requires:	python-PIL
 Obsoletes:	ReportLab
@@ -138,6 +138,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.36  2007/04/12 12:11:01  patrys
+- up to 2.0, separate C extension
+
 Revision 1.35  2007/02/13 08:06:42  glen
 - tabs in preamble
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/python-ReportLab.spec?r1=1.35&r2=1.36&f=u



More information about the pld-cvs-commit mailing list