Author: pnemade

Update of /cvs/pkgs/rpms/lcdf-typetools/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29286

Added Files:
        .cvsignore lcdf-typetools.spec sources 
Log Message:
- Initial release for F-11




Index: .cvsignore
===================================================================
RCS file: .cvsignore
diff -N .cvsignore
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ .cvsignore  15 Jun 2009 05:10:35 -0000      1.7
@@ -0,0 +1 @@
+lcdf-typetools-2.78.tar.gz


Index: lcdf-typetools.spec
===================================================================
RCS file: lcdf-typetools.spec
diff -N lcdf-typetools.spec
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ lcdf-typetools.spec 15 Jun 2009 05:10:35 -0000      1.8
@@ -0,0 +1,57 @@
+Name:          lcdf-typetools
+Version:       2.78
+Release:       1%{?dist}
+Summary:       Tools for manipulating OpenType fonts
+Group:         User Interface/X
+License:       GPLv2+
+URL:           http://www.lcdf.org
+Source0:       http://www.lcdf.org/type/%{name}-%{version}.tar.gz
+BuildRoot:     %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
+
+BuildRequires: kpathsea-devel
+
+%description
+The LCDF Typetools package contains several programs for manipulating
+PostScript Type 1, Type 1 multiple master, and PostScript-flavored OpenType
+fonts.  LCDF Typetools includes the mmafm and mmpfb programs, which were
+formerly distributed as part of a different package (mminstance)
+
+%prep
+%setup -q
+
+
+%build
+%configure 
+make CFLAGS="%{optflags}" %{?_smp_mflags}
+
+
+%install
+rm -rf %{buildroot}
+make install DESTDIR=%{buildroot} INSTALL="install -p"
+
+%clean
+rm -rf %{buildroot}
+
+
+%files
+%defattr(-,root,root,-)
+%doc COPYING NEWS ONEWS README
+%{_bindir}/cfftot1
+%{_bindir}/mmafm
+%{_bindir}/mmpfb
+%{_bindir}/otfinfo
+%{_bindir}/otftotfm
+%{_bindir}/t1dotlessj
+%{_bindir}/t1lint
+%{_bindir}/t1reencode
+%{_bindir}/t1testpage
+%{_bindir}/ttftotype42
+%{_bindir}/t1rawafm
+%{_mandir}/man*/*
+%{_datadir}/lcdf-typetools
+
+%changelog
+* Thu May 21 2009 Parag Nemade <pnemade AT redhat.com>- 2.78-1
+- Initial specfile for Fedora
+
+


Index: sources
===================================================================
RCS file: sources
diff -N sources
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ sources     15 Jun 2009 05:10:35 -0000      1.7
@@ -0,0 +1 @@
+88418a4aca055f9911f7bb9035491feb  lcdf-typetools-2.78.tar.gz

_______________________________________________
Fedora-fonts-bugs-list mailing list
Fedora-fonts-bugs-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list

Reply via email to