[packages/unicode-ucd] - initial

arekm arekm at pld-linux.org
Tue Sep 3 21:35:40 CEST 2013


commit 2fde10e1376520ec6ccf5609f50e6a37c8586296
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Sep 3 21:35:27 2013 +0200

    - initial

 unicode-ucd.spec | 39 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 39 insertions(+)
---
diff --git a/unicode-ucd.spec b/unicode-ucd.spec
new file mode 100644
index 0000000..e90cbbc
--- /dev/null
+++ b/unicode-ucd.spec
@@ -0,0 +1,39 @@
+Summary:	Unicode Character Database
+Name:		unicode-ucd
+Version:	6.2.0
+Release:	1
+License:	MIT
+URL:		http://www.unicode.org/ucd/
+Group:		Libraries
+Source0:	http://www.unicode.org/Public/zipped/%{version}/UCD.zip
+# Source0-md5:	cbdd64a505106fcc3ae8692e42d57f42
+# http://www.unicode.org/terms_of_use.html referenced in ReadMe.txt redirects to:
+Source1:	http://www.unicode.org/copyright.html
+# Source1-md5:	25bbbabca50c813a01c99db97286d110
+BuildRequires:	unzip
+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
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT%{_datadir}/unicode/ucd
+cp -a . $RPM_BUILD_ROOT%{_datadir}/unicode/ucd
+cp -p %{SOURCE1} .
+
+%files
+%defattr(644,root,root,755)
+%doc copyright.html
+%dir %{_datadir}/unicode
+%{_datadir}/unicode/ucd
+
+%clean
+rm -rf $RPM_BUILD_ROOT
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/unicode-ucd.git/commitdiff/2fde10e1376520ec6ccf5609f50e6a37c8586296



More information about the pld-cvs-commit mailing list