1
0

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:
Stephan Kulow 2012-06-05 13:33:19 +00:00 committed by Git OBS Bridge
commit 35b680ef04
2 changed files with 9 additions and 6 deletions

View File

@ -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

View File

@ -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