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

Revision 8916, 1.9 KB checked in by Takemikaduchi, 10 years ago (diff)

v4l-utils: new package
libebml,libemf,libmatroska,libmms,libmodplug,t1utils,usbutils: new upstream release
self-build-mikutter: update to 3.0.5
others: rebuild

Line 
1Summary:        Programs for manipulating PostScript Type 1 fonts
2
3Name:           t1utils
4Version:        1.38
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* Sun Aug 24 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.38-1
54- update to 1.38
55
56* Mon Apr 25 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.36-1
57- updated to 1.36
58- built with current VineSeed
59
60* Sun Oct 12 2008 Shu KONNO <owa@bg.wakwak.com> 1.32-1vl5
61- applied new versioning policy
62
63* Sat Jul  8 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.32-0vl2
64- rebuit for VineSeed
65- changed Group to Applications/Publishing
66
67* Sat Mar 12 2005 Jun NISHII <jun@vinelinux.org> 1.32-0vl1
68- build on Vine 3.1
69
Note: See TracBrowser for help on using the repository browser.