!13 [sync] PR-11: 移除自我依赖
From: @openeuler-sync-bot Reviewed-by: @zzm_567, @yanan-rock Signed-off-by: @yanan-rock
This commit is contained in:
commit
9140c68844
10
libcdio.spec
10
libcdio.spec
@ -1,6 +1,6 @@
|
||||
Name: libcdio
|
||||
Version: 2.1.0
|
||||
Release: 4
|
||||
Release: 5
|
||||
Summary: CD-ROM input and control library
|
||||
License: GPLv3+
|
||||
URL: http://www.gnu.org/software/libcdio/
|
||||
@ -9,7 +9,7 @@ Source1: https://ftp.gnu.org/gnu/libcdio/libcdio-%{version}.tar.bz2.sig
|
||||
Source2: libcdio_x86_64_config.h
|
||||
Patch9000: 0001-fix-Werror-format-security.patch
|
||||
|
||||
BuildRequires: gcc gcc-c++ pkgconfig doxygen ncurses-devel help2man chrpath gettext-devel libcdio
|
||||
BuildRequires: gcc gcc-c++ pkgconfig doxygen ncurses-devel help2man chrpath gettext-devel
|
||||
Requires(post): /sbin/ldconfig
|
||||
Requires(post): /sbin/install-info
|
||||
Requires(preun): /sbin/install-info
|
||||
@ -52,9 +52,6 @@ chrpath --delete $RPM_BUILD_ROOT%{_bindir}/*
|
||||
chrpath --delete $RPM_BUILD_ROOT%{_libdir}/*.so.*
|
||||
%delete_la
|
||||
|
||||
cp -a %{_libdir}/libcdio.so.18 $RPM_BUILD_ROOT%{_libdir}
|
||||
cp -a %{_libdir}/libcdio.so.18.0.0 $RPM_BUILD_ROOT%{_libdir}
|
||||
|
||||
%check
|
||||
make check
|
||||
|
||||
@ -99,6 +96,9 @@ fi
|
||||
%{_infodir}/*
|
||||
|
||||
%changelog
|
||||
* Mon Apr 18 2022 Chenxi Mao <chenxi.mao@suse.com> - 2.1.0-5
|
||||
- Remove self-dependency
|
||||
|
||||
* Fri Mar 11 2022 JunYang <jun.yang@suse.com> - 2.1.0-4
|
||||
- Fix compiler error for option -Werror=format-security
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user