source: projects/specs/tags/6_0_REL/t/t1utils/t1utils-vl.spec @ 3700

Revision 3700, 1.9 KB checked in by inagaki, 13 years ago (diff)

update: t1lib, t1utils

Line 
1Summary:        Programs for manipulating PostScript Type 1 fonts
2
3Name:           t1utils
4Version:        1.36
5Release:        1%{?_dist_release}
6
7URL:            http://www.lcdf.org/type/
8Group:          Applications/Publishing
9License:        freely modifiable and distributable
10
11Source:         http://www.lcdf.org/type/%{name}-%{version}.tar.gz
12
13Buildroot:      %{_tmppath}/%{name}-%{version}-root
14
15%description
16The t1utils package is a set of programs for manipulating
17PostScript Type 1 fonts. It contains programs to change
18between binary PFB format (for storage), ASCII PFA format
19(for printing), a human-readable and -editable ASCII format,
20and Macintosh resource forks.
21
22%prep
23%setup -q
24
25%build
26%configure
27make
28
29%install
30[ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT
31mkdir -p $RPM_BUILD_ROOT
32make DESTDIR=$RPM_BUILD_ROOT install
33
34%clean
35[ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT
36
37%files
38%attr(-,root,root) %doc NEWS README
39%attr(0755,root,root) %{_bindir}/t1ascii
40%attr(0755,root,root) %{_bindir}/t1binary
41%attr(0755,root,root) %{_bindir}/t1asm
42%attr(0755,root,root) %{_bindir}/t1disasm
43%attr(0755,root,root) %{_bindir}/t1unmac
44%attr(0755,root,root) %{_bindir}/t1mac
45%attr(0644,root,root) %{_mandir}/man1/t1ascii.1*
46%attr(0644,root,root) %{_mandir}/man1/t1binary.1*
47%attr(0644,root,root) %{_mandir}/man1/t1asm.1*
48%attr(0644,root,root) %{_mandir}/man1/t1disasm.1*
49%attr(0644,root,root) %{_mandir}/man1/t1unmac.1*
50%attr(0644,root,root) %{_mandir}/man1/t1mac.1*
51
52%changelog
53* Mon Apr 25 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.36-1
54- updated to 1.36
55- built with current VineSeed
56
57* Sun Oct 12 2008 Shu KONNO <owa@bg.wakwak.com> 1.32-1vl5
58- applied new versioning policy
59
60* Sat Jul  8 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.32-0vl2
61- rebuit for VineSeed
62- changed Group to Applications/Publishing
63
64* Sat Mar 12 2005 Jun NISHII <jun@vinelinux.org> 1.32-0vl1
65- build on Vine 3.1
66
Note: See TracBrowser for help on using the repository browser.