From 6fd5e70babc311af44593664444a5f37a386cf25 Mon Sep 17 00:00:00 2001 From: chenyanpanHW Date: Fri, 30 Jul 2021 23:03:38 +0800 Subject: [PATCH] delete -Sgit from %autosetup, and delete BuildRequires git git --- libtommath.spec | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/libtommath.spec b/libtommath.spec index 0a8e0ac..d31c1a2 100644 --- a/libtommath.spec +++ b/libtommath.spec @@ -1,14 +1,14 @@ Name: libtommath Version: 1.2.0 -Release: 1 +Release: 2 Summary: A portable number theoretic multiple-precision integer library. License: Public Domain URL: http://www.libtom.net/ Source0: https://github.com/libtom/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz -BuildRequires: ghostscript libtiff-tools libtool git texlive-dvips-bin ghostscript-tools-dvipdf -BuildRequires: texlive-latex-bin-bin texlive-makeindex-bin texlive-mfware-bin TeXamator git +BuildRequires: ghostscript libtiff-tools libtool texlive-dvips-bin ghostscript-tools-dvipdf +BuildRequires: texlive-latex-bin-bin texlive-makeindex-bin texlive-mfware-bin TeXamator BuildRequires: tex(cmr10.tfm) tex(fancyhdr.sty) tex(hyphen.tex) texlive-metafont-bin BuildRequires: texlive-appendix @@ -34,7 +34,7 @@ Obsoletes: %{name}-doc The %{name}-doc package contains PDF documentation of %{name}. %prep -%autosetup -n %{name}-%{version} -p1 -Sgit +%autosetup -n %{name}-%{version} -p1 # Fix permissions on installed library sed -i -e 's/644 $(LIBNAME)/755 $(LIBNAME)/g' makefile.shared # Fix pkgconfig path @@ -68,6 +68,10 @@ find %{buildroot} -name '*.a' -delete %doc doc/bn.pdf %changelog +* Fri Jul 30 2021 chenyanpanHW - 1.2.0-2 +- DESC: delete -Sgit from %autosetup, and delete BuildRequires git +git + * Tue Jul 28 2020 yang_zhuang_zhuang - 1.2.0-1 - update version to 1.2.0