Accepting request 401970 from home:ndas:branches:network
- Removed unwanted files(bsc#984437). OBS-URL: https://build.opensuse.org/request/show/401970 OBS-URL: https://build.opensuse.org/package/show/network/dpdk?expand=0&rev=8
This commit is contained in:
parent
f86db7e12d
commit
dad1d915f7
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 14 10:04:09 UTC 2016 - ndas@suse.de
|
||||
|
||||
- Removed unwanted files(bsc#984437).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 9 17:18:01 CEST 2016 - ndas@suse.de
|
||||
|
||||
|
@ -323,6 +323,13 @@ install -m 644 ${comblib} %{buildroot}/%{_libdir}/${comblib}
|
||||
mkdir %{buildroot}%{_docdir}/
|
||||
mv %{buildroot}%{_datadir}/doc/dpdk %{buildroot}%{_docdir}/
|
||||
|
||||
# Remove unwanted binaries "-f" so if the file
|
||||
# doesn't exist --> don't complain!
|
||||
rm -f %{buildroot}%{_bindir}/cmdline_test
|
||||
rm -f %{buildroot}%{_bindir}/test
|
||||
rm -f %{buildroot}%{_bindir}/testpipeline
|
||||
rm -f %{buildroot}%{_bindir}/testacl
|
||||
rm -f %{buildroot}%{_bindir}/*.map
|
||||
# Remove duplicates
|
||||
%fdupes %{buildroot}/%{_prefix}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user