rpms/mtools/devel mtools.spec,1.31,1.32

Adam Tkac (atkac) fedora-extras-commits at redhat.com
Mon Jan 14 14:00:38 UTC 2008


Author: atkac

Update of /cvs/pkgs/rpms/mtools/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23594

Modified Files:
	mtools.spec 
Log Message:
- removed spurious post a preun sections whose installed
  /usr/share/info/dir.gz file (#428478)
- start use autoreconf



Index: mtools.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mtools/devel/mtools.spec,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- mtools.spec	22 Aug 2007 11:38:17 -0000	1.31
+++ mtools.spec	14 Jan 2008 14:00:04 -0000	1.32
@@ -1,7 +1,7 @@
 Summary: Programs for accessing MS-DOS disks without mounting the disks
 Name: mtools
 Version: 3.9.11
-Release: 2%{?dist}
+Release: 2.1%{?dist}
 License: GPlv2+
 Group: Applications/System
 Source: http://mtools.linux.lu/mtools-%{version}.tar.bz2
@@ -13,7 +13,7 @@
 Patch4: mtools-3.9.9-noargs.patch
 Requires: info
 
-BuildRequires: texinfo
+BuildRequires: texinfo, autoconf
 
 %description
 Mtools is a collection of utilities for accessing MS-DOS files.
@@ -31,6 +31,7 @@
 %patch4 -p1 -b .noargs
 
 %build
+autoreconf -fiv
 %configure
 make %{?_smp_mflags}
 
@@ -47,14 +48,6 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post
-/sbin/install-info %{_infodir}/mtools.info.gz %{_infodir}/dir || :
-
-%preun
-if [ "$1" = 0 ]; then
-    /sbin/install-info --delete %{_infodir}/mtools.info.gz %{_infodir}/dir || :
-fi
-
 %files
 %defattr(-,root,root)
 %config(noreplace) /etc/mtools.conf
@@ -64,6 +57,11 @@
 %{_infodir}/*
 
 %changelog
+* Mon Jan 14 2008 Adam Tkac <atkac redhat com> 3.9.11-2.1
+- removed spurious post a preun sections whose installed
+  /usr/share/info/dir.gz file (#428478)
+- start use autoreconf
+
 * Wed Aug 22 2007 Adam Tkac <atkac redhat com> 3.9.11-2
 - rebuild (BuildID feature)
 - change license to GPLv2+




More information about the fedora-extras-commits mailing list