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
|
Mon May 7 20:12:41 UTC 2012 - jeffm@suse.com
|
||||||
|
|
||||||
|
@ -57,7 +57,6 @@ IRIX version of XFS.
|
|||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Requires: xfsprogs = %version
|
Requires: xfsprogs = %version
|
||||||
Url: http://oss.sgi.com/projects/xfs/
|
|
||||||
Summary: XFS Filesystem-specific Static Libraries and Headers
|
Summary: XFS Filesystem-specific Static Libraries and Headers
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
|
|
||||||
@ -80,9 +79,8 @@ want to install xfsprogs.
|
|||||||
export OPTIMIZER="-fPIC"
|
export OPTIMIZER="-fPIC"
|
||||||
export DEBUG=-DNDEBUG
|
export DEBUG=-DNDEBUG
|
||||||
export LIBUUID=/usr/%{_lib}/libuuid.a
|
export LIBUUID=/usr/%{_lib}/libuuid.a
|
||||||
export CFLAGS="$RPM_OPT_FLAGS"
|
%configure
|
||||||
%configure --sbindir=%{_sbindir} --mandir=%{_mandir} --datadir=%{_datadir}
|
make %{?_smp_mflags}
|
||||||
make %{?jobs:-j %jobs}
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
export DIST_ROOT="$RPM_BUILD_ROOT"
|
export DIST_ROOT="$RPM_BUILD_ROOT"
|
||||||
@ -103,9 +101,6 @@ popd
|
|||||||
chmod 755 $RPM_BUILD_ROOT/%_sbindir/fsck.xfs
|
chmod 755 $RPM_BUILD_ROOT/%_sbindir/fsck.xfs
|
||||||
%find_lang %name
|
%find_lang %name
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%post -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
Loading…
Reference in New Issue
Block a user