Blame SPECS/unicode-ucd.spec

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