!7 update to 2.2.3

Merge pull request !7 from eaglegai/master
This commit is contained in:
openeuler-ci-bot 2021-12-20 11:42:12 +00:00 committed by Gitee
commit a369c3b652
5 changed files with 9 additions and 3 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1,6 +1,6 @@
Summary: A library implementing algorithms related to the Unicode Standard Summary: A library implementing algorithms related to the Unicode Standard
Name: courier-unicode Name: courier-unicode
Version: 2.1 Version: 2.2.3
Release: 1 Release: 1
License: GPLv3 License: GPLv3
URL: https://sourceforge.net/projects/courier/files/courier-unicode URL: https://sourceforge.net/projects/courier/files/courier-unicode
@ -8,6 +8,7 @@ Source0: https://downloads.sourceforge.net/project/courier/%{name}/%
Source1: https://downloads.sourceforge.net/project/courier/%{name}/%{version}/%{name}-%{version}.tar.bz2.sig Source1: https://downloads.sourceforge.net/project/courier/%{name}/%{version}/%{name}-%{version}.tar.bz2.sig
Source2: pubkey.maildrop Source2: pubkey.maildrop
BuildRequires: gcc-c++ gcc gnupg perl-interpreter BuildRequires: gcc-c++ gcc gnupg perl-interpreter
BuildRequires: courier-unicode
%description %description
This library implements several algorithms related to the Unicode Standard: This library implements several algorithms related to the Unicode Standard:
* Look up uppercase, lowercase, and titlecase equivalents of a unicode character. * Look up uppercase, lowercase, and titlecase equivalents of a unicode character.
@ -39,6 +40,7 @@ gpg --verify %{SOURCE1} %{SOURCE0}
%install %install
%makeinstall %makeinstall
rm %{buildroot}%{_libdir}/*.la rm %{buildroot}%{_libdir}/*.la
cp %{_libdir}/libcourier-unicode.so.4* %{buildroot}%{_libdir}/
%check %check
%{__make} check %{__make} check
@ -46,8 +48,8 @@ rm %{buildroot}%{_libdir}/*.la
%files %files
%license COPYING %license COPYING
%doc README ChangeLog AUTHORS %doc README ChangeLog AUTHORS
%{_libdir}/libcourier-unicode.so.4 %{_libdir}/libcourier-unicode.so.4*
%{_libdir}/libcourier-unicode.so.4.1.0 %{_libdir}/libcourier-unicode.so.7*
%files devel %files devel
%{_includedir}/courier-unicode.h %{_includedir}/courier-unicode.h
@ -55,10 +57,14 @@ rm %{buildroot}%{_libdir}/*.la
%{_includedir}/courier-unicode-script-tab.h %{_includedir}/courier-unicode-script-tab.h
%{_libdir}/libcourier-unicode.so %{_libdir}/libcourier-unicode.so
%{_datadir}/aclocal/courier-unicode.m4 %{_datadir}/aclocal/courier-unicode.m4
%{_datadir}/aclocal/courier-unicode-version.m4
%{_mandir}/man3/* %{_mandir}/man3/*
%{_mandir}/man7/* %{_mandir}/man7/*
%changelog %changelog
* Sat Dec 18 2021 gaihuiying <gaihuiying1@huawei.com> - 2.2.3
- update to 2.2.3
* Mon Jan 25 2021 orange-snn <songnannan2@huawei.com> - 2.1-1 * Mon Jan 25 2021 orange-snn <songnannan2@huawei.com> - 2.1-1
- update to 2.1 - update to 2.1