rinse-vl.spec 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. Summary: Creates chroot environments for Fedora and CentOS
  2. Summary(ja): Fedora や CentOS 等の chroot 環境を構築するツール
  3. Name: rinse
  4. Version: 1.7
  5. Release: 2%{?_dist_release}
  6. License: Perl
  7. Group: Development/Tools
  8. URL: http://xen-tools.org/software/rinse/
  9. Source: rinse-1.7.tar.gz
  10. Patch0: rinse-1.7-git.patch
  11. Patch1: rinse-1.7-rinseconf.patch
  12. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  13. %description
  14. The rinse tool was born out of a frustration with the currently available
  15. solutions for installing minimal copies of RPM-based distributions.
  16. The need to perform simple chroot() installations of other distributions is
  17. not common, but the ability to do such a thing is very useful when it comes
  18. to testing new tools, and working towards the creation of new Xen guests.
  19. %prep
  20. %setup -q
  21. %patch0 -p1
  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. * Wed Feb 23 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1.7-2
  43. - update from git master (http://gitorious.org/rinse)
  44. - modify rinse.conf to update mirror urls
  45. - use ftp.jaist.ac.jp for centos and newer fedora
  46. * Tue Feb 22 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1.7-1
  47. - initial build for Vine Linux