Blame SPECS/unicode-ucd.spec

e7a56d
# for other future directories from http://www.unicode.org/Public
e7a56d
%global unicodedir %{_datadir}/unicode
e7a56d
%global ucddir %{unicodedir}/ucd
e7a56d
e7a56d
Name:           unicode-ucd
e7a56d
Version:        6.3.0
e7a56d
Release:        2%{?dist}
e7a56d
Summary:        Unicode Character Database
e7a56d
e7a56d
# https://fedoraproject.org/wiki/Licensing/MIT#Modern_Style_without_sublicense_.28Unicode.29
e7a56d
License:        MIT
e7a56d
URL:            http://www.unicode.org/ucd/
e7a56d
Source0:        http://www.unicode.org/Public/zipped/%{version}/UCD.zip
e7a56d
# http://www.unicode.org/terms_of_use.html referenced in ReadMe.txt redirects to:
e7a56d
Source1:        http://www.unicode.org/copyright.html
e7a56d
BuildArch:      noarch
e7a56d
e7a56d
%description
e7a56d
The Unicode Character Database (UCD) consists of a number of data files listing
e7a56d
Unicode character properties and related data. It also includes data files
e7a56d
containing test data for conformance to several important Unicode algorithms.
e7a56d
e7a56d
e7a56d
%prep
e7a56d
%setup -q -c
e7a56d
e7a56d
grep -q "%{version}" ReadMe.txt || (echo "zip file seems not %{version}" ; exit 1)
e7a56d
e7a56d
# license terms for doc
e7a56d
cp -p %{SOURCE1} .
e7a56d
e7a56d
e7a56d
%build
e7a56d
%{nil}
e7a56d
e7a56d
e7a56d
%install
e7a56d
mkdir -p %{buildroot}%{ucddir}
e7a56d
cp -ar . %{buildroot}%{ucddir}
e7a56d
e7a56d
e7a56d
%files
e7a56d
%doc copyright.html
e7a56d
%dir %{unicodedir}
e7a56d
%{ucddir}
e7a56d
e7a56d
e7a56d
%changelog
e7a56d
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 6.3.0-2
e7a56d
- Mass rebuild 2013-12-27
e7a56d
e7a56d
* Tue Oct  8 2013 Jens Petersen <petersen@redhat.com> - 6.3.0-1
e7a56d
- update to 6.3 (#1013930)
e7a56d
- add a version check to prevent packaging a version mismatch
e7a56d
e7a56d
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.2.0-4
e7a56d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
e7a56d
e7a56d
* Wed Oct 24 2012 Jens Petersen <petersen@redhat.com> - 6.2.0-3
e7a56d
- do not use macro in comment
e7a56d
e7a56d
* Wed Oct 24 2012 Jens Petersen <petersen@redhat.com> - 6.2.0-2
e7a56d
- update to latest copyright file from the website
e7a56d
e7a56d
* Wed Sep 26 2012 Jens Petersen <petersen@redhat.com> - 6.2.0-1
e7a56d
- update to Unicode 6.2
e7a56d
e7a56d
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.1.0-2
e7a56d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
e7a56d
e7a56d
* Fri Mar  2 2012 Jens Petersen <petersen@redhat.com> - 6.1.0-1
e7a56d
- update to Unicode 6.1
e7a56d
e7a56d
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.0.0-4
e7a56d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
e7a56d
e7a56d
* Wed Nov 30 2011 Jens Petersen <petersen@redhat.com> - 6.0.0-3
e7a56d
- do not duplicate ReadMe.txt in doc files
e7a56d
e7a56d
* Tue Nov 29 2011 Jens Petersen <petersen@redhat.com> - 6.0.0-2
e7a56d
- fix duplicate copyright file (#757290)
e7a56d
- drop superfluous BR on unzip
e7a56d
e7a56d
* Sat Nov 26 2011 Jens Petersen <petersen@redhat.com> - 6.0.0-1
e7a56d
- package Unicode 6.0 UCD
e7a56d
- MIT license