spec file has been standardized

This commit is contained in:
Adam Tkac 2007-02-05 12:44:27 +00:00
parent f5cfc25387
commit e984a1c321

View File

@ -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 Name: mtools
Version: 3.9.10 Version: 3.9.10
Release: 3%{?dist} Release: 4%{?dist}
License: GPL License: GPL
Group: Applications/System Group: Applications/System
Source: http://mtools.linux.lu/mtools-%{version}.tar.bz2 Source: http://mtools.linux.lu/mtools-%{version}.tar.bz2
Url: http://mtools.linux.lu/ 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 Patch0: mtools-3.9.6-config.patch
Patch1: mtools-3.9.6-paths.patch Patch1: mtools-3.9.6-paths.patch
Patch2: mtools-gcc4.patch Patch2: mtools-gcc4.patch
@ -14,7 +14,7 @@ Patch3: mtools-3.9.7-bigdisk.patch
Patch4: mtools-3.9.9-noargs.patch Patch4: mtools-3.9.9-noargs.patch
Patch5: mtools-3.9.9-badc.patch Patch5: mtools-3.9.9-badc.patch
Patch6: mtools-memset.patch Patch6: mtools-memset.patch
Prereq: /sbin/install-info Requires: info
BuildRequires: texinfo BuildRequires: texinfo
@ -22,9 +22,9 @@ BuildRequires: texinfo
Mtools is a collection of utilities for accessing MS-DOS files. Mtools is a collection of utilities for accessing MS-DOS files.
Mtools allow you to read, write and move around MS-DOS filesystem Mtools allow you to read, write and move around MS-DOS filesystem
files (normally on MS-DOS floppy disks). Mtools supports Windows95 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 %prep
%setup -q -n %{name}-%{version} %setup -q -n %{name}-%{version}
@ -63,14 +63,17 @@ fi
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%config /etc/mtools.conf %config(noreplace) /etc/mtools.conf
%doc COPYING Changelog README Release.notes %doc COPYING Changelog README Release.notes
/usr/bin/* /usr/bin/*
%{_mandir}/*/* %{_mandir}/*/*
%{_infodir}/* %{_infodir}/*
%changelog %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 - Resolves: #223712
- applied Ville Skytta's (ville.skytta "antispam" iki.fi) patch - applied Ville Skytta's (ville.skytta "antispam" iki.fi) patch
(install-info scriptlet failures) (install-info scriptlet failures)