File: FontForge.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 (81 lines) | stat: -rw-r--r-- 2,202 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
Name:        fontforge
Version:     20051201
Release:     1
Summary:     An outline font editor
License:     BSD
Group:       Applications/Publishing
Icon:        ffanvil32.gif
Source0:     http://fontforge.sourceforge.net/fontforge_full-%{version}.tgz
Source1:     fontforge.desktop
Url:         http://fontforge.sourceforge.net/
Vendor:      George Williams <gww@silcom.com>, Scott Pakin <pakin@uiuc.edu>
Prefix:      /usr/local
BuildRoot:   /var/tmp/%{name}-%{version}
BuildPreReq: libpng-devel, libungif-devel, libuninameslist, libxml2

%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), CID-keyed, SVG, CFF and
multiple-master fonts.

%prep
%setup -T -b 0 -n fontforge

%build
%configure
#configure --with-regular-link --with-freetype-bytecode=no
make

%install
%makeinstall

%post
ldconfig

%postun
ldconfig

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%{_bindir}/fontforge
%{_libdir}/libgunicode.*
%{_libdir}/libgdraw.*
%{_libdir}/pkgconfig/fontforge.pc
%{_datadir}/fontforge
%{_mandir}/man1/fontforge.1*
%{_mandir}/man1/sfddiff.1*
%{_bindir}/../share/locale/*/LC_MESSAGES/FontForge.mo
%doc LICENSE README-Unix.html

%changelog
* Wed Nov 27 2002 Scott Pakin <pakin@uiuc.edu>
- Corrected inclusion of shared libraries and cleaned up some other things

* Fri Nov  2 2001 George Williams <gww@silcom.com>
- Went from three source packages down to just one which includes the others

* Thu May 10 2001 George Williams <gww@silcom.com>
- My first attempt at rpm, updated to 10 May sources

* Tue May 01 2001 Scott Pakin <pakin@uiuc.edu>
- Removed (unused) dynamic library files

* Sun Apr 29 2001 Scott Pakin <pakin@uiuc.edu>
- Upgraded from 220401 to 280401.

* Tue Apr 24 2001 Scott Pakin <pakin@uiuc.edu>
- Upgraded from 190401 to 220401.

* Fri Apr 20 2001 Scott Pakin <pakin@uiuc.edu>
- Upgraded from 020401 to 190401.

* Tue Apr 10 2001 Scott Pakin <pakin@uiuc.edu>
- Upgraded from 210301 to 020401.

* Thu Mar 22 2001 Scott Pakin <pakin@uiuc.edu>
- Initial release