automatic version update by autodist [release 2.7.2-1mamba;Wed Apr 28 2021]
This commit is contained in:
parent
07dd486cd1
commit
07a169d3cc
16
pyicu.spec
16
pyicu.spec
@ -1,5 +1,5 @@
|
|||||||
Name: pyicu
|
Name: pyicu
|
||||||
Version: 2.6
|
Version: 2.7.2
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A Python extension wrapping IBM's International Components for Unicode C++ library (ICU)
|
Summary: A Python extension wrapping IBM's International Components for Unicode C++ library (ICU)
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -13,17 +13,17 @@ License: OSI Approved
|
|||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libicu-devel
|
BuildRequires: libicu-devel
|
||||||
BuildRequires: libpython-devel
|
|
||||||
BuildRequires: libpython27-devel
|
BuildRequires: libpython27-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: libpython-devel
|
|
||||||
Requires: python >= %python_version
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{summary}.
|
%{summary}.
|
||||||
|
|
||||||
|
%if "%{?with_pyver}"
|
||||||
|
%pyver_package
|
||||||
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n PyICU-%{version}
|
%setup -q -n PyICU-%{version}
|
||||||
|
|
||||||
@ -41,13 +41,15 @@ CFLAGS="%{optflags}" %{__python} setup.py build
|
|||||||
|
|
||||||
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||||
|
|
||||||
%files -f %{name}.filelist
|
%files %{?pyappend} -f %{name}.filelist
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{python_sitearch}/PyICU-%{version}-py*.egg-info
|
%dir %{python_sitearch}/PyICU-%{version}-py*.egg-info
|
||||||
%{python_sitearch}/PyICU-%{version}-py*.egg-info/*
|
%{python_sitearch}/PyICU-%{version}-py*.egg-info/*
|
||||||
%doc CREDITS LICENSE
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 28 2021 Automatic Build System <autodist@mambasoft.it> 2.7.2-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sun Feb 21 2021 Automatic Build System <autodist@mambasoft.it> 2.6-1mamba
|
* Sun Feb 21 2021 Automatic Build System <autodist@mambasoft.it> 2.6-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user