From 8d49babd57671570f4b1d305484c08b5ad69854f1395614b6ee15fe9b09feedd Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sat, 26 May 2012 12:02:23 +0000 Subject: [PATCH] Remove redundant tags/sections from specfile OBS-URL: https://build.opensuse.org/package/show/filesystems/xfsprogs?expand=0&rev=20 --- xfsprogs.changes | 6 ++++++ xfsprogs.spec | 9 ++------- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/xfsprogs.changes b/xfsprogs.changes index f310f29..c94e4b7 100644 --- a/xfsprogs.changes +++ b/xfsprogs.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat May 26 11:42:47 UTC 2012 - jengelh@inai.de + +- Remove redundant tags/sections from specfile +- Parallel build with %_smp_mflags + ------------------------------------------------------------------- Mon May 7 20:12:41 UTC 2012 - jeffm@suse.com diff --git a/xfsprogs.spec b/xfsprogs.spec index 07e61bb..f8ff212 100644 --- a/xfsprogs.spec +++ b/xfsprogs.spec @@ -57,7 +57,6 @@ IRIX version of XFS. %package devel Requires: xfsprogs = %version -Url: http://oss.sgi.com/projects/xfs/ Summary: XFS Filesystem-specific Static Libraries and Headers Group: Development/Libraries/C and C++ @@ -80,9 +79,8 @@ want to install xfsprogs. export OPTIMIZER="-fPIC" export DEBUG=-DNDEBUG export LIBUUID=/usr/%{_lib}/libuuid.a -export CFLAGS="$RPM_OPT_FLAGS" -%configure --sbindir=%{_sbindir} --mandir=%{_mandir} --datadir=%{_datadir} -make %{?jobs:-j %jobs} +%configure +make %{?_smp_mflags} %install export DIST_ROOT="$RPM_BUILD_ROOT" @@ -103,9 +101,6 @@ popd chmod 755 $RPM_BUILD_ROOT/%_sbindir/fsck.xfs %find_lang %name -%clean -rm -rf $RPM_BUILD_ROOT - %post -p /sbin/ldconfig %postun -p /sbin/ldconfig