source: projects/specs/trunk/t/t1utils/t1utils-vl.spec @ 521

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

import VineSeed package specs

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