Accepting request 479367 from devel:languages:rust

1

OBS-URL: https://build.opensuse.org/request/show/479367
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rust?expand=0&rev=11
This commit is contained in:
Dominique Leuenberger 2017-03-16 08:42:23 +00:00 committed by Git OBS Bridge
commit 3a44538dda
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Mar 13 10:14:21 UTC 2017 - dimstar@opensuse.org
- Remove duplicate license files from _docdir: rpm 4.13 no longer
implicitly packages those files and we catch them using %license,
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Feb 23 07:36:17 UTC 2017 - bg@suse.com Thu Feb 23 07:36:17 UTC 2017 - bg@suse.com

View File

@ -169,6 +169,9 @@ cp src/rt/hoedown/LICENSE src/rt/hoedown/LICENSE-hoedown
sed -e '/*\//q' src/libbacktrace/backtrace.h \ sed -e '/*\//q' src/libbacktrace/backtrace.h \
>src/libbacktrace/LICENSE-libbacktrace >src/libbacktrace/LICENSE-libbacktrace
# Remvove the license files from _docdir: make install put duplicates there
rm %{buildroot}%{_defaultdocdir}/%{name}/{COPYRIGHT,LICENSE-APACHE,LICENSE-MIT}
%if 0%{?suse_version} %if 0%{?suse_version}
%fdupes %{buildroot}%{_prefix} %fdupes %{buildroot}%{_prefix}
%endif %endif