libburn-vl.spec 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167
  1. %define tbpostfix pl01
  2. Summary: Library for reading, mastering and writing optical discs
  3. Summary(ja): 光学ディスクの読み込み・マスタリング・書き込みを行うライブラリ
  4. Name: libburn
  5. Version: 0.6.0
  6. Release: 1%{?_dist_release}
  7. Group: System Environment/Libraries
  8. License: GPLv2
  9. URL: http://libburnia-project.org/
  10. Source0: http://files.libburnia-project.org/releases/%{name}-%{version}.%{tbpostfix}.tar.gz
  11. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  12. BuildRequires: libtool intltool gettext doxygen graphviz
  13. %description
  14. Libburn is an open-source library for reading, mastering and writing
  15. optical discs. For now this means only CD-R and CD-RW.
  16. The project comprises of several more or less interdependent parts which
  17. together strive to be a usable foundation for application development.
  18. These are libraries, language bindings, and middleware binaries which emulate
  19. classical (and valuable) Linux tools.
  20. %package devel
  21. Summary: Development files for %{name}
  22. Summary(ja): %{name} の開発ファイル
  23. Group: Development/Libraries
  24. Requires: %{name} = %{version}-%{release}
  25. Requires: pkgconfig
  26. %description devel
  27. The %{name}-devel package contains libraries and header files for
  28. developing applications that use %{name}.
  29. %package -n cdrskin
  30. Summary: Limited cdrecord compatibility wrapper to ease migration to libburn
  31. Summary(ja): libburn への移行を容易にするための限定的な cdrecord 互換ラッパー
  32. Group: Applications/Multimedia
  33. Requires: %{name} = %{version}-%{release}
  34. %description -n cdrskin
  35. A limited cdrecord compatibility wrapper which allows to use some libburn
  36. features from the command line.
  37. %prep
  38. %setup -q
  39. %build
  40. %configure --disable-static
  41. make %{?_smp_mflags}
  42. doxygen doc/doxygen.conf
  43. %install
  44. rm -rf $RPM_BUILD_ROOT
  45. make install DESTDIR=$RPM_BUILD_ROOT
  46. install -d $RPM_BUILD_ROOT%{_bindir}
  47. install -m 0755 cdrskin/.libs/cdrskin $RPM_BUILD_ROOT%{_bindir}/cdrskin
  48. install -d $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/html
  49. install -m 0644 doc/html/* $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/html/
  50. find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
  51. %clean
  52. rm -rf $RPM_BUILD_ROOT
  53. %post -p /sbin/ldconfig
  54. %postun -p /sbin/ldconfig
  55. %files
  56. %defattr(-,root,root,-)
  57. %doc AUTHORS COPYING COPYRIGHT README
  58. %{_libdir}/%{name}*.so.*
  59. %files devel
  60. %defattr(-,root,root,-)
  61. %doc doc/html
  62. %{_includedir}/%{name}
  63. %{_libdir}/%{name}*.so
  64. %{_libdir}/pkgconfig/%{name}*.pc
  65. %files -n cdrskin
  66. %defattr(-,root,root,-)
  67. %doc
  68. %{_mandir}/*/*
  69. %{_bindir}/cdrskin
  70. %changelog
  71. * Mon Mar 23 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.6.0-1
  72. - initial build for Vine Linux
  73. * Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.0-3
  74. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  75. * Sat Jan 24 2009 Denis Leroy <denis@poolshark.org> - 0.6.0-2
  76. - Updating to pl01 tarball from upstream
  77. - Fixed project URL
  78. * Wed Jan 07 2009 Adel Gadllah <adel.gadllah@gmail.com> - 0.6.0-1
  79. - New upstream version
  80. * Tue Aug 5 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.4.8-2
  81. - fix license tag
  82. * Wed Jun 11 2008 Denis Leroy <denis@poolshark.org> - 0.4.8-1
  83. - Update to upstream 0.4.8
  84. * Thu Feb 14 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.4.0-2
  85. - Autorebuild for GCC 4.3
  86. * Thu Dec 13 2007 Denis Leroy <denis@poolshark.org> - 0.4.0-1
  87. - Update to 0.4.0
  88. * Wed Oct 10 2007 Jesse Keating <jkeating@redhat.com> - 0.3.8-2
  89. - Rebuild for BuildID
  90. * Fri Aug 10 2007 Denis Leroy <denis@poolshark.org> - 0.3.8-1
  91. - Update to upstream 0.3.8
  92. - Fixed project URL
  93. * Sun Mar 25 2007 Denis Leroy <denis@poolshark.org> - 0.2.6.3-3
  94. - Fixed unowned include directory (#233860)
  95. * Tue Mar 20 2007 Denis Leroy <denis@poolshark.org> - 0.2.6.3-2
  96. - Moved documentation into devel package, #228372
  97. - Updated source URL to new upstream location
  98. * Tue Jan 02 2007 Jesse Keating <jkeating@redhat.com> - 0.2.6.3-1
  99. - Update to 0.2.6.3
  100. - Remove libisofs stuff as it's packaged seperately now.
  101. - Add a manpage for cdrskin
  102. * Sat Oct 21 2006 Jesse Keating <jkeating@redhat.com> - 0.2-2-2
  103. - Point to a real URL in source, now that we have a tarball
  104. * Fri Oct 20 2006 Jesse Keating <jkeating@redhat.com> - 0.2-2-1
  105. - 0.2.2 release
  106. * Tue Sep 12 2006 Jesse Keating <jkeating@redhat.com> - 0.2-5.20060808svn
  107. - Create doxygen docs
  108. * Fri Sep 8 2006 Jesse Keating <jkeating@redhat.com> - 0.2-4.20060808svn
  109. - rebuild with new snapshot
  110. * Sun Aug 27 2006 Jesse Keating <jkeating@redhat.com> - 0.2-3.20060823svn
  111. - don't install dupe headers in -devel packages
  112. - libisofs requires libburn devel for directory ownership
  113. * Sun Aug 27 2006 Jesse Keating <jkeating@redhat.com> - 0.2-2.20060823svn
  114. - Fix cdrskin require
  115. - Fix tabs
  116. - Added doc files
  117. * Wed Aug 23 2006 Jesse Keating <jkeating@redhat.com> - 0.2-1.20060823svn
  118. - Initial package for review