SPECS: python-PyRSS2Gen.spec (NEW) - initial checkin

troll troll at pld-linux.org
Sat Apr 15 00:39:17 CEST 2006


Author: troll                        Date: Fri Apr 14 22:39:17 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial checkin

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

---- Diffs:

================================================================
Index: SPECS/python-PyRSS2Gen.spec
diff -u /dev/null SPECS/python-PyRSS2Gen.spec:1.1
--- /dev/null	Sat Apr 15 00:39:17 2006
+++ SPECS/python-PyRSS2Gen.spec	Sat Apr 15 00:39:11 2006
@@ -0,0 +1,54 @@
+# $Revision$, $Date$
+%define		module	PyRSS2Gen
+
+Summary:	A Python library for generating RSS 2.0 feeds
+Summary(pl):	Biblioteka pythonowa do generowania kanałów RSS 2.0
+Name:		python-%{module}
+Version:	1.0.0
+Release:	1
+License:	BSD
+Group:		Libraries/Python
+Source0:	http://www.dalkescientific.com/Python/%{module}-%{version}.tar.gz
+# Source0-md5:	b37ed0c9cfa4438a73dbbb0207f3aff6
+URL:		http://www.dalkescientific.com/Python/PyRSS2Gen.html
+BuildRequires:	python-devel >= 2.3
+%pyrequires_eq	python-modules
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+A Python library for generating RSS 2.0 feeds.
+
+%description -l pl
+Biblioteka pythonowa służąca do generowania kanałów RSS 2.0.
+
+%prep
+%setup -q -n %{module}-%{version}
+
+%build
+python setup.py build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+python setup.py install \
+	--root=$RPM_BUILD_ROOT \
+	--optimize=2
+
+rm -f $RPM_BUILD_ROOT%{py_sitescriptdir}/%{module}.py
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README
+%{py_sitescriptdir}/%{module}.py[co]
+
+%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/04/14 22:39:11  troll
+- initial checkin
+
================================================================


More information about the pld-cvs-commit mailing list