From 115737364399a1eaf743f9fa8bebdcf5658ce59b Mon Sep 17 00:00:00 2001 From: chenyanpanHW Date: Mon, 2 Aug 2021 10:14:14 +0800 Subject: [PATCH] delete -Sgit from %autosetup, and delete BuildRequires git --- cppunit.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/cppunit.spec b/cppunit.spec index cfb641a..936b29b 100644 --- a/cppunit.spec +++ b/cppunit.spec @@ -2,13 +2,13 @@ Name: cppunit Version: 1.14.0 -Release: 7 +Release: 8 Summary: C++ port of JUnit testing framework License: LGPLv2+ Url: https://www.freedesktop.org/wiki/Software/cppunit/ Source: http://dev-www.libreoffice.org/src/%{name}-%{version}.tar.gz -BuildRequires: git doxygen gcc-c++ graphviz +BuildRequires: doxygen gcc-c++ graphviz %description CppUnit is the C++ port of the famous JUnit framework for unit testing.\ @@ -30,7 +30,7 @@ Obsoletes: %{name}-doc The %{name}-help package conatins man manual etc %prep -%autosetup -n %{name}-%{version} -p1 -Sgit +%autosetup -n %{name}-%{version} -p1 %build %configure --enable-doxygen --disable-static --disable-silent-rules @@ -79,5 +79,8 @@ mv __dist-examples __dist-examples-dir/examples %doc doc/html %changelog +* Mon Aug 02 2021 chenyanpanHW - 1.14.0-8 +- DESC: delete -Sgit from %autosetup, and delete BuildRequires git + * Tue Dec 3 2019 openEuler Buildteam - 1.14.0-7 - Package init