delete old .so files
(cherry picked from commit d881df91246412c82465e15f069406b62241837e)
This commit is contained in:
parent
c11fda7ff1
commit
442a649289
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user