]> git.pld-linux.org Git - packages/python-mechanize.git/blame - python-mechanize.spec
drop bogus rel macro
[packages/python-mechanize.git] / python-mechanize.spec
CommitLineData
99526896 1%define module mechanize
886bd95e 2%define extraver %{nil}
258edb59 3Summary: Library for automating interaction with web pages
0a3f642e 4Summary(pl.UTF-8): Biblioteka do automatycznej interakcji ze stronami WWW
258edb59 5Name: python-%{module}
40f12b87 6Version: 0.2.5
9b2860df 7Release: 2
a5f360a4 8License: BSD, ZPL 2.1
d5855ba1 9Group: Development/Languages/Python
dfca3e2b 10Source0: http://wwwsearch.sourceforge.net/mechanize/src/%{module}-%{version}%{extraver}.tar.gz
40f12b87 11# Source0-md5: 32657f139fc2fb75bcf193b63b8c60b2
7e42cab0 12URL: http://wwwsearch.sourceforge.net/
dfca3e2b
ER
13BuildRequires: python >= 1:2.3
14BuildRequires: python-devel >= 1:2.3
66117fc1 15BuildRequires: python-modules
dfca3e2b 16BuildRequires: python-setuptools
66117fc1 17BuildRequires: rpm-pythonprov
8918d8d0 18Requires: python-ClientForm >= 0.2.6
9b2860df 19Requires: python-modules
258edb59
JK
20BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22%description
23Library for automating interaction with web pages.
24
131786f7 25%description -l pl.UTF-8
258edb59
JK
26Biblioteka do automatycznej interakcji ze stronami WWW.
27
28%prep
dfca3e2b 29%setup -q -n %{module}-%{version}%{extraver}
258edb59
JK
30
31%build
dfca3e2b 32%{__python} setup.py build
258edb59
JK
33
34%install
dfca3e2b 35rm -rf $RPM_BUILD_ROOT
99526896 36%{__python} setup.py install \
258edb59
JK
37 --root=$RPM_BUILD_ROOT \
38 --optimize=2
39
40%py_postclean %{_datadir}/%{name}
41
42%clean
43rm -rf $RPM_BUILD_ROOT
44
45%files
258edb59 46%defattr(644,root,root,755)
86bf5307 47%doc COPYING.txt
7e42cab0 48%dir %{py_sitescriptdir}/%{module}
258edb59 49%{py_sitescriptdir}/%{module}/*.py[oc]
dfca3e2b
ER
50%if "%{py_ver}" > "2.4"
51%{py_sitescriptdir}/mechanize-*.egg-info
52%endif
This page took 0.108453 seconds and 4 git commands to generate.