!8 [sync] PR-7: delete old .so files

From: @openeuler-sync-bot 
Reviewed-by: @t_feng 
Signed-off-by: @t_feng
This commit is contained in:
openeuler-ci-bot 2022-12-02 07:56:09 +00:00 committed by Gitee
commit c5a5c82765
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,13 +1,12 @@
Name: qrencode
Version: 4.0.2
Release: 2
Release: 3
Summary: Compact library for encoding data in a QR Code symbol
License: LGPLv2+
URL: https://fukuchi.org/works/qrencode/
Source0: https://fukuchi.org/works/qrencode/qrencode-%{version}.tar.bz2
BuildRequires: gcc chrpath libpng-devel SDL-devel autoconf >= 2.69
BuildRequires: qrencode
Provides: qrencode-libs
Obsoletes: qrencode-libs
@ -48,9 +47,6 @@ autoconf
chrpath --delete %{buildroot}%{_bindir}/qrencode
#Include previous ABI version for temporary binary compatibility
cp -a %{_libdir}/libqrencode.so.3* %{buildroot}%{_libdir}
%check
pushd ./tests
sh test_all.sh
@ -75,6 +71,9 @@ popd
%{_mandir}/man1/qrencode.1*
%changelog
* Wed Nov 30 2022 zhouwenpei <zhouwenpei1@h-partners.com> - 4.0.2-3
- delete old .so file
* Tue Sep 17 2019 openEuler Buildteam <buildteam@openeuler.org> - 4.0.2-2
- Type:bugfix
- Id:NA