]> git.pld-linux.org Git - SPECS.git/blob - python-PyRSS2Gen.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / python-PyRSS2Gen.spec
1 %define         module  PyRSS2Gen
2
3 Summary:        A Python library for generating RSS 2.0 feeds
4 Summary(pl.UTF-8):      Biblioteka pythonowa do generowania kanałów RSS 2.0
5 Name:           python-%{module}
6 Version:        1.0.0
7 Release:        4
8 License:        BSD
9 Group:          Libraries/Python
10 Source0:        http://www.dalkescientific.com/Python/%{module}-%{version}.tar.gz
11 # Source0-md5:  b37ed0c9cfa4438a73dbbb0207f3aff6
12 URL:            http://www.dalkescientific.com/Python/PyRSS2Gen.html
13 BuildRequires:  rpmbuild(macros) >= 1.710
14 BuildRequires:  python-devel >= 2.3
15 BuildRequires:  rpm-pythonprov
16 %pyrequires_eq  python-modules
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 A Python library for generating RSS 2.0 feeds.
21
22 %description -l pl.UTF-8
23 Biblioteka pythonowa służąca do generowania kanałów RSS 2.0.
24
25 %prep
26 %setup -q -n %{module}-%{version}
27
28 %build
29 %py_build
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33 %py_install
34
35 rm -f $RPM_BUILD_ROOT%{py_sitescriptdir}/%{module}.py
36
37 %clean
38 rm -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.593498 seconds and 3 git commands to generate.