f73382
Name:           libburn
f73382
Version:        1.2.8
f73382
Release:        4%{?dist}
f73382
Summary:        Library for reading, mastering and writing optical discs
f73382
f73382
Group:          System Environment/Libraries
f73382
License:        GPLv2+
f73382
URL:            http://libburnia-project.org/
f73382
Source0:        http://files.libburnia-project.org/releases/%{name}-%{version}.tar.gz
f73382
Patch0:         libburn-multilib_doc.patch
f73382
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
f73382
f73382
BuildRequires:  libtool intltool gettext doxygen graphviz
f73382
f73382
f73382
%description
f73382
Libburn is an open-source library for reading, mastering and writing
f73382
optical discs. For now this means only CD-R and CD-RW.
f73382
f73382
The project comprises of several more or less interdependent parts which
f73382
together strive to be a usable foundation for application development.
f73382
These are libraries, language bindings, and middleware binaries which emulate
f73382
classical (and valuable) Linux tools.
f73382
f73382
f73382
%package        devel
f73382
Summary:        Development files for %{name}
f73382
Group:          Development/Libraries
f73382
Requires:       %{name}%{?_isa} = %{version}-%{release}, pkgconfig
f73382
f73382
%description    devel
f73382
The %{name}-devel package contains libraries and header files for
f73382
developing applications that use %{name}.
f73382
f73382
f73382
%package -n     cdrskin
f73382
Summary:        Limited cdrecord compatibility wrapper to ease migration to libburn
f73382
Group:          Applications/Multimedia
f73382
Requires:       %{name}%{?_isa} = %{version}-%{release}
f73382
f73382
%description -n cdrskin
f73382
A limited cdrecord compatibility wrapper which allows to use some libburn 
f73382
features from the command line.
f73382
f73382
f73382
%prep
f73382
%setup -q
f73382
%patch0 -p1 -b .multilibdoc
f73382
echo "" > doc/empty_footer.html
f73382
#overwrite old autoconf scripts which do not recognize aarch64
f73382
autoreconf -vfi
f73382
f73382
%build
f73382
%configure --disable-static
f73382
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
f73382
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
f73382
make %{?_smp_mflags}
f73382
doxygen doc/doxygen.conf
f73382
f73382
f73382
%install
f73382
make DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p' install
f73382
rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}.la
f73382
f73382
f73382
%post -p /sbin/ldconfig
f73382
f73382
f73382
%postun -p /sbin/ldconfig
f73382
f73382
f73382
%files
f73382
%defattr(-,root,root,-)
f73382
%doc AUTHORS COPYING COPYRIGHT README
f73382
%{_libdir}/%{name}*.so.*
f73382
f73382
f73382
%files devel
f73382
%defattr(-,root,root,-)
f73382
%{_includedir}/%{name}
f73382
%{_libdir}/%{name}*.so
f73382
%{_libdir}/pkgconfig/%{name}*.pc
f73382
%doc doc/html
f73382
f73382
%files -n cdrskin
f73382
%defattr(-,root,root,-)
f73382
%{_mandir}/*/*
f73382
%{_bindir}/cdrskin
f73382
f73382
f73382
%changelog
f73382
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 1.2.8-4
f73382
- Mass rebuild 2014-01-24
f73382
f73382
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1.2.8-3
f73382
- Mass rebuild 2013-12-27
f73382
f73382
* Tue Apr 02 2013 Frantisek Kluknavsky <fkluknav@redhat.com> - 1.2.8-2
f73382
- Run autoreconf to overwrite old scripts => recognize aarch64
f73382
f73382
* Tue Mar 19 2013 Robert Scheck <robert@fedoraproject.org> 1.2.8-1
f73382
- Update to upstream 1.2.8
f73382
f73382
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.6-2
f73382
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
f73382
f73382
* Sat Jan 12 2013 Robert Scheck <robert@fedoraproject.org> 1.2.6-1
f73382
- Update to upstream 1.2.6 (#893692)
f73382
f73382
* Wed Dec 05 2012 Frantisek Kluknavsky <fkluknav@redhat.com> - 1.2.4-5
f73382
- renamed patch - added package name to match naming guidelines
f73382
f73382
* Tue Dec 04 2012 Frantisek Kluknavsky <fkluknav@redhat.com> - 1.2.4-4
f73382
- current time in doxygen footer caused multilib difference - inserted empty footer instead
f73382
f73382
* Thu Nov 22 2012 Frantisek Kluknavsky <fkluknav@redhat.com> - 1.2.4-3
f73382
- Minor spec-file cleanup
f73382
f73382
* Wed Aug 29 2012 Honza Horak <hhorak@redhat.com> 1.2.4-2
f73382
- Changed license from GPLv2 to GPLv2+ to correspond with source
f73382
f73382
* Fri Aug 10 2012 Robert Scheck <robert@fedoraproject.org> 1.2.4-1
f73382
- Update to upstream 1.2.4 (#842077)
f73382
f73382
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.2-2
f73382
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
f73382
f73382
* Sun May 13 2012 Robert Scheck <robert@fedoraproject.org> 1.2.2-1
f73382
- Update to upstream 1.2.2
f73382
f73382
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.8-2
f73382
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
f73382
f73382
* Sun Nov 27 2011 Robert Scheck <robert@fedoraproject.org> 1.1.8-1
f73382
- Update to upstream 1.1.8
f73382
f73382
* Sat Oct 08 2011 Robert Scheck <robert@fedoraproject.org> 1.1.6-1
f73382
- Update to upstream 1.1.6
f73382
f73382
* Sun Sep 18 2011 Robert Scheck <robert@fedoraproject.org> 1.1.4-1
f73382
- Update to upstream 1.1.4
f73382
f73382
* Sun Jul 10 2011 Robert Scheck <robert@fedoraproject.org> 1.1.0-1
f73382
- Update to upstream 1.1.0
f73382
f73382
* Sun Apr 17 2011 Robert Scheck <robert@fedoraproject.org> 1.0.6-1
f73382
- Update to upstream 1.0.6
f73382
f73382
* Mon Feb 28 2011 Honza Horak <hhorak@redhat.com> - 1.0.2-1
f73382
- Update to upstream 1.0.2
f73382
f73382
* Thu Feb 17 2011 Honza Horak <hhorak@redhat.com> - 1.0.0-1
f73382
- Update to upstream 1.0.0
f73382
f73382
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.0-2
f73382
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
f73382
f73382
* Thu Apr 22 2010 Nikola Pajkovsky <npajkovs@redhat.com> - 0.8.0-1
f73382
- Update to upstream 0.8.0
f73382
f73382
* Wed Sep 30 2009 Denis Leroy <denis@poolshark.org> - 0.7.0-1
f73382
- Update to upstream 0.7.0
f73382
- Fixed binary installation
f73382
- Removed rpath
f73382
f73382
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.0-4
f73382
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
f73382
f73382
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.0-3
f73382
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
f73382
f73382
* Sat Jan 24 2009 Denis Leroy <denis@poolshark.org> - 0.6.0-2
f73382
- Updating to pl01 tarball from upstream
f73382
- Fixed project URL
f73382
f73382
* Wed Jan 07 2009 Adel Gadllah <adel.gadllah@gmail.com> - 0.6.0-1
f73382
- New upstream version
f73382
f73382
* Tue Aug  5 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.4.8-2
f73382
- fix license tag
f73382
f73382
* Wed Jun 11 2008 Denis Leroy <denis@poolshark.org> - 0.4.8-1
f73382
- Update to upstream 0.4.8
f73382
f73382
* Thu Feb 14 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.4.0-2
f73382
- Autorebuild for GCC 4.3
f73382
f73382
* Thu Dec 13 2007 Denis Leroy <denis@poolshark.org> - 0.4.0-1
f73382
- Update to 0.4.0
f73382
f73382
* Wed Oct 10 2007 Jesse Keating <jkeating@redhat.com> - 0.3.8-2
f73382
- Rebuild for BuildID
f73382
f73382
* Fri Aug 10 2007 Denis Leroy <denis@poolshark.org> - 0.3.8-1
f73382
- Update to upstream 0.3.8
f73382
- Fixed project URL
f73382
f73382
* Sun Mar 25 2007 Denis Leroy <denis@poolshark.org> - 0.2.6.3-3
f73382
- Fixed unowned include directory (#233860)
f73382
f73382
* Tue Mar 20 2007 Denis Leroy <denis@poolshark.org> - 0.2.6.3-2
f73382
- Moved documentation into devel package, #228372
f73382
- Updated source URL to new upstream location
f73382
f73382
* Tue Jan 02 2007 Jesse Keating <jkeating@redhat.com> - 0.2.6.3-1
f73382
- Update to 0.2.6.3
f73382
- Remove libisofs stuff as it's packaged seperately now.
f73382
- Add a manpage for cdrskin
f73382
f73382
* Sat Oct 21 2006 Jesse Keating <jkeating@redhat.com> - 0.2-2-2
f73382
- Point to a real URL in source, now that we have a tarball
f73382
f73382
* Fri Oct 20 2006 Jesse Keating <jkeating@redhat.com> - 0.2-2-1
f73382
- 0.2.2 release
f73382
f73382
* Tue Sep 12 2006 Jesse Keating <jkeating@redhat.com> - 0.2-5.20060808svn
f73382
- Create doxygen docs
f73382
f73382
* Fri Sep  8 2006 Jesse Keating <jkeating@redhat.com> - 0.2-4.20060808svn
f73382
- rebuild with new snapshot
f73382
f73382
* Sun Aug 27 2006 Jesse Keating <jkeating@redhat.com> - 0.2-3.20060823svn
f73382
- don't install dupe headers in -devel packages
f73382
- libisofs requires libburn devel for directory ownership
f73382
f73382
* Sun Aug 27 2006 Jesse Keating <jkeating@redhat.com> - 0.2-2.20060823svn
f73382
- Fix cdrskin require
f73382
- Fix tabs
f73382
- Added doc files
f73382
f73382
* Wed Aug 23 2006 Jesse Keating <jkeating@redhat.com> - 0.2-1.20060823svn
f73382
- Initial package for review