delete useless so files
This commit is contained in:
parent
a369c3b652
commit
e8fd9c1f4f
@ -1,14 +1,13 @@
|
|||||||
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.2.3
|
Version: 2.2.3
|
||||||
Release: 1
|
Release: 2
|
||||||
License: GPLv3
|
License: GPLv3
|
||||||
URL: https://sourceforge.net/projects/courier/files/courier-unicode
|
URL: https://sourceforge.net/projects/courier/files/courier-unicode
|
||||||
Source0: https://downloads.sourceforge.net/project/courier/%{name}/%{version}/%{name}-%{version}.tar.bz2
|
Source0: https://downloads.sourceforge.net/project/courier/%{name}/%{version}/%{name}-%{version}.tar.bz2
|
||||||
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.
|
||||||
@ -40,7 +39,6 @@ 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
|
||||||
@ -48,7 +46,6 @@ cp %{_libdir}/libcourier-unicode.so.4* %{buildroot}%{_libdir}/
|
|||||||
%files
|
%files
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%doc README ChangeLog AUTHORS
|
%doc README ChangeLog AUTHORS
|
||||||
%{_libdir}/libcourier-unicode.so.4*
|
|
||||||
%{_libdir}/libcourier-unicode.so.7*
|
%{_libdir}/libcourier-unicode.so.7*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
@ -62,6 +59,9 @@ cp %{_libdir}/libcourier-unicode.so.4* %{buildroot}%{_libdir}/
|
|||||||
%{_mandir}/man7/*
|
%{_mandir}/man7/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 22 2022 gaihuiying <eaglegai@163.com> - 2.2.3-2
|
||||||
|
- delete useless so files
|
||||||
|
|
||||||
* Sat Dec 18 2021 gaihuiying <gaihuiying1@huawei.com> - 2.2.3
|
* Sat Dec 18 2021 gaihuiying <gaihuiying1@huawei.com> - 2.2.3
|
||||||
- update to 2.2.3
|
- update to 2.2.3
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user