[unicode-ucd] drop duplicate copyright.html and BR of unzip (#757290)

Jens Petersen petersen at fedoraproject.org
Tue Nov 29 07:07:31 UTC 2011


commit f431c4e0f98cb49d25d972d0c1000b8dabcc0c6e
Author: Jens Petersen <petersen at redhat.com>
Date:   Tue Nov 29 16:07:14 2011 +0900

    drop duplicate copyright.html and BR of unzip (#757290)

 .gitignore       |    1 +
 unicode-ucd.spec |   11 ++++++++---
 2 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4606934..ebfb342 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /UCD.zip
+/unicode-ucd-6.0.0/
\ No newline at end of file
diff --git a/unicode-ucd.spec b/unicode-ucd.spec
index 812caf8..ccbf2d6 100644
--- a/unicode-ucd.spec
+++ b/unicode-ucd.spec
@@ -4,7 +4,7 @@
 
 Name:           unicode-ucd
 Version:        6.0.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Unicode Character Database
 
 # https://fedoraproject.org/wiki/Licensing/MIT#Modern_Style_without_sublicense_.28Unicode.29
@@ -13,7 +13,6 @@ URL:            http://www.unicode.org/ucd/
 Source0:        http://www.unicode.org/Public/zipped/%{version}/UCD.zip
 Source1:        http://www.unicode.org/copyright.html
 BuildArch:      noarch
-BuildRequires:  unzip
 
 %description
 The Unicode Character Database (UCD) consists of a number of data files listing
@@ -34,14 +33,20 @@ cp -p %{SOURCE1} .
 mkdir -p %{buildroot}%{ucddir}
 cp -ar . %{buildroot}%{ucddir}
 
+rm %{buildroot}%{ucddir}/copyright.html
+
 
 %files
-%doc ReadMe.txt copyright.html 
+%doc ReadMe.txt copyright.html
 %dir %{unicodedir}
 %{ucddir}
 
 
 %changelog
+* Tue Nov 29 2011 Jens Petersen <petersen at redhat.com> - 6.0.0-2
+- fix duplicate copyright file (#757290)
+- drop superfluous BR on unzip
+
 * Sat Nov 26 2011 Jens Petersen <petersen at redhat.com> - 6.0.0-1
 - package Unicode 6.0 UCD
 - MIT license


More information about the scm-commits mailing list