1
0
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:
Stephan Kulow 2012-06-05 13:36:23 +00:00 committed by Git OBS Bridge
commit 568a559573
2 changed files with 8 additions and 6 deletions

View File

@ -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 Thu Mar 1 00:42:18 UTC 2012 - rschweikert@suse.com

View File

@ -61,10 +61,9 @@ Authors:
%patch1 -p1 %patch1 -p1
%build %build
export CFLAGS=$RPM_OPT_FLAGS
export DEBUG=-DNDEBUG export DEBUG=-DNDEBUG
%configure --bindir=%{_sbindir} --mandir=%{_mandir} %configure --bindir=%_sbindir
make %{?jobs:-j%jobs} make %{?_smp_mflags}
%install %install
export DIST_ROOT="$RPM_BUILD_ROOT" 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 ln -s %{_sbindir}/xfsrestore $RPM_BUILD_ROOT/sbin
#EndUsrMerge #EndUsrMerge
%clean
rm -rf $RPM_BUILD_ROOT
%files %files
%defattr(-,root,root,755) %defattr(-,root,root,755)
%{_sbindir}/* %{_sbindir}/*