- Update to 20050729
- Remove .docview patch, looking for HTMLview is upstream so no longer needed
This commit is contained in:
parent
fe7eb930a7
commit
301ea27b87
@ -4,3 +4,5 @@ fontforge_full-20050310.tgz
|
||||
fontforge_htdocs-20050310.tgz
|
||||
fontforge_full-20050502.tgz
|
||||
fontforge_htdocs-20050503.tgz
|
||||
fontforge_full-20050729.tgz
|
||||
fontforge_htdocs-20050729.tgz
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- BUILD/fontforge-20040618/fontforge/uiutil.c.docview 2004-06-15 21:43:23.000000000 +0200
|
||||
+++ BUILD/fontforge-20040618/fontforge/uiutil.c 2004-06-30 12:23:52.320054423 +0200
|
||||
@@ -240,7 +240,7 @@
|
||||
"iexplore.exe",
|
||||
/*"lynx.exe",*/
|
||||
#else
|
||||
- static char *stdbrowsers[] = { "mozilla", "opera", "galeon", "kfmclient",
|
||||
+ static char *stdbrowsers[] = { "htmlview", "mozilla", "opera", "galeon", "kfmclient",
|
||||
"netscape", "mosaic", /*"grail",*/ "lynx",
|
||||
#endif
|
||||
NULL };
|
@ -1,15 +1,14 @@
|
||||
Name: fontforge
|
||||
Version: 0.0
|
||||
Release: 2.20050502.fc4
|
||||
Release: 2.20050729.fc5
|
||||
Summary: Outline and bitmap font editor
|
||||
|
||||
Group: Applications/Publishing
|
||||
License: BSD
|
||||
URL: http://fontforge.sourceforge.net/
|
||||
Source0: http://dl.sf.net/fontforge/fontforge_full-20050502.tgz
|
||||
Source0: http://dl.sf.net/fontforge/fontforge_full-20050729.tgz
|
||||
Source1: fontforge.desktop
|
||||
Source2: http://dl.sf.net/fontforge/fontforge_htdocs-20050503.tgz
|
||||
Patch1: fontforge-20040618-docview.patch
|
||||
Source2: http://dl.sf.net/fontforge/fontforge_htdocs-20050729.tgz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
Requires: htmlview
|
||||
@ -31,8 +30,7 @@ fonts. It supports a range of font formats, including PostScript
|
||||
(Type2) and CID-keyed fonts.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-20050502
|
||||
%patch1 -p2 -b .docview
|
||||
%setup -q -n %{name}-20050729
|
||||
|
||||
mkdir htdocs
|
||||
tar xzf %{SOURCE2} -C htdocs
|
||||
@ -102,6 +100,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Jul 30 2005 Owen Taylor <otaylor@redhat.com> - 0.0-2.20050729.fc5
|
||||
- Update to 20050729
|
||||
- Remove .docview patch, looking for HTMLview is upstream so no longer needed
|
||||
|
||||
* Tue May 10 2005 Owen Taylor <otaylor@redhat.com> - 0.0-2.20050502.fc4
|
||||
- Update to 20050502
|
||||
- Fix the build to look for the docs where we install them
|
||||
|
Loading…
Reference in New Issue
Block a user