rinse-vl.spec 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. Summary: Creates chroot environments for Fedora and CentOS
  2. Summary(ja): Fedora や CentOS 等の chroot 環境を構築するツール
  3. Name: rinse
  4. Version: 1.9.1
  5. Release: 1%{?_dist_release}
  6. License: Perl
  7. Group: Development/Tools
  8. URL: http://xen-tools.org/software/rinse/
  9. Source: %{name}-%{version}.tar.gz
  10. Source1: %{name}-1.9.1-new-distro.tar.bz2
  11. Patch1: rinse-1.9.1-rinseconf.patch
  12. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  13. BuildArch: noarch
  14. %description
  15. The rinse tool was born out of a frustration with the currently available
  16. solutions for installing minimal copies of RPM-based distributions.
  17. The need to perform simple chroot() installations of other distributions is
  18. not common, but the ability to do such a thing is very useful when it comes
  19. to testing new tools, and working towards the creation of new Xen guests.
  20. %prep
  21. %setup -q -a 1
  22. %patch1 -p1
  23. %build
  24. %__make
  25. %install
  26. rm -rf $RPM_BUILD_ROOT
  27. make PREFIX=$RPM_BUILD_ROOT install
  28. %clean
  29. rm -rf $RPM_BUILD_ROOT
  30. %files
  31. %defattr(-,root,root)
  32. %doc BUGS INSTALL README
  33. %{_sysconfdir}/bash_completion.d/*
  34. %dir %{_sysconfdir}/rinse
  35. %{_sysconfdir}/rinse/*
  36. %{_sbindir}/*
  37. %dir %{_prefix}/lib/rinse
  38. %{_prefix}/lib/rinse/*
  39. %{_var}/cache/rinse
  40. %{_mandir}/man8/*
  41. %changelog
  42. * Tue Dec 13 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1.9.1-1
  43. - update to 1.9.1
  44. - update rinse.conf, add source1 to support newer distro
  45. - change buildarch to noarch
  46. * Wed Feb 23 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1.7-2
  47. - update from git master (http://gitorious.org/rinse)
  48. - modify rinse.conf to update mirror urls
  49. - use ftp.jaist.ac.jp for centos and newer fedora
  50. * Tue Feb 22 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1.7-1
  51. - initial build for Vine Linux