rpms/fontforge/devel fontforge.spec,1.30,1.31

Kevin Fenzi (kevin) fedora-extras-commits at redhat.com
Tue Mar 4 03:51:34 UTC 2008


Author: kevin

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

Modified Files:
	fontforge.spec 
Log Message:
Update to upstream 20080302



Index: fontforge.spec
===================================================================
RCS file: /cvs/extras/rpms/fontforge/devel/fontforge.spec,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- fontforge.spec	3 Mar 2008 01:05:31 -0000	1.30
+++ fontforge.spec	4 Mar 2008 03:50:41 -0000	1.31
@@ -1,9 +1,9 @@
-%define docs_version 20080203
+%define docs_version 20080302
 %define gettext_package FontForge
 
 Name:           fontforge
-Version:        20080203
-Release:        2%{?dist}
+Version:        20080302
+Release:        1%{?dist}
 Summary:        Outline and bitmap font editor
 
 Group:          Applications/Publishing
@@ -27,7 +27,6 @@
 BuildRequires:  libXt-devel
 BuildRequires:  xorg-x11-proto-devel
 BuildRequires:  gettext
-BuildRequires:  libtool
 
 Obsoletes:      pfaedit
 Provides:       pfaedit
@@ -67,7 +66,11 @@
 
 %build
 %configure --with-freetype-bytecode=no
-make LIBTOOL=/usr/bin/libtool %{?_smp_mflags}
+
+sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
+sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
+
+make %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -123,6 +126,9 @@
 %{_libdir}/pkgconfig/*.pc
 
 %changelog
+* Mon Mar 03 2008 Kevin Fenzi <kevin at tummy.com> - 20080302-1
+- Update to upstream 20080302
+
 * Sun Mar 02 2008 Kevin Fenzi <kevin at tummy.com> - 20080203-2
 - Change Requires from htmlview to xdg-utils (bz 312691)
 




More information about the fedora-extras-commits mailing list