diff --git a/.cvsignore b/.cvsignore deleted file mode 100644 index 58eeb80..0000000 --- a/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -xgridfit-1-17a.tar.gz diff --git a/Makefile b/Makefile deleted file mode 100644 index 5d7ef45..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: xgridfit -# $Id$ -NAME := xgridfit -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) diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..e92c3d0 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +xgridfit fails to build from source: https://bugzilla.redhat.com/show_bug.cgi?id=1676231 diff --git a/import.log b/import.log deleted file mode 100644 index a3df3cf..0000000 --- a/import.log +++ /dev/null @@ -1,5 +0,0 @@ -xgridfit-1_9-1_fc10:HEAD:xgridfit-1.9-1.fc10.src.rpm:1220282275 -xgridfit-1_11-1_a_fc11:HEAD:xgridfit-1.11-1.a.fc11.src.rpm:1226659397 -xgridfit-1_17-1_fc11:HEAD:xgridfit-1.17-1.fc11.src.rpm:1233346359 -xgridfit-1_17-2_a_fc11:HEAD:xgridfit-1.17-2.a.fc11.src.rpm:1234826759 -xgridfit-1_17-3_a_fc11:HEAD:xgridfit-1.17-3.a.fc11.src.rpm:1235379796 diff --git a/sources b/sources deleted file mode 100644 index 7a543de..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -943b0540441d7184977f60b1b0dc4a59 xgridfit-1-17a.tar.gz diff --git a/xgridfit.spec b/xgridfit.spec deleted file mode 100644 index f5921f6..0000000 --- a/xgridfit.spec +++ /dev/null @@ -1,118 +0,0 @@ -%global archivever 1-17a - -Name: xgridfit -Version: 1.17 -Release: 4.a%{?dist} -Summary: Font hinting tool - -# This is where we drop fontforge -Group: Applications/Publishing -License: LGPLv2 -URL: http://%{name}.sf.net/ -Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{archivever}.tar.gz - -BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) -BuildArch: noarch - -Requires: %{_bindir}/xsltproc - -%description -Xgridfit is a high-level, XML-based language for gridfitting, or ‘hinting’, -fonts. The Xgridfit program compiles an XML source file into tables and -instructions that relate to the gridfitting of glyphs. Xgridfit does not -insert these elements into a font itself, but rather relies on FontForge, the -Open-Source font editor, to do so. - - -%package doc -Group: Documentation -Summary: Font hinting tool use documentation -# Does not really make sense without the tool itself -Requires: %{name} = %{version}-%{release} - -%description doc -Xgridfit font hinting tool user documentation. - - -%prep -%setup -q -n %{name} - - -%build - - -%install -rm -fr %{buildroot} - -install -d -m 0755 %{buildroot}/%{_bindir} -sed 's+^XSLT_DIR=\(.*\)$+XSLT_DIR=%{_datadir}/xml/%{name}/lib/+g' \ - bin/xgridfit > %{buildroot}/%{_bindir}/xgridfit -sed 's+^XSLT_DIR=\(.*\)$+XSLT_DIR=%{_datadir}/xml/%{name}/utils/+g' \ - bin/xgfupdate > %{buildroot}/%{_bindir}/xgfupdate -sed 's+^XSLT_DIR=\(.*\)$+XSLT_DIR=%{_datadir}/xml/%{name}/utils/+g' \ - bin/ttx2xgf > %{buildroot}/%{_bindir}/ttx2xgf - - -install -d -m 0755 %{buildroot}/%{_datadir}/xml/%{name}/{lib,utils,schemas} -for dir in lib schemas utils ; do - install -p -m 0644 $dir/* %{buildroot}/%{_datadir}/xml/%{name}/$dir -done - -install -d -m 0755 %{buildroot}/%{_mandir}/man1 -install -p -m 0644 man/*.1 %{buildroot}/%{_mandir}/man1 - - -%clean -rm -fr %{buildroot} - - -%files -%defattr(0644,root,root,0755) -%doc COPYING ChangeLog - -%{_datadir}/xml/%{name} -%{_mandir}/man1/* - -%defattr(0755,root,root,0755) -%{_bindir}/* - - -%files doc -%defattr(0644,root,root,0755) -%doc docs/* ChangeLog - - -%changelog -* Thu Feb 26 2009 Fedora Release Engineering - 1.17-4.a -- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild - -* Mon Feb 23 2009 Nicolas Mailhot -- 1.17-3.a -— global-ization - -* Mon Feb 16 2009 Nicolas Mailhot -- 1.17-2.a - -* Fri Jan 30 2009 Nicolas Mailhot -- 1.17-1 - -* Fri Nov 14 2008 Nicolas Mailhot -- 1.11-1.a -◮ update for F11 cycle - -* Mon Sep 1 2008 Nicolas Mailhot -- 1.9-1 -ᕏ Major update, many changes -ᕚ Only package xsltproc support for now - -* Sun May 18 2008 Nicolas Mailhot -- 1.6-3 -⊸ Lots of new makefile goodness - -* Thu Mar 13 2008 Nicolas Mailhot -- 1.5-2 -✓ Fix path munging - -* Tue Mar 11 2008 Nicolas Mailhot -- 1.5-1 -✓ Initial Fedora packaging