]> git.pld-linux.org Git - packages/python-mechanize.git/commitdiff
- init version
authorJakub Krajniak <jkrajniak@gmail.com>
Fri, 9 Feb 2007 21:17:52 +0000 (21:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    python-mechanize.spec -> 1.1

python-mechanize.spec [new file with mode: 0644]

diff --git a/python-mechanize.spec b/python-mechanize.spec
new file mode 100644 (file)
index 0000000..8346969
--- /dev/null
@@ -0,0 +1,44 @@
+%define                module mechanize
+%define                _beta b
+Summary:       Library for automating interaction with web pages
+Summary(pl):   Biblioteka do automatycznej interakcji ze stronami WWW
+Name:          python-%{module}
+Version:       0.1.6
+Release:       0.%{_beta}.1
+License:       BSD
+Group:         Development/Languages/Pytho
+Source0:       http://wwwsearch.sourceforge.net/%{module}/src/%{module}-%{version}%{_beta}.tar.gz
+# Source0-md5: 98c27be9464f1342ede05784999d2757
+URL:           http://wwwsearch.sourceforge.net
+%pyrequires_eq  python-modules
+BuildRequires:  python >= 1:2.3
+BuildRequires:  python-devel >= 1:2.3
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Library for automating interaction with web pages.
+
+%description -l pl
+Biblioteka do automatycznej interakcji ze stronami WWW.
+
+%prep
+%setup -q -n %{module}-%{version}%{_beta}
+
+%build
+python setup.py build 
+
+%install
+python setup.py install \
+    --root=$RPM_BUILD_ROOT \
+    --optimize=2
+
+%py_postclean %{_datadir}/%{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%doc COPYING.txt README.html ChangeLog.txt
+%defattr(644,root,root,755)
+%dir %{py_sitescriptdir}/%{module}/
+%{py_sitescriptdir}/%{module}/*.py[oc]
This page took 0.041596 seconds and 4 git commands to generate.