libburn-vl.spec 5.0 KB

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