59 lines
1.7 KiB
RPMSpec
59 lines
1.7 KiB
RPMSpec
Name: pyicu
|
|
Version: 1.9.7
|
|
Release: 1mamba
|
|
Summary: A Python extension wrapping IBM's International Components for Unicode C++ library (ICU)
|
|
Group: System/Libraries
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: https://github.com/ovalhub/pyicu
|
|
Source: https://pypi.debian.net/PyICU/PyICU-%{version}.tar.gz
|
|
License: OSI Approved
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libgcc
|
|
BuildRequires: libicu-devel
|
|
BuildRequires: libpython-devel
|
|
BuildRequires: libpython27-devel
|
|
BuildRequires: libstdc++6-devel
|
|
## AUTOBUILDREQ-END
|
|
BuildRequires: libpython-devel
|
|
Requires: python >= %python_version
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
%description
|
|
%{summary}.
|
|
|
|
%prep
|
|
%setup -q -n PyICU-%{version}
|
|
|
|
%build
|
|
CFLAGS="%{optflags}" %{__python} setup.py build
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%{__python} setup.py install \
|
|
-O1 --skip-build \
|
|
--root="%{buildroot}" \
|
|
--install-headers=%{_includedir}/python \
|
|
--install-lib=%{python_sitearch} \
|
|
--record=%{name}.filelist
|
|
|
|
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
|
|
|
%files -f %{name}.filelist
|
|
%defattr(-,root,root)
|
|
%dir %{python_sitearch}/PyICU-%{version}-py*.egg-info
|
|
%{python_sitearch}/PyICU-%{version}-py*.egg-info/*
|
|
%doc CREDITS LICENSE
|
|
|
|
%changelog
|
|
* Thu Oct 26 2017 Automatic Build System <autodist@mambasoft.it> 1.9.7-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Thu Sep 01 2016 Automatic Build System <autodist@mambasoft.it> 1.9.3-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Sat Mar 05 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 1.9.2-1mamba
|
|
- package created using the webbuild interface
|