From 83bbbac23867bcc9533722e59dcb4215fc55e955 Mon Sep 17 00:00:00 2001 From: chenyanpanHW Date: Fri, 30 Jul 2021 22:58:01 +0800 Subject: [PATCH] delete -S git from %autosetup, and delete BuildRequires git --- libcdio.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/libcdio.spec b/libcdio.spec index 9f9535d..77c3e89 100644 --- a/libcdio.spec +++ b/libcdio.spec @@ -1,6 +1,6 @@ Name: libcdio Version: 2.1.0 -Release: 2 +Release: 3 Summary: CD-ROM input and control library License: GPLv3+ URL: http://www.gnu.org/software/libcdio/ @@ -8,7 +8,7 @@ Source0: https://ftp.gnu.org/gnu/libcdio/libcdio-%{version}.tar.bz2 Source1: https://ftp.gnu.org/gnu/libcdio/libcdio-%{version}.tar.bz2.sig Source2: libcdio_x86_64_config.h -BuildRequires: gcc gcc-c++ git pkgconfig doxygen ncurses-devel help2man chrpath gettext-devel libcdio +BuildRequires: gcc gcc-c++ pkgconfig doxygen ncurses-devel help2man chrpath gettext-devel libcdio Requires(post): /sbin/ldconfig Requires(post): /sbin/install-info Requires(preun): /sbin/install-info @@ -28,7 +28,7 @@ This package contains header files and development Files for for %{name}. %package_help %prep -%autosetup -n %{name}-%{version} -p1 -S git +%autosetup -n %{name}-%{version} -p1 iconv -f ISO88591 -t utf-8 -o THANKS.utf8 THANKS && mv THANKS.utf8 THANKS %build @@ -98,6 +98,9 @@ fi %{_infodir}/* %changelog +* Fri Jul 30 2021 chenyanpanHW - 2.1.0-3 +- DESC: delete -S git from %autosetup, and delete BuildRequires git + * Tue Feb 9 2021 jinzhimin - 2.1.0-2 - add old so file