forked from pool/xfsdump
Accepting request 123353 from filesystems
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/123353 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xfsdump?expand=0&rev=20
This commit is contained in:
commit
568a559573
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat May 26 08:46:48 UTC 2012 - jengelh@inai.de
|
||||
|
||||
- Remove redundant tags/sections from specfile
|
||||
- Parallel build with %_smp_mflags
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 1 00:42:18 UTC 2012 - rschweikert@suse.com
|
||||
|
||||
|
@ -61,10 +61,9 @@ Authors:
|
||||
%patch1 -p1
|
||||
|
||||
%build
|
||||
export CFLAGS=$RPM_OPT_FLAGS
|
||||
export DEBUG=-DNDEBUG
|
||||
%configure --bindir=%{_sbindir} --mandir=%{_mandir}
|
||||
make %{?jobs:-j%jobs}
|
||||
%configure --bindir=%_sbindir
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
export DIST_ROOT="$RPM_BUILD_ROOT"
|
||||
@ -77,9 +76,6 @@ ln -s %{_sbindir}/xfsdump $RPM_BUILD_ROOT/sbin
|
||||
ln -s %{_sbindir}/xfsrestore $RPM_BUILD_ROOT/sbin
|
||||
#EndUsrMerge
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,755)
|
||||
%{_sbindir}/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user