2011-10-07 21:38:13 +00:00
|
|
|
Summary: Library to enable creation and expansion of ISO-9660 filesystems
|
|
|
|
Name: libisoburn
|
2011-11-27 18:08:48 +00:00
|
|
|
Version: 1.1.8
|
2012-01-13 07:55:43 +00:00
|
|
|
Release: 2%{?dist}
|
2011-10-07 21:38:13 +00:00
|
|
|
License: GPLv2+
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
URL: http://libburnia-project.org/
|
|
|
|
Source0: http://files.libburnia-project.org/releases/%{name}-%{version}.tar.gz
|
|
|
|
Source1: xorriso_servicemenu.desktop
|
|
|
|
Patch0: libisoburn-1.0.8-multilib.patch
|
|
|
|
BuildRequires: libacl-devel, zlib-devel, doxygen, graphviz
|
2011-11-27 18:08:48 +00:00
|
|
|
BuildRequires: libburn-devel >= 1.1.8, libisofs-devel >= 1.1.6
|
2011-10-07 21:38:13 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
|
|
|
%description
|
|
|
|
Libisoburn is a front-end for libraries libburn and libisofs which
|
|
|
|
enables creation and expansion of ISO-9660 filesystems on all CD/
|
|
|
|
DVD/BD media supported by libburn. This includes media like DVD+RW,
|
|
|
|
which do not support multi-session management on media level and
|
|
|
|
even plain disk files or block devices. Price for that is thorough
|
|
|
|
specialization on data files in ISO-9660 filesystem images. And so
|
|
|
|
libisoburn is not suitable for audio (CD-DA) or any other CD layout
|
|
|
|
which does not entirely consist of ISO-9660 sessions.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Development files for libisoburn
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}, pkgconfig
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
The libisoburn-devel package contains libraries and header files for
|
|
|
|
developing applications that use libisoburn.
|
|
|
|
|
|
|
|
%package -n xorriso
|
|
|
|
Summary: ISO-9660 and Rock Ridge image manipulation tool
|
|
|
|
Group: Applications/Archiving
|
|
|
|
URL: http://scdbackup.sourceforge.net/xorriso_eng.html
|
2011-10-09 19:13:45 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
2011-10-17 00:05:30 +00:00
|
|
|
%if 0%{?rhel}%{?fedora} > 5
|
2011-10-07 21:38:13 +00:00
|
|
|
Requires: kde-filesystem >= 4
|
|
|
|
%endif
|
|
|
|
Requires(post): /sbin/install-info
|
|
|
|
Requires(preun): /sbin/install-info
|
|
|
|
|
|
|
|
%description -n xorriso
|
|
|
|
Xorriso is a program which copies file objects from POSIX compliant
|
|
|
|
filesystems into Rock Ridge enhanced ISO-9660 filesystems and allows
|
|
|
|
session-wise manipulation of such filesystems. It can load management
|
|
|
|
information of existing ISO images and it writes the session results
|
|
|
|
to optical media or to filesystem objects. Vice versa xorriso is able
|
|
|
|
to copy file objects out of ISO-9660 filesystems.
|
|
|
|
|
|
|
|
Filesystem manipulation capabilities surpass those of mkisofs. Xorriso
|
|
|
|
is especially suitable for backups, because of its high fidelity of
|
|
|
|
file attribute recording and its incremental update sessions. Optical
|
|
|
|
supported media: CD-R, CD-RW, DVD-R, DVD-RW, DVD+R, DVD+R DL, DVD+RW,
|
|
|
|
DVD-RAM, BD-R and BD-RE.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
%patch0 -p1 -b .multilib
|
|
|
|
|
|
|
|
%build
|
|
|
|
%configure --disable-static
|
|
|
|
sed -e 's/^hardcode_libdir_flag_spec=.*/hardcode_libdir_flag_spec=""/g' -i libtool
|
|
|
|
sed -e 's/^runpath_var=LD_RUN_PATH/runpath_var=DIE_RPATH_DIE/g' -i libtool
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
doxygen doc/doxygen.conf
|
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
make DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p' install
|
|
|
|
|
|
|
|
# Don't install any libtool .la files
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}.la
|
|
|
|
|
|
|
|
# Install the KDE service menu handler
|
2011-10-17 00:05:30 +00:00
|
|
|
%if 0%{?rhel}%{?fedora} > 5
|
2011-10-07 21:38:13 +00:00
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_datadir}/kde4/services/ServiceMenus/
|
|
|
|
install -p -m 644 %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/kde4/services/ServiceMenus/
|
|
|
|
%endif
|
|
|
|
|
|
|
|
# Some file cleanups
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_infodir}/dir
|
|
|
|
|
2011-10-09 19:13:45 +00:00
|
|
|
%check
|
|
|
|
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$RPM_BUILD_ROOT%{_libdir}"
|
2011-10-09 19:45:35 +00:00
|
|
|
export TERM="xterm"
|
2011-10-09 19:13:45 +00:00
|
|
|
cd releng
|
|
|
|
./run_all_auto -x ../xorriso/xorriso || (cat releng_generated_data/log.*; exit 1)
|
|
|
|
|
2011-10-07 21:38:13 +00:00
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%post -n xorriso
|
2011-11-27 19:16:46 +00:00
|
|
|
/sbin/install-info %{_infodir}/xorrecord.info.gz %{_infodir}/dir || :
|
2011-10-07 21:38:13 +00:00
|
|
|
/sbin/install-info %{_infodir}/xorriso.info.gz %{_infodir}/dir || :
|
|
|
|
/sbin/install-info %{_infodir}/xorrisofs.info.gz %{_infodir}/dir || :
|
|
|
|
|
|
|
|
%preun -n xorriso
|
|
|
|
if [ $1 = 0 ]; then
|
2011-11-27 19:16:46 +00:00
|
|
|
/sbin/install-info --delete %{_infodir}/xorrecord.info.gz %{_infodir}/dir || :
|
2011-10-07 21:38:13 +00:00
|
|
|
/sbin/install-info --delete %{_infodir}/xorriso.info.gz %{_infodir}/dir || :
|
|
|
|
/sbin/install-info --delete %{_infodir}/xorrisofs.info.gz %{_infodir}/dir || :
|
|
|
|
fi
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%doc AUTHORS COPYING COPYRIGHT README ChangeLog
|
|
|
|
%{_libdir}/%{name}*.so.*
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%doc doc/html
|
|
|
|
%{_includedir}/%{name}
|
|
|
|
%{_libdir}/%{name}.so
|
|
|
|
%{_libdir}/pkgconfig/%{name}*.pc
|
|
|
|
|
|
|
|
%files -n xorriso
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_bindir}/osirrox
|
|
|
|
%{_bindir}/xorrecord
|
|
|
|
%{_bindir}/xorriso
|
|
|
|
%{_bindir}/xorrisofs
|
2011-11-27 19:16:46 +00:00
|
|
|
%{_mandir}/man1/xorrecord.1*
|
2011-10-07 21:38:13 +00:00
|
|
|
%{_mandir}/man1/xorriso.1*
|
|
|
|
%{_mandir}/man1/xorrisofs.1*
|
2011-11-27 19:16:46 +00:00
|
|
|
%{_infodir}/xorrecord.info*
|
2011-10-07 21:38:13 +00:00
|
|
|
%{_infodir}/xorriso.info*
|
|
|
|
%{_infodir}/xorrisofs.info*
|
2011-10-17 00:05:30 +00:00
|
|
|
%if 0%{?rhel}%{?fedora} > 5
|
2011-10-07 21:38:13 +00:00
|
|
|
%{_datadir}/kde4/services/ServiceMenus/xorriso_servicemenu.desktop
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%changelog
|
2012-01-13 07:55:43 +00:00
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.8-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-11-27 18:08:48 +00:00
|
|
|
* Sun Nov 27 2011 Robert Scheck <robert@fedoraproject.org> 1.1.8-1
|
|
|
|
- Upgrade to 1.1.8
|
|
|
|
|
2011-10-09 19:13:45 +00:00
|
|
|
* Sun Oct 09 2011 Robert Scheck <robert@fedoraproject.org> 1.1.6-1
|
|
|
|
- Upgrade to 1.1.6
|
|
|
|
|
2011-10-07 21:38:13 +00:00
|
|
|
* Sun Jul 10 2011 Robert Scheck <robert@fedoraproject.org> 1.1.2-1
|
|
|
|
- Upgrade to 1.1.2
|
|
|
|
|
|
|
|
* Mon May 02 2011 Robert Scheck <robert@fedoraproject.org> 1.0.8-2
|
|
|
|
- Added forgotten documentation files to %%files (#697326 #c1)
|
|
|
|
|
|
|
|
* Sun Apr 17 2011 Robert Scheck <robert@fedoraproject.org> 1.0.8-1
|
|
|
|
- Upgrade to 1.0.8
|
|
|
|
- Initial spec file for Fedora and Red Hat Enterprise Linux
|