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