diff --git a/copyright.html b/copyright.html index 81722bd..40b6355 100644 --- a/copyright.html +++ b/copyright.html @@ -136,7 +136,7 @@ href="http://www.unicode.org/webscripts/standard_styles.css">
NOTICE TO USER: Carefully read the following legal agreement. BY DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S DATA FILES ("DATA FILES"), AND/OR SOFTWARE ("SOFTWARE"), YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE, DO NOT DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES OR SOFTWARE.
COPYRIGHT AND PERMISSION NOTICE
-Copyright © 1991-2013 Unicode, Inc. All rights reserved. Distributed under the Terms of Use in +
Copyright © 1991-2014 Unicode, Inc. All rights reserved. Distributed under the Terms of Use in http://www.unicode.org/copyright.html.
Permission is hereby granted, free of charge, to any person obtaining a copy of the Unicode data files and
diff --git a/unicode-ucd.spec b/unicode-ucd.spec
index d0d9fb7..fedb64b 100644
--- a/unicode-ucd.spec
+++ b/unicode-ucd.spec
@@ -4,7 +4,7 @@
Name: unicode-ucd
Version: 6.3.0
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Unicode Character Database
# https://fedoraproject.org/wiki/Licensing/MIT#Modern_Style_without_sublicense_.28Unicode.29
@@ -26,9 +26,6 @@ containing test data for conformance to several important Unicode algorithms.
grep -q "%{version}" ReadMe.txt || (echo "zip file seems not %{version}" ; exit 1)
-# license terms for doc
-cp -p %{SOURCE1} .
-
%build
%{nil}
@@ -38,6 +35,8 @@ cp -p %{SOURCE1} .
mkdir -p %{buildroot}%{ucddir}
cp -ar . %{buildroot}%{ucddir}
+cp -p %{SOURCE1} .
+
%files
%doc copyright.html
@@ -46,6 +45,10 @@ cp -ar . %{buildroot}%{ucddir}
%changelog
+* Fri Jan 24 2014 Jens Petersen