[packages/python-huTools] - initial, please review - works for me
draenog
draenog at pld-linux.org
Wed Nov 7 13:48:11 CET 2012
commit c4ce2c87ef5fa1bc9e21c77f893b8f32c62b5b72
Author: Andrzej Zawadzki <zawadaa at gmail.com>
Date: Mon Jan 4 15:08:10 2010 +0000
- initial, please review
- works for me
Changed files:
python-huTools.spec -> 1.1
python-huTools.spec | 49 +++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 49 insertions(+)
---
diff --git a/python-huTools.spec b/python-huTools.spec
new file mode 100644
index 0000000..91afce4
--- /dev/null
+++ b/python-huTools.spec
@@ -0,0 +1,49 @@
+
+%define module huTools
+
+Summary: huTools - Various tiny tools and toys for Python
+Summary(pl.UTF-8): huTools - zestaw malutkich modułów dla Pythona
+Name: python-%{module}
+Version: 0.39p3
+Release: 1
+License: BSD
+Group: Development/Languages/Python
+Source0: http://cybernetics.hudora.biz/dist/huTools/huTools-%{version}.tar.gz
+# Source0-md5: 2eb653af7e3dfd9d0deb6619043621c0
+URL: http://cybernetics.hudora.biz/projects/wiki/huTools
+BuildRequires: python-devel >= 2.4
+BuildRequires: rpm-pythonprov
+%pyrequires_eq python-modules
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Various tiny tools and toys to make Python coding less work more fun.
+
+%description -l pl.UTF-8
+Kilka przydatnych mdułów dla Pythona.
+
+%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
+
+%py_postclean
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%dir %{py_sitescriptdir}/%{module}
+%{py_sitescriptdir}/%{module}/*.py[co]
+%dir %{py_sitescriptdir}/%{module}/calendar
+%{py_sitescriptdir}/%{module}/calendar/*.py[co]
+%{py_sitescriptdir}/*.egg-info
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-huTools.git/commitdiff/c4ce2c87ef5fa1bc9e21c77f893b8f32c62b5b72
More information about the pld-cvs-commit
mailing list