source: projects/specs/branches/6/p/pfaedit/pfaedit-vl.spec @ 521

Revision 521, 2.6 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1Name:        pfaedit
2Version:     020715
3Release:     1%{?_dist_release}
4Summary:     A PostScript font editor
5License:     BSD Type
6Group:       Applications/Publishing
7Icon:        fficon.gif
8Source0:     http://pfaedit.sourceforge.net/pfaedit_full-%{version}.tgz
9Url:         http://pfaedit.sourceforge.net/
10Vendor:      Project Vine
11Distribution: Vine Linux
12BuildRoot:   %{_tmppath}/%{name}-%{version}-root
13BuildPreReq: libjpeg-devel, libtiff-devel, libpng-devel, libungif-devel, freetype2-devel
14
15%description
16PfaEdit allows you to edit outline and bitmap fonts.  You can create
17new ones or modify old ones.  It is also a font format converter and
18can convert among PostScript (ASCII & binary Type 1, some Type 3s,
19some Type 0s), TrueType, OpenType (Type2) and CID-keyed fonts.
20
21%prep
22%setup -T -b 0 -n pfaedit
23
24%build
25%configure
26## don't use smp_mflags
27make
28
29%install
30rm -rf %{buildroot}
31mkdir -p %{buildroot}%{_bindir}
32mkdir -p %{buildroot}%{_mandir}/man1
33%makeinstall
34
35%clean
36rm -rf $RPM_BUILD_ROOT
37
38%files
39%defattr(-,root,root)
40%{_bindir}/pfaedit
41%{_datadir}/pfaedit/
42%{_mandir}/man1/pfaedit.1*
43%doc LICENSE README
44
45%changelog
46* Thu Oct 09 2008 Shu KONNO <owa@bg.wakwak.com> 020715-1vl5
47- applied new versioning policy, spec in utf-8
48
49* Fri Dec 28 2007 Shu KONNO <owa@bg.wakwak.com> 020715-0vl2
50- s/Copyright/License/
51
52* Fri Jul 19 2002 Ryoichi Ichiyama <ir@bellbind.net>
53- Updated to 2002/07/15.
54
55* Fri Apr 19 2002 Ryoichi Ichiyama <ir@bellbind.net>
56- Updated to 2002/04/16.
57
58* Sun Mar 3 2002 Ryoichi Ichiyama <ir@bellbind.net>
59- Updated to 2002/03/02.
60
61* Mon Feb 18 2002 Ryoichi Ichiyama <ir@bellbind.net>
62- Updated to 2002/02/16.
63
64* Sat Feb 16 2002 Ryoichi Ichiyama <ir@bellbind.net>
65- Updated to 2002/02/14.
66
67* Thu Feb 14 2002 Ryoichi Ichiyama <ir@bellbind.net>
68- Updated to 2002/02/12.
69
70* Mon Feb 10 2002 Ryoichi Ichiyama <ir@bellbind.net>
71- Updated to 2002/02/09.
72
73* Sat Feb 9 2002 Ryoichi Ichiyama <ir@bellbind.net>
74- Change SPEC file to VineLinux Style
75- Updated to 2002/02/05.
76
77* Fri Nov  2 2001 George Williams <gww@silcom.com>
78- went from three source packages down to just one which includes the others
79
80* Thu May 10 2001 George Williams <gww@silcom.com>
81- My first attempt at rpm, updated to 10 May sources
82
83* Tue May 01 2001 Scott Pakin <pakin@uiuc.edu>
84- Removed (unused) dynamic library files
85
86* Sun Apr 29 2001 Scott Pakin <pakin@uiuc.edu>
87- Upgraded from 220401 to 280401.
88
89* Tue Apr 24 2001 Scott Pakin <pakin@uiuc.edu>
90- Upgraded from 190401 to 220401.
91
92* Fri Apr 20 2001 Scott Pakin <pakin@uiuc.edu>
93- Upgraded from 020401 to 190401.
94
95* Tue Apr 10 2001 Scott Pakin <pakin@uiuc.edu>
96- Upgraded from 210301 to 020401.
97
98* Thu Mar 22 2001 Scott Pakin <pakin@uiuc.edu>
99- Initial release
Note: See TracBrowser for help on using the repository browser.