rpms/fontforge/devel sources, 1.8, 1.9 .cvsignore, 1.8, 1.9 fontforge.spec, 1.18, 1.19 needs.rebuild, 1.1, NONE

Kevin Fenzi (kevin) fedora-extras-commits at redhat.com
Fri Sep 22 04:58:24 UTC 2006


Author: kevin

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

Modified Files:
	sources .cvsignore fontforge.spec 
Removed Files:
	needs.rebuild 
Log Message:
Update to 20060822
Remove unneeded patch
Add flag to compile right with giflib



Index: sources
===================================================================
RCS file: /cvs/extras/rpms/fontforge/devel/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources	1 Feb 2006 12:33:42 -0000	1.8
+++ sources	22 Sep 2006 04:58:23 -0000	1.9
@@ -1,2 +1,2 @@
-831ac5225b1a9b00b0b7bcf622c62fee  fontforge_full-20060125.tar.bz2
-78a9f24e14c3e89afb5b88622f675546  fontforge_htdocs-20060114.tgz
+872a8013be82e322677f7c254101544d  fontforge_full-20060822.tar.bz2
+40f374cf43d57d8e8f29e7fe25bf8f39  fontforge_htdocs-20060822.tar.bz2


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/fontforge/devel/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore	1 Feb 2006 12:33:42 -0000	1.8
+++ .cvsignore	22 Sep 2006 04:58:23 -0000	1.9
@@ -1,2 +1,2 @@
-fontforge_full-20060125.tar.bz2
-fontforge_htdocs-20060114.tgz
+fontforge_full-20060822.tar.bz2
+fontforge_htdocs-20060822.tar.bz2


Index: fontforge.spec
===================================================================
RCS file: /cvs/extras/rpms/fontforge/devel/fontforge.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- fontforge.spec	18 Jun 2006 19:40:24 -0000	1.18
+++ fontforge.spec	22 Sep 2006 04:58:23 -0000	1.19
@@ -1,9 +1,9 @@
-%define docs_version 20060114
+%define docs_version 20060822
 %define gettext_package FontForge
 
 Name:           fontforge
-Version:        20060125
-Release:        7%{?dist}
+Version:        20060822
+Release:        1%{?dist}
 Summary:        Outline and bitmap font editor
 
 Group:          Applications/Publishing
@@ -11,8 +11,7 @@
 URL:            http://fontforge.sourceforge.net/
 Source0:        http://dl.sf.net/fontforge/fontforge_full-%{version}.tar.bz2
 Source1:        fontforge.desktop
-Source2:        http://dl.sf.net/fontforge/fontforge_htdocs-%{docs_version}.tgz
-Patch1:         fontforge-20060125-glibccrash.patch
+Source2:        http://dl.sf.net/fontforge/fontforge_htdocs-%{docs_version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Requires:       htmlview
@@ -40,12 +39,13 @@
 
 %prep
 %setup -q -n %{name}-%{version}
-%patch1 -p1 -b .glibccrash
 
 mkdir htdocs
-tar xzf %{SOURCE2} -C htdocs
+tar xjf %{SOURCE2} -C htdocs
 rm -rf htdocs/scripts
-chmod 644 htdocs/*
+chmod 644 htdocs/*.gif
+chmod 644 htdocs/*.html
+chmod 644 htdocs/*.png
 mkdir cidmaps
 tar xzf htdocs/cidmaps.tgz -C cidmaps
 
@@ -58,6 +58,7 @@
 
 %build
 export CPPFLAGS='-DDOCDIR=\"%{_docdir}/%{name}-%{version}/htdocs\"'
+export LIBS=-lgif
 %configure --with-regular-link --with-freetype-bytecode=no
 
 make %{?_smp_mflags}
@@ -111,6 +112,11 @@
 
 
 %changelog
+* Thu Sep 21 2006 Kevin Fenzi <kevin at tummy.com> - 20060822-1
+- Update to 20060822
+- Remove unneeded patch
+- Add flag to compile right with giflib
+
 * Sun Jun 18 2006 Roozbeh Pournader <roozbeh at farsiweb.info> - 20060125-7
 - Add BuildRequires on gettext, to make sure the package builds in minimal
   mock environments


--- needs.rebuild DELETED ---




More information about the fedora-extras-commits mailing list