fuseiso-vl.spec 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. Name: fuseiso
  2. Summary: FUSE support for ISO filesystem images
  3. Version: 20070708
  4. Release: 1%{?_dist_release}
  5. License: GPLv2+
  6. Group: System Environment/Base
  7. Source0: http://ubiz.ru/dm/%{name}-%{version}.tar.bz2
  8. # Upstream: https://sourceforge.net/tracker/index.php?func=detail&aid=1933445&group_id=215002&atid=1031924
  9. Patch0: fuseiso-largeiso.patch
  10. URL: http://sourceforge.net/projects/fuseiso/
  11. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  12. BuildRequires: fuse-devel, glib2-devel, zlib-devel
  13. Requires: fuse
  14. Vendor: Project Vine
  15. Distribution: Vine Linux
  16. Packager: miyabi munepi
  17. %description
  18. Mount ISO filesystem images as a non-root user. Currently supports
  19. plain ISO9660 Level 1 and 2, Rock Ridge, Joliet, zisofs. Supported image
  20. types: ISO, BIN (single track only), NRG, MDF, IMG (CCD).
  21. %prep
  22. %setup -q
  23. %patch0 -p0
  24. %build
  25. %configure
  26. make %{?_smp_mflags}
  27. %install
  28. rm -rf $RPM_BUILD_ROOT
  29. make DESTDIR=$RPM_BUILD_ROOT install
  30. %clean
  31. rm -rf $RPM_BUILD_ROOT
  32. %files
  33. %defattr(-,root,root,-)
  34. %doc AUTHORS ChangeLog COPYING NEWS README
  35. %{_bindir}/fuseiso
  36. %changelog
  37. * Thu Mar 08 2012 Munehiro Yamamoto <munepi@vinelinux.org> - 20070708-1
  38. - initial build for Vine Linux
  39. * Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20070708-11
  40. - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
  41. * Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20070708-10
  42. - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
  43. * Mon Jan 4 2010 Tom "spot" Callaway <tcallawa@redhat.com> - 20070708-9
  44. - rebuilt with fixed url (resolves bz 542998)
  45. * Thu Sep 17 2009 Peter Lemenkov <lemenkov@gmail.com> - 20070708-8
  46. - Rebuilt with new fuse
  47. * Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20070708-7
  48. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  49. * Mon Apr 27 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 20070708-6
  50. - add explicit requires on fuse (bz 497681)
  51. * Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20070708-5
  52. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  53. * Thu Apr 3 2008 Tom "spot" Callaway <tcallawa@redhat.com> 20070708-4
  54. - handle larger than 4GB isos (thanks to Thomas Bittermann, resolves
  55. bz440436)
  56. * Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 20070708-3
  57. - Autorebuild for GCC 4.3
  58. * Wed Nov 14 2007 Tom "spot" Callaway <tcallawa@redhat.com> 20070708-2
  59. - add zlib-devel as BR
  60. - use macros in Source0 url
  61. - add last - in defattr
  62. * Thu Nov 8 2007 Tom "spot" Callaway <tcallawa@redhat.com> 20070708-1
  63. - Initial package for Fedora