forked from pool/ntfs-3g_ntfsprogs
Accepting request 123346 from filesystems
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/123346 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ntfs-3g_ntfsprogs?expand=0&rev=7
This commit is contained in:
commit
35b680ef04
@ -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
|
Thu Feb 16 21:09:25 UTC 2012 - crrodriguez@opensuse.org
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@ Release: 0
|
|||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
Source1: buildall.sh
|
Source1: buildall.sh
|
||||||
Source2: 21-storage-ntfs-3g.fdi
|
Source2: 21-storage-ntfs-3g.fdi
|
||||||
Url: http://www.ntfs-3g.org
|
Url: http://ntfs-3g.org/
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
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
|
# 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:
|
# 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
|
%configure --exec-prefix=/ --disable-static --with-pic --disable-ldconfig
|
||||||
make %{?jobs:-j%jobs}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%makeinstall
|
%makeinstall
|
||||||
@ -112,9 +112,6 @@ make %{?jobs:-j%jobs}
|
|||||||
# Touch ghost files
|
# Touch ghost files
|
||||||
touch %{buildroot}/sbin/mount.ntfs %{buildroot}%{_mandir}/man8/mount.ntfs.8
|
touch %{buildroot}/sbin/mount.ntfs %{buildroot}%{_mandir}/man8/mount.ntfs.8
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
TESTFS=$(mktemp) || exit 1
|
TESTFS=$(mktemp) || exit 1
|
||||||
ntfsprogs/mkntfs -q -F $TESTFS 3000
|
ntfsprogs/mkntfs -q -F $TESTFS 3000
|
||||||
|
Loading…
Reference in New Issue
Block a user