Accepting request 83291 from home:jengelh:bl-d
- Remove redundant tags/sections from specfile (cf. packaging guidelines) - Use %_smp_mflags for parallel build OBS-URL: https://build.opensuse.org/request/show/83291 OBS-URL: https://build.opensuse.org/package/show/Base:System/dosfstools?expand=0&rev=21
This commit is contained in:
parent
8af7703fd2
commit
0e7f1a7b12
@ -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
|
||||
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user