]> git.pld-linux.org Git - packages/python-PyRSS2Gen.git/blame - python-PyRSS2Gen.spec
BR: rpmbuild(macros) >= 1.710
[packages/python-PyRSS2Gen.git] / python-PyRSS2Gen.spec
CommitLineData
87d62bf7
MC
1%define module PyRSS2Gen
2
3Summary: A Python library for generating RSS 2.0 feeds
4f13d885 4Summary(pl.UTF-8): Biblioteka pythonowa do generowania kanałów RSS 2.0
87d62bf7
MC
5Name: python-%{module}
6Version: 1.0.0
8ef69670 7Release: 4
87d62bf7
MC
8License: BSD
9Group: Libraries/Python
10Source0: http://www.dalkescientific.com/Python/%{module}-%{version}.tar.gz
11# Source0-md5: b37ed0c9cfa4438a73dbbb0207f3aff6
12URL: http://www.dalkescientific.com/Python/PyRSS2Gen.html
959e127c 13BuildRequires: rpmbuild(macros) >= 1.710
87d62bf7 14BuildRequires: python-devel >= 2.3
ad21d49b 15BuildRequires: rpm-pythonprov
87d62bf7
MC
16%pyrequires_eq python-modules
17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19%description
20A Python library for generating RSS 2.0 feeds.
21
14fc1884
JR
22%description -l pl.UTF-8
23Biblioteka pythonowa służąca do generowania kanałów RSS 2.0.
87d62bf7
MC
24
25%prep
26%setup -q -n %{module}-%{version}
27
28%build
29869964 29%py_build
87d62bf7
MC
30
31%install
32rm -rf $RPM_BUILD_ROOT
29869964 33%py_install
87d62bf7
MC
34
35rm -f $RPM_BUILD_ROOT%{py_sitescriptdir}/%{module}.py
36
37%clean
38rm -rf $RPM_BUILD_ROOT
39
40%files
41%defattr(644,root,root,755)
42%doc README
43%{py_sitescriptdir}/%{module}.py[co]
This page took 0.104807 seconds and 4 git commands to generate.