libisofs-vl.spec 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. Summary: Library to create ISO 9660 disk images
  2. Summary(ja): ISO9660 ディスクイメージを作成するためのライブラリ
  3. Name: libisofs
  4. Version: 1.2.8
  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: libburn-devel doxygen graphviz
  12. Requires: libburn
  13. %description
  14. Libisofs is a library to pack up hard disk files and directories into a
  15. ISO 9660 disk image. This may then be burned to CD via libburn.
  16. %package devel
  17. Summary: Development files for %{name}
  18. Summary(ja): %{name} の開発ファイル
  19. Group: Development/Libraries
  20. Requires: %{name} = %{version}-%{release}
  21. Requires: pkgconfig
  22. %description devel
  23. The libisofs-devel package contains libraries and header files for
  24. developing applications that use libisofs.
  25. %prep
  26. %setup -q
  27. %build
  28. %configure --disable-static
  29. make %{?_smp_mflags}
  30. doxygen doc/doxygen.conf
  31. %install
  32. rm -rf $RPM_BUILD_ROOT
  33. make install DESTDIR=$RPM_BUILD_ROOT
  34. install -d $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/html
  35. install -m 0644 doc/html/* $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/html/
  36. find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
  37. %clean
  38. rm -rf $RPM_BUILD_ROOT
  39. %post -p /sbin/ldconfig
  40. %postun -p /sbin/ldconfig
  41. %files
  42. %defattr(-,root,root,-)
  43. %doc AUTHORS COPYING COPYRIGHT README NEWS
  44. %{_libdir}/%{name}*.so.*
  45. %files devel
  46. %defattr(-,root,root,-)
  47. %doc doc/html
  48. %{_includedir}/%{name}
  49. %{_libdir}/libisofs*.so
  50. %{_libdir}/pkgconfig/libisofs*.pc
  51. %changelog
  52. * Sun Mar 24 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.8-1
  53. - new upstream release
  54. * Sat Jun 09 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.2-1
  55. - new upstream release
  56. * Sun Oct 03 2010 Shu KONNO <owa@bg.wakwak.com> 0.6.12-2
  57. - rebuilt with rpm-4.8.1 for pkg-config
  58. * Mon Mar 23 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.6.12-1
  59. - initial build for Vine Linux
  60. * Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.12-2
  61. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  62. * Sun Jan 25 2009 Denis Leroy <denis@poolshark.org> - 0.6.12-1
  63. - Update to 0.6.12 upstream version
  64. * Wed Aug 6 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.6.6-2
  65. - fix license tag
  66. * Wed Jun 11 2008 Denis Leroy <denis@poolshark.org> - 0.6.6-1
  67. - Update to upstream 0.6.6
  68. * Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.2.8-3
  69. - Autorebuild for GCC 4.3
  70. * Wed Oct 10 2007 Jesse Keating <jkeating@redhat.com> - 0.2.8-2
  71. - Rebuild for BuildID
  72. * Fri Aug 10 2007 Denis Leroy <denis@poolshark.org> - 0.2.8-1
  73. - Update to 0.2.8
  74. - Fixed Source URL
  75. * Mon Jan 08 2007 Jesse Keating <jkeating@redhat.com> - 0.2.4-2
  76. - Move html docs to -devel
  77. - Change urls to new upstream location
  78. * Wed Jan 03 2007 Jesse Keating <jkeating@redhat.com> - 0.2.4-1
  79. - New upstream release to fix some issues
  80. * Tue Jan 02 2007 Jesse Keating <jkeating@redhat.com> - 0.2.3-2
  81. - Fix some issues brought up during review
  82. * Tue Jan 02 2007 Jesse Keating <jkeating@redhat.com> - 0.2.3-1
  83. - Initial release split off of libburn package.
  84. - Disable docs for now, will be fixed in future upstream release