2011-11-29 07:04:19 +00:00
|
|
|
# for other future directories from http://www.unicode.org/Public
|
|
|
|
%global unicodedir %{_datadir}/unicode
|
|
|
|
%global ucddir %{unicodedir}/ucd
|
|
|
|
|
|
|
|
Name: unicode-ucd
|
2012-09-26 01:46:15 +00:00
|
|
|
Version: 6.2.0
|
2012-10-24 09:42:12 +00:00
|
|
|
Release: 3%{?dist}
|
2011-11-29 07:04:19 +00:00
|
|
|
Summary: Unicode Character Database
|
|
|
|
|
|
|
|
# https://fedoraproject.org/wiki/Licensing/MIT#Modern_Style_without_sublicense_.28Unicode.29
|
|
|
|
License: MIT
|
|
|
|
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
|
|
|
|
|
|
|
|
%description
|
|
|
|
The Unicode Character Database (UCD) consists of a number of data files listing
|
|
|
|
Unicode character properties and related data. It also includes data files
|
|
|
|
containing test data for conformance to several important Unicode algorithms.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -c
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%{nil}
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
mkdir -p %{buildroot}%{ucddir}
|
|
|
|
cp -ar . %{buildroot}%{ucddir}
|
|
|
|
|
2012-10-24 09:42:12 +00:00
|
|
|
# license terms only for doc
|
2012-10-24 09:20:05 +00:00
|
|
|
cp -p %{SOURCE1} .
|
2011-11-29 07:07:14 +00:00
|
|
|
|
2011-11-29 07:04:19 +00:00
|
|
|
|
|
|
|
%files
|
2011-11-30 07:51:42 +00:00
|
|
|
%doc copyright.html
|
2011-11-29 07:04:19 +00:00
|
|
|
%dir %{unicodedir}
|
|
|
|
%{ucddir}
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
2012-10-24 09:42:12 +00:00
|
|
|
* Wed Oct 24 2012 Jens Petersen <petersen@redhat.com> - 6.2.0-3
|
|
|
|
- do not use macro in comment
|
|
|
|
|
2012-10-24 09:20:05 +00:00
|
|
|
* Wed Oct 24 2012 Jens Petersen <petersen@redhat.com> - 6.2.0-2
|
|
|
|
- update to latest copyright file from the website
|
|
|
|
|
2012-09-26 01:46:15 +00:00
|
|
|
* Wed Sep 26 2012 Jens Petersen <petersen@redhat.com> - 6.2.0-1
|
|
|
|
- update to Unicode 6.2
|
|
|
|
|
2012-07-22 01:44:12 +00:00
|
|
|
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.1.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-03-02 01:24:03 +00:00
|
|
|
* Fri Mar 2 2012 Jens Petersen <petersen@redhat.com> - 6.1.0-1
|
|
|
|
- update to Unicode 6.1
|
|
|
|
|
2012-01-14 07:31:46 +00:00
|
|
|
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.0.0-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-11-30 07:53:19 +00:00
|
|
|
* Wed Nov 30 2011 Jens Petersen <petersen@redhat.com> - 6.0.0-3
|
2011-11-30 07:51:42 +00:00
|
|
|
- do not duplicate ReadMe.txt in doc files
|
|
|
|
|
2011-11-29 07:07:14 +00:00
|
|
|
* Tue Nov 29 2011 Jens Petersen <petersen@redhat.com> - 6.0.0-2
|
|
|
|
- fix duplicate copyright file (#757290)
|
|
|
|
- drop superfluous BR on unzip
|
|
|
|
|
2011-11-29 07:04:19 +00:00
|
|
|
* Sat Nov 26 2011 Jens Petersen <petersen@redhat.com> - 6.0.0-1
|
|
|
|
- package Unicode 6.0 UCD
|
|
|
|
- MIT license
|