]> git.pld-linux.org Git - SPECS.git/blob - mkhybrid.spec
SPECS updated Tue 30 Apr 15:06:09 CEST 2024
[SPECS.git] / mkhybrid.spec
1 Summary:        Creates an hybrid ISO9660/Joliet/HFSISO9660 filesystem image
2 Summary(pl.UTF-8):      Tworzy obraz mieszanego systemu plikow ISO9660/Joliet/HFSISO9660
3 Name:           mkhybrid
4 Version:        1.12b5.2
5 Release:        2
6 License:        GPL
7 Group:          Applications/System
8 Source0:        ftp://ftp.ge.ucl.ac.uk/pub/mkhfs/%{name}-%{version}.tar.gz
9 # Source0-md5:  30de5a1cec363936f66bba0ba876fc65
10 Patch0:         %{name}-install.patch
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 mkhybrid - create an hybrid ISO9660/JOLIET/HFS filesystem with
17 optional Rock Ridge attributes. Includes support for making bootable
18 "El Torito" CD-ROMs.
19
20 %description -l pl.UTF-8
21 mkhybrid - tworzy obraz mieszanego systemu plików ISO9660/Joliet/HFS z
22 opcjonalnymi atrybutami rozszerzeń Rock Ridge. Zawiera wsparcie dla
23 tworzenia bootowalnych płyt CD-ROM "El Torito".
24
25 %prep
26 %setup -q
27 %patch0 -p1
28
29 %build
30 %{__aclocal}
31 %{__autoconf}
32 %configure
33 %{__make}
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man8}
38
39 %{__make} install DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir}/man8
40
41 rm -f README.win32
42
43 %clean
44 rm -rf $RPM_BUILD_ROOT
45
46 %files
47 %defattr(644,root,root,755)
48 %doc ChangeLog ChangeLog.mkhybrid README* TODO
49 %attr(755,root,root) %{_bindir}/*
50 %{_mandir}/man8/*
This page took 0.50805 seconds and 3 git commands to generate.