Compare commits

...
Sign in to create a new pull request.

32 commits

Author SHA1 Message Date
Fedora Release Engineering
ce88e9df22 xgridfit fails to build from source: https://bugzilla.redhat.com/show_bug.cgi?id=1676231 2019-08-08 16:50:47 +00:00
Fedora Release Engineering
611e23da24 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-07-27 04:15:12 +00:00
Fedora Release Engineering
16f7bb4ad7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-02-03 12:27:36 +00:00
37018a6bab Remove obsolete Group tag
References: https://fedoraproject.org/wiki/Changes/Remove_Group_Tag
2019-01-28 20:24:55 +01:00
9fefb98399
%{python_sitelib} → %{python2_sitelib}
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2018-07-29 23:11:53 +02:00
Fedora Release Engineering
42d6a0812c - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-07-14 09:19:56 +00:00
Iryna Shcherbina
52b5c43ab2 Update Python 2 dependency declarations to new packaging standards 2018-02-09 23:48:01 +01:00
Fedora Release Engineering
5665d50b72 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-02-09 21:41:38 +00:00
Karsten Hopp
0c7e1c1690 fix script output so that python3 can use them 2017-11-03 20:25:35 +01:00
Karsten Hopp
947ee5423b fix script output so that python3 can use them 2017-11-03 20:23:36 +01:00
Fedora Release Engineering
9cd9002213 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild 2017-07-27 22:09:18 +00:00
Fedora Release Engineering
ee0589db02 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild 2017-02-11 17:53:26 +00:00
Filipe Rosset
ec1dea6e33 - Rebuilt for new upstream release 2.3, fixes rhbz #xgridfit + spec clean up 2016-12-03 18:36:39 -02:00
Fedora Release Engineering
54f93552df - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages 2016-07-19 13:11:54 +00:00
Fedora Release Engineering
a156f3e1d7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild 2016-02-05 03:31:54 +00:00
Dennis Gilmore
7e45d866c5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild 2015-06-19 04:03:26 +00:00
Dennis Gilmore
cc36c6616a - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild 2014-06-08 00:54:50 -05:00
Dennis Gilmore
495a788719 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild 2013-08-04 03:16:35 -05:00
Dennis Gilmore
d2a514367a - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild 2013-02-14 21:44:21 -06:00
Dennis Gilmore
d9ffa68b4f - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 2012-07-22 00:32:52 -05:00
Dennis Gilmore
87999c1d23 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild 2012-01-14 02:57:02 -06:00
Dennis Gilmore
d1d8a16407 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-07 23:09:04 -06:00
Nicolas Mailhot
00d8e20c09 bump for python 2.7 2010-07-30 19:15:10 +02:00
Fedora Release Engineering
6d6f1e3f4e dist-git conversion 2010-07-29 15:52:34 +00:00
nim
5627108757 bump to cvs version for edrip 2010-07-25 08:45:05 +00:00
nim
f45d505d0d Remove BuildRoot specification, it's been ignored since rpm 4.6.0 2010-06-13 14:15:23 +00:00
nim
5abe5bc324 Fix stray hardcoded path in python module 2010-06-06 17:29:28 +00:00
nim
d9dc9f82e4 add missing requires 2010-06-06 16:32:08 +00:00
nim
71f05fd2e8 2.2a : python, xml catalogs… 2010-06-05 19:02:53 +00:00
Bill Nottingham
c62476ddc4 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-25 22:40:59 +00:00
Jesse Keating
220f277468 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 2009-07-27 08:03:46 +00:00
nim
cae3d09c3c 1.19.b 2009-07-14 12:01:29 +00:00
6 changed files with 1 additions and 146 deletions

View file

@ -1 +0,0 @@
xgridfit-1-17a.tar.gz

View file

@ -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)

1
dead.package Normal file
View file

@ -0,0 +1 @@
xgridfit fails to build from source: https://bugzilla.redhat.com/show_bug.cgi?id=1676231

View file

@ -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

View file

@ -1 +0,0 @@
943b0540441d7184977f60b1b0dc4a59 xgridfit-1-17a.tar.gz

View file

@ -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 <rel-eng@lists.fedoraproject.org> - 1.17-4.a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
* Mon Feb 23 2009 Nicolas Mailhot <nicolas.mailhot at laposte.net>
- 1.17-3.a
global-ization
* Mon Feb 16 2009 Nicolas Mailhot <nicolas.mailhot at laposte.net>
- 1.17-2.a
* Fri Jan 30 2009 Nicolas Mailhot <nicolas.mailhot at laposte.net>
- 1.17-1
* Fri Nov 14 2008 Nicolas Mailhot <nicolas.mailhot at laposte.net>
- 1.11-1.a
update for F11 cycle
* Mon Sep 1 2008 Nicolas Mailhot <nicolas.mailhot at laposte.net>
- 1.9-1
Major update, many changes
Only package xsltproc support for now
* Sun May 18 2008 Nicolas Mailhot <nicolas.mailhot at laposte.net>
- 1.6-3
Lots of new makefile goodness
* Thu Mar 13 2008 Nicolas Mailhot <nicolas.mailhot at laposte.net>
- 1.5-2
Fix path munging
* Tue Mar 11 2008 Nicolas Mailhot <nicolas.mailhot at laposte.net>
- 1.5-1
Initial Fedora packaging