libburn-vl.spec 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  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: 2%{?_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. * Sun Sep 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.0-2
  72. - rebuild with rpm-4.8.1 for pkg-config file
  73. * Mon Mar 23 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.6.0-1
  74. - initial build for Vine Linux
  75. * Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.0-3
  76. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  77. * Sat Jan 24 2009 Denis Leroy <denis@poolshark.org> - 0.6.0-2
  78. - Updating to pl01 tarball from upstream
  79. - Fixed project URL
  80. * Wed Jan 07 2009 Adel Gadllah <adel.gadllah@gmail.com> - 0.6.0-1
  81. - New upstream version
  82. * Tue Aug 5 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.4.8-2
  83. - fix license tag
  84. * Wed Jun 11 2008 Denis Leroy <denis@poolshark.org> - 0.4.8-1
  85. - Update to upstream 0.4.8
  86. * Thu Feb 14 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.4.0-2
  87. - Autorebuild for GCC 4.3
  88. * Thu Dec 13 2007 Denis Leroy <denis@poolshark.org> - 0.4.0-1
  89. - Update to 0.4.0
  90. * Wed Oct 10 2007 Jesse Keating <jkeating@redhat.com> - 0.3.8-2
  91. - Rebuild for BuildID
  92. * Fri Aug 10 2007 Denis Leroy <denis@poolshark.org> - 0.3.8-1
  93. - Update to upstream 0.3.8
  94. - Fixed project URL
  95. * Sun Mar 25 2007 Denis Leroy <denis@poolshark.org> - 0.2.6.3-3
  96. - Fixed unowned include directory (#233860)
  97. * Tue Mar 20 2007 Denis Leroy <denis@poolshark.org> - 0.2.6.3-2
  98. - Moved documentation into devel package, #228372
  99. - Updated source URL to new upstream location
  100. * Tue Jan 02 2007 Jesse Keating <jkeating@redhat.com> - 0.2.6.3-1
  101. - Update to 0.2.6.3
  102. - Remove libisofs stuff as it's packaged seperately now.
  103. - Add a manpage for cdrskin
  104. * Sat Oct 21 2006 Jesse Keating <jkeating@redhat.com> - 0.2-2-2
  105. - Point to a real URL in source, now that we have a tarball
  106. * Fri Oct 20 2006 Jesse Keating <jkeating@redhat.com> - 0.2-2-1
  107. - 0.2.2 release
  108. * Tue Sep 12 2006 Jesse Keating <jkeating@redhat.com> - 0.2-5.20060808svn
  109. - Create doxygen docs
  110. * Fri Sep 8 2006 Jesse Keating <jkeating@redhat.com> - 0.2-4.20060808svn
  111. - rebuild with new snapshot
  112. * Sun Aug 27 2006 Jesse Keating <jkeating@redhat.com> - 0.2-3.20060823svn
  113. - don't install dupe headers in -devel packages
  114. - libisofs requires libburn devel for directory ownership
  115. * Sun Aug 27 2006 Jesse Keating <jkeating@redhat.com> - 0.2-2.20060823svn
  116. - Fix cdrskin require
  117. - Fix tabs
  118. - Added doc files
  119. * Wed Aug 23 2006 Jesse Keating <jkeating@redhat.com> - 0.2-1.20060823svn
  120. - Initial package for review