rpms/gfontview/devel gfontview.spec,1.1,1.2

Michael A. Peters (mpeters) fedora-extras-commits at redhat.com
Tue Jan 17 20:00:45 UTC 2006


Author: mpeters

Update of /cvs/extras/rpms/gfontview/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29990

Modified Files:
	gfontview.spec 
Log Message:
build against updated compiler/t1lib



Index: gfontview.spec
===================================================================
RCS file: /cvs/extras/rpms/gfontview/devel/gfontview.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gfontview.spec	1 Oct 2005 08:44:51 -0000	1.1
+++ gfontview.spec	17 Jan 2006 20:00:44 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           gfontview
 Version:        0.5.0
-Release:        4%{?dist}
+Release:        4.1%{?dist}
 Summary:        A font viewer for Type 1 and TrueType fonts
 
 Group:          User Interface/X
@@ -10,7 +10,7 @@
 Patch0:         gfontview-0.5.0-gcc4.patch
 Patch1:         gfontview-0.5.0-makefile.patch
 
-BuildRequires:  libungif-devel, gtk+-devel, t1lib-devel
+BuildRequires:  giflib-devel, gtk+-devel, t1lib-devel, freetype-devel
 BuildRequires:  desktop-file-utils, gettext
 # it needs to know the spooling system and thus needs /usr/bin/lpr
 BuildRequires:  cups
@@ -33,7 +33,6 @@
 %build
 %configure \
  --enable-gnome=no \
- --with-libungif \
  --with-fontdir=%{_datadir}/fonts
 make %{?_smp_mflags}
 
@@ -64,6 +63,11 @@
 %{_datadir}/gfontview
 
 %changelog
+* Tue Jan 17 2006 Michael A. Peters <mpeters at mac.com> 0.5.0-4.1
+- rebuild in devel branch against updated t1lib
+- add freetype-devel to BuildRequires
+- change from libungif to giflib
+
 * Tue Sep 27 2005 Michael A. Peters <mpeters at mac.com> 0.5.0-4
 - changed the name of patch0 to be more specific
 - replaced patch1 to include better gfontviewrc location




More information about the fedora-extras-commits mailing list