]> git.pld-linux.org Git - packages/python-pyicu.git/blobdiff - python-pyicu.spec
- updated to 1.3
[packages/python-pyicu.git] / python-pyicu.spec
index ab9d4f96c6fdb2b5f56efa340f16b902f0273982..ebbd7daf931b6d29b773a19dced4bc143ad92f44 100644 (file)
@@ -1,23 +1,27 @@
-%define        module  pyicu
-Summary:       PyICU is a python extension wrapping IBM's ICU C++ API
-Name:          python-%{module}
-Version:       0.8.1
+Summary:       PyICU - Python extension wrapping IBM's ICU C++ API
+Summary(pl.UTF-8):     PyICU - rozszerzenie Pythona obudowujące API C++ biblioteki ICU firmy IBM
+Name:          python-pyicu
+Version:       1.3
 Release:       1
-License:       GPL
-Group:         Base
-URL:           http://pyicu.osafoundation.org/
+License:       MIT-like
+Group:         Development/Languages/Python
 Source0:       http://pypi.python.org/packages/source/P/PyICU/PyICU-%{version}.tar.gz
-# Source0-md5: 789092993f84ccd6ba21d7346d6e093d
+# Source0-md5: c1d1b8ec79d0f6c670a8f093792c180f
+URL:           http://pyicu.osafoundation.org/
 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
-PyICU is a python extension wrapping IBM's ICU C++ API.
+PyICU is a Python extension wrapping IBM's ICU C++ API.
+
+%description -l pl.UTF-8
+PyICU to rozszerzenie Pythona obudowujące API C++ biblioteki ICU firmy
+IBM.
 
 %prep
 %setup -q -n PyICU-%{version}
@@ -43,7 +47,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
+%{py_sitedir}/PyICU-%{version}-py*.egg-info
 %endif
This page took 0.068802 seconds and 4 git commands to generate.