rpms/mtools/devel mtools.spec,1.25,1.26

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Feb 5 12:44:29 UTC 2007


Author: atkac

Update of /cvs/dist/rpms/mtools/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv11072/mtools/devel

Modified Files:
	mtools.spec 
Log Message:
spec file has been standardized



Index: mtools.spec
===================================================================
RCS file: /cvs/dist/rpms/mtools/devel/mtools.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- mtools.spec	23 Jan 2007 11:34:21 -0000	1.25
+++ mtools.spec	5 Feb 2007 12:44:27 -0000	1.26
@@ -1,12 +1,12 @@
-Summary: Programs for accessing MS-DOS disks without mounting the disks.
+Summary: Programs for accessing MS-DOS disks without mounting the disks
 Name: mtools
 Version: 3.9.10
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: GPL
 Group: Applications/System
 Source: http://mtools.linux.lu/mtools-%{version}.tar.bz2
 Url: http://mtools.linux.lu/
-Buildroot: %{_tmppath}/mtools-%{version}-root
+Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Patch0: mtools-3.9.6-config.patch
 Patch1: mtools-3.9.6-paths.patch
 Patch2: mtools-gcc4.patch
@@ -14,7 +14,7 @@
 Patch4: mtools-3.9.9-noargs.patch
 Patch5: mtools-3.9.9-badc.patch
 Patch6: mtools-memset.patch
-Prereq: /sbin/install-info
+Requires: info
 
 BuildRequires: texinfo
 
@@ -22,9 +22,9 @@
 Mtools is a collection of utilities for accessing MS-DOS files.
 Mtools allow you to read, write and move around MS-DOS filesystem
 files (normally on MS-DOS floppy disks).  Mtools supports Windows95
-style long file names, OS/2 XDF disks, and 2m disks.
+style long file names, OS/2 XDF disks, and 2m disks
 
-Mtools should be installed if you need to use MS-DOS disks.
+Mtools should be installed if you need to use MS-DOS disks
 
 %prep
 %setup -q -n %{name}-%{version}
@@ -63,14 +63,17 @@
 
 %files
 %defattr(-,root,root)
-%config /etc/mtools.conf
+%config(noreplace) /etc/mtools.conf
 %doc COPYING Changelog README Release.notes
 /usr/bin/*
 %{_mandir}/*/*
 %{_infodir}/*
 
 %changelog
-* Mon Jan 22 2007 Adam Tkac <atkac redhat com> 3.9.10-3
+* Tue Feb 05 2007 Adam Tkac <atkac redhat com> 3.9.10-4.fc7
+- fixed some unstandard statements in spec file (#226162)
+
+* Mon Jan 22 2007 Adam Tkac <atkac redhat com> 3.9.10-3.fc7
 - Resolves: #223712
 - applied Ville Skytta's (ville.skytta "antispam" iki.fi) patch
   (install-info scriptlet failures)




More information about the fedora-cvs-commits mailing list