From e8fd9c1f4f79181102653bf2e964fcb3a243d37b Mon Sep 17 00:00:00 2001 From: eaglegai Date: Tue, 22 Mar 2022 14:54:06 +0800 Subject: [PATCH] delete useless so files --- courier-unicode.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/courier-unicode.spec b/courier-unicode.spec index 008ba8b..256a074 100644 --- a/courier-unicode.spec +++ b/courier-unicode.spec @@ -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 - 2.2.3-2 +- delete useless so files + * Sat Dec 18 2021 gaihuiying - 2.2.3 - update to 2.2.3