Accepting request 636911 from Base:System
OBS-URL: https://build.opensuse.org/request/show/636911 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dd_rescue?expand=0&rev=40
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 20 13:16:41 UTC 2018 - schwab@suse.de
|
||||
|
||||
- Avoid running dependency generation which can produce spurious errors
|
||||
- Use %license
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat May 12 12:06:29 CEST 2018 - kurt@garloff.de
|
||||
|
||||
|
@@ -133,6 +133,8 @@ sed -i "s/__DATE__/\"$FAKE_BUILDDATE\"/g" dd_rescue.c
|
||||
autoheader
|
||||
autoconf
|
||||
%configure
|
||||
# avoid running dependency generation step
|
||||
touch .dep
|
||||
make RPM_OPT_FLAGS="%{optflags}" LIBDIR=%{_libdir} LIB=%{_lib} %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
@@ -147,7 +149,8 @@ make %{?_smp_mflags} RPM_OPT_FLAGS="%{optflags}" check
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc COPYING README.dd_rescue TODO
|
||||
%doc README.dd_rescue TODO
|
||||
%license COPYING
|
||||
%{_bindir}/dd_rescue
|
||||
/bin/dd_rescue
|
||||
%{_libdir}/libddr_hash.so
|
||||
|
Reference in New Issue
Block a user