File: FontForge-doc.spec

package info (click to toggle)
fontforge 0.0.20120101%2Bgit-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 35,756 kB
  • sloc: ansic: 556,562; sh: 236; makefile: 162; xml: 11; python: 11
file content (37 lines) | stat: -rw-r--r-- 1,104 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Name:        FontForge-doc
Version:     020208
Release:     1
Summary:     Docs for FontForge, a PostScript font editor
License:     BSD
Group:       Documentation
#Group:       Applications/Publishing
Icon:        pfaicon.gif
Source0:     http://fontforge.sourceforge.net/fontforge_htdocs-%{version}.tgz
Url:         http://fontforge.sourceforge.net/
Vendor:      George Williams <gww@silcom.com>
Prefix:      /usr
BuildRoot:   /var/tmp/%{name}-%{version}

%description
FontForge allows you to edit outline and bitmap fonts.  You can create
new ones or modify old ones.  It is also a font format converter and
can convert among PostScript (ASCII & binary Type 1, some Type 3s,
some Type 0s), TrueType, OpenType (Type2) and CID-keyed fonts.

%prep
%setup -T -c -a 0 -n fontforge

%install
mkdir -p ${RPM_BUILD_ROOT}%{_bindir}/../share/doc/fontforge
cp *.{html,png,gif,gz,tgz,txt} ${RPM_BUILD_ROOT}%{_bindir}/../share/doc/fontforge

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_bindir}/../share/doc/fontforge/

%changelog
* Fri Feb 8 2002 George Williams <gww@silcom.com>
- made doc rpm