[cmap-cns1-6] Initial import (#1126623).

Ben Rosser tc01 at fedoraproject.org
Sun Aug 10 00:03:57 UTC 2014


commit f008b84eaf81ea95adb966ffc84a00064f81fc85
Author: Ben Rosser <rosser.bjr at gmail.com>
Date:   Sat Aug 9 20:03:49 2014 -0400

    Initial import (#1126623).

 cmap-cns1-6.spec           |   53 ++++++++++++++++++++++++++++++++++++++++++++
 cmapresources_cns1-6.tar.z |  Bin 0 -> 1427255 bytes
 2 files changed, 53 insertions(+), 0 deletions(-)
---
diff --git a/cmap-cns1-6.spec b/cmap-cns1-6.spec
new file mode 100644
index 0000000..cbde2d9
--- /dev/null
+++ b/cmap-cns1-6.spec
@@ -0,0 +1,53 @@
+Name:           cmap-cns
+Version:        2010.10.26
+Release:        3%{?dist}
+Summary:        Adobe PDF character map data
+
+Group:          Development/Libraries
+License:        BSD
+URL:            http://sourceforge.net/projects/cmap.adobe/
+
+Source0:        http://sourceforge.net/projects/cmap.adobe/files/cmapresources_cns1-6.tar.z
+
+BuildArch: noarch
+
+%description
+CMap (Character Map) resources are used to unidirectionally
+map character codes, such as a Unicode encoding form, to CIDs
+(Characters IDs, meaning glyphs) of a CIDFont resource.
+
+This package contains the Traditional Chinese resources.
+
+%prep
+%setup -q -c
+
+%build
+# Currently this is empty
+# We may have to add a script of some kind here
+
+%install
+mkdir -p %{buildroot}%{_datadir}/cmap/%{name}-%{version}
+cp -pr ac16/* %{buildroot}%{_datadir}/cmap/%{name}-%{version}
+
+%files
+%dir %{_datadir}/cmap
+%{_datadir}/cmap/%{name}-%{version}
+
+%changelog
+* Mon Aug 4 2014 'Ben Rosser' <rosser.bjr at gmail.com> 2010.10.26-3
+- Renamed package to cmap-cns1-6
+- Switched to use the file modification date as the version.
+- Removed not-useful documentation files.
+- Gave this package ownership of /usr/share/cmap, this will be co-owned.
+
+* Thu Jun 20 2013 'Ben Rosser' <rosser.bjr at gmail.com> 2010.10.26-2
+- Switched to using separate packages for all cmap tarballs
+- Switched to actual versioning rather than snapshot versioning
+
+* Tue Jan 29 2013 'Ben Rosser' <rosser.bjr at gmail.com> 2010.10.26-1
+- Change to snapshot versioning
+- Clean up redundancies in prep and install sections
+- Using versioned documentation dir (tmpdoc)
+
+* Thu Sep 20 2012 'Ben Rosser' <rosser.bjr at gmail.com> 2010.10.26-0
+- First version of package
diff --git a/cmapresources_cns1-6.tar.z b/cmapresources_cns1-6.tar.z
new file mode 100644
index 0000000..48c4b02
Binary files /dev/null and b/cmapresources_cns1-6.tar.z differ


More information about the scm-commits mailing list