From acd4135e727513b8188c02aaf27bce45ea84bdb33ee7f3fc6f9f0bf61f682955 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sat, 26 May 2012 16:37:56 +0000 Subject: [PATCH] Remove redundant tags/sections from specfile OBS-URL: https://build.opensuse.org/package/show/filesystems/ntfs-3g_ntfsprogs?expand=0&rev=8 --- ntfs-3g_ntfsprogs.changes | 6 ++++++ ntfs-3g_ntfsprogs.spec | 9 +++------ 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/ntfs-3g_ntfsprogs.changes b/ntfs-3g_ntfsprogs.changes index c373a3b..bdaf6d1 100644 --- a/ntfs-3g_ntfsprogs.changes +++ b/ntfs-3g_ntfsprogs.changes @@ -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 diff --git a/ntfs-3g_ntfsprogs.spec b/ntfs-3g_ntfsprogs.spec index 3eaa57a..e5c6041 100644 --- a/ntfs-3g_ntfsprogs.spec +++ b/ntfs-3g_ntfsprogs.spec @@ -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