From ffc33af3bad481120ed06d9497075acc502add82 Mon Sep 17 00:00:00 2001 From: Christopher Meng Date: Jan 10 2014 05:00:39 +0000 Subject: Remove "install-info" dependency --- diff --git a/ginac.spec b/ginac.spec index bc87ffd..2fbb0fb 100644 --- a/ginac.spec +++ b/ginac.spec @@ -4,7 +4,7 @@ Name: ginac Version: 1.6.2 -Release: 6.%{gitdate}git%{gitrev}%{?dist} +Release: 7.%{gitdate}git%{gitrev}%{?dist} Summary: C++ library for symbolic calculations License: GPLv2+ URL: http://www.ginac.de/ @@ -26,8 +26,8 @@ BuildRequires: tetex-dvips BuildRequires: transfig Obsoletes: GiNaC < 1.3.2 Provides: GiNaC = %{version}-%{release} -Requires(post): info -Requires(preun): info +#Requires(post): info +#Requires(preun): info %description GiNaC (which stands for "GiNaC is Not a CAS (Computer Algebra System)") is an @@ -76,13 +76,13 @@ make check %postun -p /sbin/ldconfig -%post devel -/sbin/install-info --info-dir=%{_infodir} %{_infodir}/ginac.info.gz 2>/dev/null || : +#%post devel +#/sbin/install-info --info-dir=%{_infodir} %{_infodir}/ginac.info.gz 2>/dev/null || : -%preun devel -if [ "$1" = 0 ]; then - /sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/ginac.info.gz 2>/dev/null || : -fi +#%preun devel +#if [ "$1" = 0 ]; then +# /sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/ginac.info.gz 2>/dev/null || : +#fi %files %doc AUTHORS COPYING ChangeLog NEWS README @@ -99,6 +99,9 @@ fi #%{_mandir}/man1/*.1* %changelog +* Fri Jan 10 2014 Christopher Meng - 1.6.2-7.20131231git9843321 +- info and man pages are no longer available. + * Tue Dec 31 2013 Christopher Meng - 1.6.2-6.20131231git9843321 - Update to latest git snapshot. - SPEC cleanup, drop patch merged upstream.