drop duplicate copyright.html and BR of unzip (#757290)
This commit is contained in:
parent
348ad64fbe
commit
f431c4e0f9
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/UCD.zip
|
||||
/unicode-ucd-6.0.0/
|
@ -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@redhat.com> - 6.0.0-2
|
||||
- fix duplicate copyright file (#757290)
|
||||
- drop superfluous BR on unzip
|
||||
|
||||
* Sat Nov 26 2011 Jens Petersen <petersen@redhat.com> - 6.0.0-1
|
||||
- package Unicode 6.0 UCD
|
||||
- MIT license
|
||||
|
Loading…
Reference in New Issue
Block a user