[eot-utils] Initial import (#799023)

Jan Pokorný jpokorny at fedoraproject.org
Tue Mar 6 15:08:59 UTC 2012


commit 995b133854e039419267feccf3294721b9f774b2
Author: Jan Pokorný <jpokorny at redhat.com>
Date:   Tue Mar 6 16:06:54 2012 +0100

    Initial import (#799023)
    
    Signed-off-by: Jan Pokorný <jpokorny at redhat.com>

 .gitignore     |    1 +
 eot-utils.spec |   40 ++++++++++++++++++++++++++++++++++++++++
 sources        |    1 +
 3 files changed, 42 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..22f7e71 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/eot-utilities-1.1.tar.gz
diff --git a/eot-utils.spec b/eot-utils.spec
new file mode 100644
index 0000000..24ba981
--- /dev/null
+++ b/eot-utils.spec
@@ -0,0 +1,40 @@
+Name:           eot-utils
+Version:        1.1
+Release:        2%{?dist}
+Summary:        Tools to convert OTF/TTF to EOT font format and show its metadata
+
+License:        W3C
+URL:            http://www.w3.org/Tools/eot-utils/
+Source0:        http://www.w3.org/Tools/%{name}/eot-utilities-%{version}.tar.gz
+
+%description
+The eot-utils are the two programs mkeot and eotinfo.
+The former creates an EOT (Embedded OpenType) file from an OpenType
+or TrueType font and the URLs of one or more Web pages, respecting
+the TrueType embedding bits.
+The eotinfo program displays EOT metadata in a human-readable way.
+
+
+%prep
+%setup -q -n eot-utilities-%{version}
+
+%build
+%configure
+make %{?_smp_mflags}
+
+%install
+make install DESTDIR=%{buildroot} INSTALL="install -p"
+
+%files
+%{_bindir}/mkeot
+%{_bindir}/eotinfo
+%doc %{_mandir}/man1/mkeot.1.gz
+%doc %{_mandir}/man1/eotinfo.1.gz
+
+
+%changelog
+* Mon Mar 05 2012 Jan Pokorny <jpokorny at redhat.com> 1.1-2
+- Pre-inclusion cleanups (summary, etc.)
+
+* Thu Mar 02 2012 Jan Pokorny <jpokorny at redhat.com> 1.1-1
+- Initial version of the package
diff --git a/sources b/sources
index e69de29..6276a0e 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+eb338106c979dc8c4576f8c0f466088b  eot-utilities-1.1.tar.gz


More information about the scm-commits mailing list