SPECS: rl_accel.spec (NEW) - initial, for reportlab 2.0

djurban djurban at pld-linux.org
Sat Aug 5 13:43:36 CEST 2006


Author: djurban                      Date: Sat Aug  5 11:43:36 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial, for reportlab 2.0

---- Files affected:
SPECS:
   rl_accel.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/rl_accel.spec
diff -u /dev/null SPECS/rl_accel.spec:1.1
--- /dev/null	Sat Aug  5 13:43:36 2006
+++ SPECS/rl_accel.spec	Sat Aug  5 13:43:31 2006
@@ -0,0 +1,47 @@
+# $Revision$, $Date$
+%define		_snap	20060805
+Summary:	ReportLab C accelerator extension
+Name:		rl_accel
+Version:	0.58
+Release:	0.%{_snap}.1
+License:	GPL
+Group:		Applications
+Source0:	http://www.reportlab.org/daily/%{name}-%{version}-daily-unix.tgz
+# Source0-md5:	7b0d606bc08caab63cf21b10a417ddda
+URL:		http://www.reportlab.org/downloads.html#rl_accel
+BuildRequires:	python
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+ReportLab C accelerator extension, recommended for production use of ReportLab.
+
+%prep
+%setup -q -n %{name}-%{version}-%{_snap}
+
+%build
+cd rl_accel
+%{__python} ./setup.py build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT
+cd rl_accel
+%{__python} ./setup.py install --root $RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{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  2006/08/05 11:43:31  djurban
+- initial, for reportlab 2.0
+
+
================================================================


More information about the pld-cvs-commit mailing list