Remove redundant tags/sections from specfile
OBS-URL: https://build.opensuse.org/package/show/filesystems/xfsprogs?expand=0&rev=20
This commit is contained in:
parent
4a256ee3e1
commit
8d49babd57
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user