]> git.pld-linux.org Git - packages/python-pyicu.git/blobdiff - python-pyicu.spec
- release 2
[packages/python-pyicu.git] / python-pyicu.spec
index ab9d4f96c6fdb2b5f56efa340f16b902f0273982..6564635c31b953f697b23fc129176e5fa4ef4663 100644 (file)
@@ -1,19 +1,19 @@
 %define        module  pyicu
 Summary:       PyICU is a python extension wrapping IBM's ICU C++ API
 Name:          python-%{module}
-Version:       0.8.1
-Release:       1
-License:       GPL
-Group:         Base
+Version:       1.0
+Release:       2
+License:       BSD-like
+Group:         Development/Languages/Python
 URL:           http://pyicu.osafoundation.org/
 Source0:       http://pypi.python.org/packages/source/P/PyICU/PyICU-%{version}.tar.gz
-# Source0-md5: 789092993f84ccd6ba21d7346d6e093d
+# Source0-md5: 138d257dd11e1c438d8d7b7fec9a2bdf
 BuildRequires: libicu-devel >= 3.6
 BuildRequires: libstdc++-devel
 BuildRequires: python-devel >= 1:2.3
+BuildRequires: python-modules
+BuildRequires: rpm-pythonprov
 BuildRequires: rpmbuild(macros) >= 1.219
-Requires:      libicu >= 3.6
-Requires:      libstdc++
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -43,7 +43,9 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc CHANGES CREDITS LICENSE README
 %{py_sitedir}/PyICU.py[co]
-%attr(755,root,root) %{py_sitedir}/_PyICU.so
+%{py_sitedir}/docs.py[co]
+%{py_sitedir}/icu.py[co]
+%attr(755,root,root) %{py_sitedir}/_icu.so
 %if "%{py_ver}" > "2.4"
 %{py_sitedir}/PyICU-%{version}*.egg-info
 %endif
This page took 0.101553 seconds and 4 git commands to generate.