Accepting request 83743 from Base:System

- Remove redundant tags/sections from specfile
  (cf. packaging guidelines)
- Use %_smp_mflags for parallel build (forwarded request 83291 from jengelh)

OBS-URL: https://build.opensuse.org/request/show/83743
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dosfstools?expand=0&rev=23
This commit is contained in:
Sascha Peilicke 2011-09-20 10:52:03 +00:00 committed by Git OBS Bridge
commit cc173ed87a
2 changed files with 8 additions and 14 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sun Sep 18 17:17:12 UTC 2011 - jengelh@medozas.de
- Remove redundant tags/sections from specfile
(cf. packaging guidelines)
- Use %_smp_mflags for parallel build
-------------------------------------------------------------------
Tue Mar 8 18:13:53 CET 2011 - pgajdos@suse.cz

View File

@ -15,14 +15,12 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: dosfstools
Provides: mkdosfs dosfsck
License: GPLv3
Group: System/Filesystems
AutoReqProv: on
Summary: Utilities for Making and Checking MS-DOS FAT File Systems on Linux
Version: 3.0.10
Release: 14
@ -40,14 +38,6 @@ The dosfstools package includes the mkdosfs and dosfsck utilities,
which respectively make and check MS-DOS FAT file systems on hard
drives or on floppies.
Authors:
--------
Dave Hudson <dave@humbug.demon.co.uk>
Werner Almesberger <werner.almesberger@lrc.di.epfl.ch>
Roman Hodek <Roman.Hodek@informatik.uni-erlangen.de>
%prep
%setup
%patch0 -p1
@ -56,14 +46,11 @@ Authors:
%patch3 -p1
%build
make OPTFLAGS="-D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE $RPM_OPT_FLAGS"
make OPTFLAGS="-D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE $RPM_OPT_FLAGS" %{?_smp_mflags}
%install
%makeinstall
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%doc %{_docdir}/%{name}