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:
commit
cc173ed87a
@ -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
|
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/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
|
||||||
|
|
||||||
|
|
||||||
Name: dosfstools
|
Name: dosfstools
|
||||||
Provides: mkdosfs dosfsck
|
Provides: mkdosfs dosfsck
|
||||||
License: GPLv3
|
License: GPLv3
|
||||||
Group: System/Filesystems
|
Group: System/Filesystems
|
||||||
AutoReqProv: on
|
|
||||||
Summary: Utilities for Making and Checking MS-DOS FAT File Systems on Linux
|
Summary: Utilities for Making and Checking MS-DOS FAT File Systems on Linux
|
||||||
Version: 3.0.10
|
Version: 3.0.10
|
||||||
Release: 14
|
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
|
which respectively make and check MS-DOS FAT file systems on hard
|
||||||
drives or on floppies.
|
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
|
%prep
|
||||||
%setup
|
%setup
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
@ -56,14 +46,11 @@ Authors:
|
|||||||
%patch3 -p1
|
%patch3 -p1
|
||||||
|
|
||||||
%build
|
%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
|
%install
|
||||||
%makeinstall
|
%makeinstall
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc %{_docdir}/%{name}
|
%doc %{_docdir}/%{name}
|
||||||
|
Loading…
Reference in New Issue
Block a user