libisofs-vl.spec 3.6 KB

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