rpms/fontforge/FC-5 fontforge.spec, 1.17, 1.18 sources, 1.8, 1.9 .cvsignore, 1.8, 1.9

Kevin Fenzi (kevin) fedora-extras-commits at redhat.com
Fri Oct 20 19:00:32 UTC 2006


Author: kevin

Update of /cvs/extras/rpms/fontforge/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12036

Modified Files:
	fontforge.spec sources .cvsignore 
Log Message:
Update to 20061019
Sync up with devel



Index: fontforge.spec
===================================================================
RCS file: /cvs/extras/rpms/fontforge/FC-5/fontforge.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- fontforge.spec	13 Feb 2006 18:06:43 -0000	1.17
+++ fontforge.spec	20 Oct 2006 19:00:02 -0000	1.18
@@ -1,9 +1,9 @@
-%define docs_version 20060114
+%define docs_version 20061014
 %define gettext_package FontForge
 
 Name:           fontforge
-Version:        20060125
-Release:        6%{?dist}
+Version:        20061019
+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
@@ -27,6 +26,7 @@
 BuildRequires:  libuninameslist-devel
 BuildRequires:  libXt-devel
 BuildRequires:  xorg-x11-proto-devel
+BuildRequires:  gettext
 
 Obsoletes:      pfaedit
 Provides:       pfaedit
@@ -39,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
 
@@ -57,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}
@@ -110,6 +112,21 @@
 
 
 %changelog
+* Fri Oct 20 2006 Kevin Fenzi <kevin at tummy.com> - 20061019-1
+- Update to 20061019
+
+* Thu Oct 05 2006 Christian Iseli <Christian.Iseli at licr.org> 20060822-2
+ - rebuilt for unwind info generation, broken in gcc-4.1.1-21
+
+* 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
+
 * Mon Feb 13 2006 Roozbeh Pournader <roozbeh at farsiweb.info> - 20060125-6
 - Rebuild for Fedora Extras 5
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/fontforge/FC-5/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	20 Oct 2006 19:00:02 -0000	1.9
@@ -1,2 +1,2 @@
-831ac5225b1a9b00b0b7bcf622c62fee  fontforge_full-20060125.tar.bz2
-78a9f24e14c3e89afb5b88622f675546  fontforge_htdocs-20060114.tgz
+17cfd54612f3956397029945d008870e  fontforge_full-20061019.tar.bz2
+c55c948e1475d2f772aba96704e4b779  fontforge_htdocs-20061014.tar.bz2


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/fontforge/FC-5/.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	20 Oct 2006 19:00:02 -0000	1.9
@@ -1,2 +1,2 @@
-fontforge_full-20060125.tar.bz2
-fontforge_htdocs-20060114.tgz
+fontforge_full-20061019.tar.bz2
+fontforge_htdocs-20061014.tar.bz2




More information about the scm-commits mailing list