source: projects/specs/trunk/m/macutils/macutils-vl.spec @ 521

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

import VineSeed package specs

Line 
1Summary: Utilities for manipulating Macintosh file formats.
2Summary(ja): Macintosh のファイル形式を扱うユーティリティ
3Name: macutils
4Version: 2.0b3
5Release: 14%{?_dist_release}
6License: disributable
7Group: Applications/System
8Source: ftp://sunsite.unc.edu/pub/Linux/utils/compress/macutils.tar.gz
9Patch0: macutils-misc.patch
10Patch1: macutils-binhex.patch
11Patch2: macutils-warnfix.patch
12Patch3: macutils-gcc4.patch
13BuildRoot: %{_tmppath}/%{name}-%{version}-root
14
15
16%description
17The macutils package includes a set of utilities for manipulating
18files that are commonly used by Macintosh machines.  Macutils includes
19utilities like binhex, hexbin, macunpack, etc.
20
21Install macutils if you need to manipulate files that are commonly used
22by Macintosh machines.
23
24
25%description -l ja
26macutils パッケージには, Macintosh で一般的に利用されている
27ファイル形式を扱うユーティリティが収められています.
28例えば binhex, hexbin, macunpack などが収録されています.
29
30Macintosh のファイル形式を使う必要があれば macutils パッケージを
31インストールして下さい.
32
33
34%prep
35%setup -q -n macutils
36%patch0 -p1 -b .misc
37%patch1 -p1 -b .binhex
38%patch2 -p1 -b .warnfix
39%patch3 -p1 -b .gcc4
40
41
42%build
43make
44
45
46%install
47rm -rf $RPM_BUILD_ROOT
48mkdir -p $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
49
50make BINDIR=$RPM_BUILD_ROOT%{_bindir} install
51cp man/* $RPM_BUILD_ROOT%{_mandir}/man1
52
53
54%clean
55rm -rf $RPM_BUILD_ROOT
56
57
58%files
59%defattr(-,root,root)
60%doc README
61%{_bindir}/macunpack
62%{_bindir}/hexbin
63%{_bindir}/macsave
64%{_bindir}/macstream
65%{_bindir}/binhex
66%{_bindir}/tomac
67%{_bindir}/frommac
68%{_mandir}/man1/binhex.1*
69%{_mandir}/man1/frommac.1*
70%{_mandir}/man1/hexbin.1*
71%{_mandir}/man1/macsave.1*
72%{_mandir}/man1/macstream.1*
73%{_mandir}/man1/macunpack.1*
74%{_mandir}/man1/macutil.1*
75%{_mandir}/man1/tomac.1*
76
77
78%changelog
79* Sat Oct 04 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.0b3-14
80- spec in UTF-8
81
82* Thu Apr 17 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.0b3-13
83- rebuilt
84
85* Mon May 21 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.0b3-12vl6
86- rebuilt with new toolchain
87- imported Patch[123] from 2.0b3-32.2.1
88
89* Fri Oct 13 2006 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.0b3-12vl5
90- s/Copyright/License/
91
92* Fri Oct 22 2004 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.0b3-12vl4
93- rebuilt with current VineSeed environment
94
95* Sun Jan 21 2001 MATSUBAYASHI 'Shaolin' Kohji <shaolin@rhythmaning.org>
96- 2.0b3-12vl3
97- modified Patch0 to allow non-root users' rebuild
98- use better macros (%%{_tmppath}, %%{_bindir}, %%{_mandir})
99
100* Mon Sep 04 2000 MATSUBAYASHI 'Shaolin' Kohji <shaolin@rhythmaning.org>
101- 2.0b3-12vl2
102- modified %files section to handle compressed man page(s)
103
104* Sun Mar 12 2000 MATSUBAYASHI 'Shaolin' Kohji <shaolin@rhythmaning.org>
105- 2.0b3-12vl1
106- based on 2.0b3-12 from LinuxPPC Developer Reference Release 1.1
107- added Japanese summary/description
108
109* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
110- auto rebuild in the new build environment (release 12)
111
112* Wed Feb 24 1999 Preston Brown <pbrown@redhat.com>
113- Injected new description and group.
114
115* Fri Dec 18 1998 Preston Brown <pbrown@redhat.com>
116- bumped spec number for initial rh 6.0 build
117
118* Sun Aug 16 1998 Jeff Johnson <jbj@redhat.com>
119- build root
120
121* Mon Apr 27 1998 Prospector System <bugs@redhat.com>
122- translations modified for de, fr, tr
123
124* Thu Jul 10 1997 Erik Troan <ewt@redhat.com>
125- built against glibc
Note: See TracBrowser for help on using the repository browser.