From d5176e16dc191c1b7e89dd2397ed3dadf1f98652 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=89=A3=E8=82=89=E9=85=B1?= Date: Thu, 22 Dec 2022 09:20:04 +0000 Subject: [PATCH] Bump release for upgrading from anolis 8 --- lame.spec | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/lame.spec b/lame.spec index c1bd66e..a3bef36 100644 --- a/lame.spec +++ b/lame.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 7 Name: lame Version: 3.100 Release: %{anolis_release}%{?dist} @@ -37,7 +37,6 @@ This package development files for %{name}. %build -sed -i -e 's/^\(\s*hardcode_libdir_flag_spec\s*=\).*/\1/' configure %configure \ --disable-dependency-tracking \ --disable-static \ @@ -47,8 +46,7 @@ sed -i -e 's/^\(\s*hardcode_libdir_flag_spec\s*=\).*/\1/' configure %install -%make_install INSTALL="install -p" -rm -f %{buildroot}%{_libdir}/*.la +%make_install ln -sf lame/lame.h %{buildroot}%{_includedir}/lame.h rm -rf %{buildroot}%{_docdir}/%{name} @@ -56,10 +54,6 @@ rm -rf %{buildroot}%{_docdir}/%{name} %check make test - -%ldconfig_scriptlets libs - - %files %doc README TODO USAGE doc/html/*.html %{_bindir}/lame @@ -78,5 +72,8 @@ make test %{_includedir}/lame.h %changelog +* Thu Dec 22 2022 Funda Wang - 3.100-7 +- Bump release for upgrading from anolis 8 + * Wed Apr 13 2022 Chunmei Xu - 3.100-1 - init from upstream -- Gitee