123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171 |
- Summary: Library for reading, mastering and writing optical discs
- Summary(ja): 光学ディスクの読み込み・マスタリング・書き込みを行うライブラリ
- Name: libburn
- Version: 1.2.2
- Release: 1%{?_dist_release}
- Group: System Environment/Libraries
- License: GPLv2
- URL: http://libburnia-project.org/
- Source0: http://files.libburnia-project.org/releases/%{name}-%{version}.tar.gz
- BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
- BuildRequires: libtool intltool gettext doxygen graphviz
- %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}
- Summary(ja): %{name} の開発ファイル
- Group: Development/Libraries
- Requires: %{name} = %{version}-%{release}
- 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
- Summary(ja): libburn への移行を容易にするための限定的な cdrecord 互換ラッパー
- Group: Applications/Multimedia
- Requires: %{name} = %{version}-%{release}
- %description -n cdrskin
- A limited cdrecord compatibility wrapper which allows to use some libburn
- features from the command line.
- %prep
- %setup -q
- %build
- %configure --disable-static
- make %{?_smp_mflags}
- doxygen doc/doxygen.conf
- %install
- rm -rf $RPM_BUILD_ROOT
- make install DESTDIR=$RPM_BUILD_ROOT
- install -d $RPM_BUILD_ROOT%{_bindir}
- install -m 0755 cdrskin/.libs/cdrskin $RPM_BUILD_ROOT%{_bindir}/cdrskin
- install -d $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/html
- install -m 0644 doc/html/* $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/html/
- find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
- %clean
- rm -rf $RPM_BUILD_ROOT
- %post -p /sbin/ldconfig
- %postun -p /sbin/ldconfig
- %files
- %defattr(-,root,root,-)
- %doc AUTHORS COPYING COPYRIGHT README
- %{_libdir}/%{name}*.so.*
- %files devel
- %defattr(-,root,root,-)
- %doc doc/html
- %{_includedir}/%{name}
- %{_libdir}/%{name}*.so
- %{_libdir}/pkgconfig/%{name}*.pc
- %files -n cdrskin
- %defattr(-,root,root,-)
- %doc
- %{_mandir}/*/*
- %{_bindir}/cdrskin
- %changelog
- * Sat Jun 09 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.2-1
- - new upstream release
- * Sun Sep 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.0-2
- - rebuild with rpm-4.8.1 for pkg-config file
- * Mon Mar 23 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.6.0-1
- - initial build for Vine Linux
- * 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
- * Sat Jan 24 2009 Denis Leroy <denis@poolshark.org> - 0.6.0-2
- - Updating to pl01 tarball from upstream
- - Fixed project URL
- * Wed Jan 07 2009 Adel Gadllah <adel.gadllah@gmail.com> - 0.6.0-1
- - New upstream version
- * Tue Aug 5 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.4.8-2
- - fix license tag
- * Wed Jun 11 2008 Denis Leroy <denis@poolshark.org> - 0.4.8-1
- - Update to upstream 0.4.8
- * Thu Feb 14 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.4.0-2
- - Autorebuild for GCC 4.3
- * Thu Dec 13 2007 Denis Leroy <denis@poolshark.org> - 0.4.0-1
- - Update to 0.4.0
- * Wed Oct 10 2007 Jesse Keating <jkeating@redhat.com> - 0.3.8-2
- - Rebuild for BuildID
- * Fri Aug 10 2007 Denis Leroy <denis@poolshark.org> - 0.3.8-1
- - Update to upstream 0.3.8
- - Fixed project URL
- * Sun Mar 25 2007 Denis Leroy <denis@poolshark.org> - 0.2.6.3-3
- - Fixed unowned include directory (#233860)
- * 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
- * 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
- * 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
- * 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
- * Fri Sep 8 2006 Jesse Keating <jkeating@redhat.com> - 0.2-4.20060808svn
- - rebuild with new snapshot
- * 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
|