diff --git a/libcdio.spec b/libcdio.spec index 9f9535d3448dd988f5b1b804a35e890fc13bc54c..77c3e894c7f5bda41a8c0c13575ce6a815d6a4fd 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