File xorriso.spec of Package xorriso (Revision 34)
Currently displaying revision 34, show latest
1
Name: xorriso
2
Version: 1.1.2
3
Release: 1
4
License: GPL
5
URL: http://scdbackup.sourceforge.net/xorriso_eng.html
6
Group: Productivity/File utilities
7
Summary: Manipulates ISO filesystems
8
Source0: http://scdbackup.sourceforge.net/%{name}-%{version}.tar.bz2
9
Source1: %{name}-rpmlintrc
10
BuildRoot: %{_tmppath}/%{name}-%{version}-build
11
12
%description
13
xorriso maps file objects from POSIX compliant filesystems into Rock Ridge
14
enhanced ISO 9660 filesystems and allows session-wise manipulation of such filesystems.
15
It can load the management information of existing ISO images and it writes the session
16
results to optical media or to filesystem objects.
17
18
%prep
19
%setup
20
21
%configure
22
23
%build
24
%__make
25
26
%install
27
%__make DESTDIR=%{buildroot} install
28
strip %{buildroot}%{_bindir}/xorriso
29
gzip -9 %{buildroot}%{_mandir}/man1/xorriso.1
30
31
%clean
32
rm -rf %{buildroot}
33
34
%files
35
%defattr(-,root,root,-)
36
%{_bindir}/xorriso
37
%{_bindir}/osirrox
38
%{_bindir}/xorrecord
39
%{_bindir}/xorrisofs
40
##%{_libdir}/pkgconfig/xorriso.pc
41
%{_mandir}/man1/xorriso.1*
42
%{_mandir}/man1/xorrisofs.1*
43
%{_infodir}/xorriso.info*
44
%{_infodir}/xorrisofs.info*
45
46
%changelog
47