forked from pool/ntfs-3g_ntfsprogs
Remove redundant tags/sections from specfile
OBS-URL: https://build.opensuse.org/package/show/filesystems/ntfs-3g_ntfsprogs?expand=0&rev=8
This commit is contained in:
parent
2630888e53
commit
acd4135e72
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat May 26 16:37:45 UTC 2012 - jengelh@inai.de
|
||||
|
||||
- Remove redundant tags/sections from specfile
|
||||
- Parallel build with %_smp_mflags
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 16 21:09:25 UTC 2012 - crrodriguez@opensuse.org
|
||||
|
||||
|
@ -25,7 +25,7 @@ Release: 0
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
Source1: buildall.sh
|
||||
Source2: 21-storage-ntfs-3g.fdi
|
||||
Url: http://www.ntfs-3g.org
|
||||
Url: http://ntfs-3g.org/
|
||||
BuildRequires: pkg-config
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
@ -99,9 +99,9 @@ options to display the version number and usage syntax.
|
||||
# which is signed and would possibly ok to be unsigned. Any solution to this
|
||||
# needs to be carefully reviewed and tested, so we do not change the code now:
|
||||
#
|
||||
CFLAGS="$RPM_OPT_FLAGS -Wformat -Wformat-security -W -Wno-sign-compare" \
|
||||
export CFLAGS="$RPM_OPT_FLAGS -Wformat -Wformat-security -W -Wno-sign-compare"
|
||||
%configure --exec-prefix=/ --disable-static --with-pic --disable-ldconfig
|
||||
make %{?jobs:-j%jobs}
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
%makeinstall
|
||||
@ -112,9 +112,6 @@ make %{?jobs:-j%jobs}
|
||||
# Touch ghost files
|
||||
touch %{buildroot}/sbin/mount.ntfs %{buildroot}%{_mandir}/man8/mount.ntfs.8
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%check
|
||||
TESTFS=$(mktemp) || exit 1
|
||||
ntfsprogs/mkntfs -q -F $TESTFS 3000
|
||||
|
Loading…
Reference in New Issue
Block a user