File xorriso.spec of Package xorriso
Name: xorriso
Version: 1.1.4
Release: 1
License: GPL
URL: http://scdbackup.sourceforge.net/xorriso_eng.html
Group: Productivity/File utilities
Summary: Manipulates ISO filesystems
Source0: http://scdbackup.sourceforge.net/%{name}-%{version}.tar.bz2
Source1: %{name}-rpmlintrc
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
xorriso maps file objects from POSIX compliant filesystems into Rock Ridge
enhanced ISO 9660 filesystems and allows session-wise manipulation of such filesystems.
It can load the management information of existing ISO images and it writes the session
results to optical media or to filesystem objects.
%prep
%setup
%configure
%build
%__make
%install
%__make DESTDIR=%{buildroot} install
strip %{buildroot}%{_bindir}/xorriso
gzip -9 %{buildroot}%{_mandir}/man1/xorriso.1
rm -rf %{buildroot}%{_infodir}/dir
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root,-)
%{_bindir}/xorriso
%{_bindir}/osirrox
%{_bindir}/xorrecord
%{_bindir}/xorrisofs
##%{_libdir}/pkgconfig/xorriso.pc
%{_mandir}/man1/xorriso.1*
%{_mandir}/man1/xorrisofs.1*
%{_infodir}/xorriso.info*
%{_infodir}/xorrisofs.info*
%changelog