From fd941f34f89d929dcad2c381c3739f7158957d4e Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Thu, 7 May 2015 11:05:36 -0400 Subject: [PATCH] resolve license concern with lppl derived work --- hyphen-da-lppl-license-fix.patch | 17 +++++++++++++++++ hyphen-da.spec | 7 ++++++- 2 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 hyphen-da-lppl-license-fix.patch diff --git a/hyphen-da-lppl-license-fix.patch b/hyphen-da-lppl-license-fix.patch new file mode 100644 index 0000000..948cc5a --- /dev/null +++ b/hyphen-da-lppl-license-fix.patch @@ -0,0 +1,17 @@ +diff -up hyphen-da/README_hyph_da_DK.txt.lppl hyphen-da/README_hyph_da_DK.txt +--- hyphen-da/README_hyph_da_DK.txt.lppl 2015-05-07 11:01:30.521974808 -0400 ++++ hyphen-da/README_hyph_da_DK.txt 2015-05-07 11:03:25.409249356 -0400 +@@ -3,7 +3,12 @@ Hyphenation dictionary + + Language: Danish (da DK). + Origin: Based on the TeX hyphenation tables +-License: GNU LGPL license. ++ http://www.ctan.org/tex-archive/language/hyphenation/dkhyphn/dkhyphn.tex ++ The TeX hyphenation tables are released under the LaTeX Project ++ Public License (LPPL) ++ ++License: OpenOffice.org Adaptions of this package are licensed under the ++ GNU Lesser General Public License (LGPL). + Author: conversion author is Marco Huggenberger + + This dictionary is based on syllable matching patterns and therefore should diff --git a/hyphen-da.spec b/hyphen-da.spec index 74b79c7..327c18d 100644 --- a/hyphen-da.spec +++ b/hyphen-da.spec @@ -2,10 +2,11 @@ Name: hyphen-da Summary: Danish hyphenation rules %define upstreamid 20070903 Version: 0.%{upstreamid} -Release: 9%{?dist} +Release: 10%{?dist} Source: http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/hyph_da_DK.zip Group: Applications/Text URL: http://wiki.services.openoffice.org/wiki/Dictionaries +Patch0: hyphen-da-lppl-license-fix.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) License: LGPLv2+ BuildArch: noarch @@ -16,6 +17,7 @@ Danish hyphenation rules. %prep %setup -q -c -n hyphen-da +%patch0 -p1 chmod -x * %build @@ -34,6 +36,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/hyphen/* %changelog +* Thu May 7 2015 Tom Callaway - 0.20070903-10 +- resolve license concern with LPPL derived work (bz 1219419) + * Sat Jun 07 2014 Fedora Release Engineering - 0.20070903-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild