From e722e852fb48ea131cab7dcdc54895563fe8c0da Mon Sep 17 00:00:00 2001 From: chenyanpanHW Date: Fri, 30 Jul 2021 23:03:25 +0800 Subject: [PATCH] delete -S git from %autosetup, and delete BuildRequires git --- libtiff.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/libtiff.spec b/libtiff.spec index d5ae593..470d657 100644 --- a/libtiff.spec +++ b/libtiff.spec @@ -1,13 +1,13 @@ Name: libtiff Version: 4.2.0 -Release: 1 +Release: 2 Summary: TIFF Library and Utilities License: libtiff URL: https://www.simplesystems.org/libtiff/ Source0: https://download.osgeo.org/libtiff/tiff-%{version}.tar.gz BuildRequires: gcc gcc-c++ zlib-devel libjpeg-devel jbigkit-devel -BuildRequires: libtool automake autoconf pkgconfig git +BuildRequires: libtool automake autoconf pkgconfig Provides: %{name}-tools Obsoletes: %{name}-tools @@ -32,7 +32,7 @@ which will manipulate TIFF format image files using the libtiff library. %package_help %prep -%autosetup -n tiff-%{version} -p1 -S git +%autosetup -n tiff-%{version} -p1 libtoolize --force --copy aclocal -I . -I m4 @@ -111,6 +111,9 @@ find html -name 'Makefile*' | xargs rm %exclude %{_datadir}/html/man/tiffgt.1.html %changelog +* Fri Jul 30 2021 chenyanpanHW - 4.2.0-2 +- DESC: delete -S git from %autosetup, and delete BuildRequires git + * Wed Jan 27 2021 hanhui - 4.2.0-1 - Type: enhancement - ID: NA