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