Author: pnemade

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

Modified Files:
        branch 
Added Files:
        .cvsignore Makefile lcdf-typetools.spec sources 
Log Message:
- Initial release for F-10




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


Index: Makefile
===================================================================
RCS file: Makefile
diff -N Makefile
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ Makefile    15 Jun 2009 05:21:58 -0000      1.3
@@ -0,0 +1,21 @@
+# Makefile for source rpm: lcdf-typetools
+# $Id$
+NAME := lcdf-typetools
+SPECFILE = $(firstword $(wildcard *.spec))
+
+define find-makefile-common
+for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; 
then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q 
update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
+endef
+
+MAKEFILE_COMMON := $(shell $(find-makefile-common))
+
+ifeq ($(MAKEFILE_COMMON),)
+# attept a checkout
+define checkout-makefile-common
+test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo 
"common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to 
checkout the 'common' module." ; exit -1 ; } >&2
+endef
+
+MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
+endif
+
+include $(MAKEFILE_COMMON)


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:21:59 -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:21:59 -0000      1.7
@@ -0,0 +1 @@
+88418a4aca055f9911f7bb9035491feb  lcdf-typetools-2.78.tar.gz


Index: branch
===================================================================
RCS file: /cvs/pkgs/rpms/lcdf-typetools/F-10/branch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- branch      11 Jun 2009 07:57:57 -0000      1.1
+++ branch      15 Jun 2009 05:21:59 -0000      1.2
@@ -1 +1 @@
-F-10
+F-11

_______________________________________________
Fedora-fonts-bugs-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/fedora-fonts-bugs-list

Reply via email to