forked from pool/musescore
- Add remove_diff_match_patch.diff to solve license conflict: it
removes the Apache licensed diff_patch_match library. OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/musescore?expand=0&rev=3
This commit is contained in:
parent
00d6db5f89
commit
357ffae805
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 1 09:22:01 UTC 2018 - cornelis@solcon.nl
|
||||||
|
|
||||||
|
- Add remove_diff_match_patch.diff to solve license conflict: it
|
||||||
|
removes the Apache licensed diff_patch_match library.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 17 07:38:55 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
Mon Sep 17 07:38:55 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -31,6 +31,10 @@ Group: Productivity/Multimedia/Sound/Editors and Convertors
|
|||||||
URL: https://musescore.org
|
URL: https://musescore.org
|
||||||
Source0: %{name}-%{version}.tar.gz
|
Source0: %{name}-%{version}.tar.gz
|
||||||
Source1: %{rname}.desktop
|
Source1: %{rname}.desktop
|
||||||
|
# PATCH to solve license conflict. It removes the diff_patch_match library,
|
||||||
|
# which is not actually used.
|
||||||
|
# See https://sourceforge.net/p/mscore/mailman/message/36429212/
|
||||||
|
Patch0: remove_diff_match_patch.diff
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: cmake >= 3.0
|
BuildRequires: cmake >= 3.0
|
||||||
BuildRequires: alsa-devel
|
BuildRequires: alsa-devel
|
||||||
@ -70,6 +74,7 @@ Additional fonts for use by the MuseScore music notation program.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n MuseScore-%{version}
|
%setup -q -n MuseScore-%{version}
|
||||||
|
%patch0 -p1
|
||||||
|
|
||||||
# remove precompiled binary
|
# remove precompiled binary
|
||||||
rm thirdparty/rtf2html/rtf2html
|
rm thirdparty/rtf2html/rtf2html
|
||||||
@ -119,7 +124,6 @@ install -p -m 644 demos/*.mscz %{buildroot}%{_datadir}/%{rname}-%{version_lesser
|
|||||||
install -d -m 755 %buildroot%{docdir}
|
install -d -m 755 %buildroot%{docdir}
|
||||||
install -p -m 644 thirdparty/beatroot/COPYING %{buildroot}%{docdir}/COPYING.beatroot
|
install -p -m 644 thirdparty/beatroot/COPYING %{buildroot}%{docdir}/COPYING.beatroot
|
||||||
install -p -m 644 thirdparty/beatroot/README.txt %{buildroot}%{docdir}/README.txt.beatroot
|
install -p -m 644 thirdparty/beatroot/README.txt %{buildroot}%{docdir}/README.txt.beatroot
|
||||||
install -p -m 644 thirdparty/diff/README.txt %{buildroot}%{docdir}/README.txt.diff
|
|
||||||
install -p -m 644 thirdparty/intervaltree/README %{buildroot}%{docdir}/README.intervaltree
|
install -p -m 644 thirdparty/intervaltree/README %{buildroot}%{docdir}/README.intervaltree
|
||||||
install -p -m 644 thirdparty/kQOAuth/COPYING %{buildroot}%{docdir}/COPYING.kQOAuth
|
install -p -m 644 thirdparty/kQOAuth/COPYING %{buildroot}%{docdir}/COPYING.kQOAuth
|
||||||
install -p -m 644 thirdparty/kQOAuth/README %{buildroot}%{docdir}/README.kQOAuth
|
install -p -m 644 thirdparty/kQOAuth/README %{buildroot}%{docdir}/README.kQOAuth
|
||||||
|
4111
remove_diff_match_patch.diff
Normal file
4111
remove_diff_match_patch.diff
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user