!9 delete useless so files
From: @eaglegai Reviewed-by: @yanan-rock Signed-off-by: @yanan-rock
This commit is contained in:
commit
c74feb2b57
@ -1,14 +1,13 @@
|
||||
Summary: A library implementing algorithms related to the Unicode Standard
|
||||
Name: courier-unicode
|
||||
Version: 2.2.3
|
||||
Release: 1
|
||||
Release: 2
|
||||
License: GPLv3
|
||||
URL: https://sourceforge.net/projects/courier/files/courier-unicode
|
||||
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
|
||||
Source2: pubkey.maildrop
|
||||
BuildRequires: gcc-c++ gcc gnupg perl-interpreter
|
||||
BuildRequires: courier-unicode
|
||||
%description
|
||||
This library implements several algorithms related to the Unicode Standard:
|
||||
* Look up uppercase, lowercase, and titlecase equivalents of a unicode character.
|
||||
@ -40,7 +39,6 @@ gpg --verify %{SOURCE1} %{SOURCE0}
|
||||
%install
|
||||
%makeinstall
|
||||
rm %{buildroot}%{_libdir}/*.la
|
||||
cp %{_libdir}/libcourier-unicode.so.4* %{buildroot}%{_libdir}/
|
||||
|
||||
%check
|
||||
%{__make} check
|
||||
@ -48,7 +46,6 @@ cp %{_libdir}/libcourier-unicode.so.4* %{buildroot}%{_libdir}/
|
||||
%files
|
||||
%license COPYING
|
||||
%doc README ChangeLog AUTHORS
|
||||
%{_libdir}/libcourier-unicode.so.4*
|
||||
%{_libdir}/libcourier-unicode.so.7*
|
||||
|
||||
%files devel
|
||||
@ -62,6 +59,9 @@ cp %{_libdir}/libcourier-unicode.so.4* %{buildroot}%{_libdir}/
|
||||
%{_mandir}/man7/*
|
||||
|
||||
%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
|
||||
- update to 2.2.3
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user