Mass letters "e" and "f" update, one or more apply :
- Drop epoch: 0 - Remove %{epoch} requirements in sub-packages - Remove trailing white spaces - Keep consistent between spaces and tabs
This commit is contained in:
parent
922c79cbeb
commit
59dcc2a607
@ -1,8 +1,7 @@
|
|||||||
Name: fontforge
|
Name: fontforge
|
||||||
Version: 0.0
|
Version: 0.0
|
||||||
Release: 2.20041231
|
Release: 2.20041231
|
||||||
Epoch: 0
|
Summary: Outline and bitmap font editor
|
||||||
Summary: An outline and bitmap font editor
|
|
||||||
|
|
||||||
Group: Applications/Publishing
|
Group: Applications/Publishing
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -25,7 +24,7 @@ BuildRequires: desktop-file-utils
|
|||||||
BuildRequires: libuninameslist-devel
|
BuildRequires: libuninameslist-devel
|
||||||
Obsoletes: pfaedit
|
Obsoletes: pfaedit
|
||||||
|
|
||||||
%description
|
%description
|
||||||
FontForge (former PfaEdit) is a font editor for outline and bitmap
|
FontForge (former PfaEdit) is a font editor for outline and bitmap
|
||||||
fonts. It supports a range of font formats, including PostScript
|
fonts. It supports a range of font formats, including PostScript
|
||||||
(ASCII and binary Type 1, some Type 3 and Type 0), TrueType, OpenType
|
(ASCII and binary Type 1, some Type 3 and Type 0), TrueType, OpenType
|
||||||
@ -42,7 +41,7 @@ chmod 644 htdocs/*
|
|||||||
mkdir cidmaps
|
mkdir cidmaps
|
||||||
tar xzf htdocs/cidmaps.tgz -C cidmaps
|
tar xzf htdocs/cidmaps.tgz -C cidmaps
|
||||||
|
|
||||||
find . -name "CVS" -type d -print | xargs rm -r
|
find . -name "CVS" -type d -print | xargs rm -r
|
||||||
|
|
||||||
for i in fontforge/fontforge.1 fontforge/sfddiff.1 ; do
|
for i in fontforge/fontforge.1 fontforge/sfddiff.1 ; do
|
||||||
iconv -f iso-8859-1 -t utf-8 $i -o $i.utf8 ; mv $i.utf8 $i
|
iconv -f iso-8859-1 -t utf-8 $i -o $i.utf8 ; mv $i.utf8 $i
|
||||||
@ -185,7 +184,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
- Updated to 031012.
|
- Updated to 031012.
|
||||||
- Removed .so links.
|
- Removed .so links.
|
||||||
- Removed empty AUTHORS file.
|
- Removed empty AUTHORS file.
|
||||||
- Removed the samples subpackage.
|
- Removed the samples subpackage.
|
||||||
|
|
||||||
* Mon Sep 22 2003 Marius L. Jøhndal <mariuslj at ifi.uio.no> 0:0.0-0.fdr.1.030904
|
* Mon Sep 22 2003 Marius L. Jøhndal <mariuslj at ifi.uio.no> 0:0.0-0.fdr.1.030904
|
||||||
- Updated to 030904.
|
- Updated to 030904.
|
||||||
|
Loading…
Reference in New Issue
Block a user