source: projects/specs/trunk/r/rinse/rinse-vl.spec @ 2744

Revision 2744, 1.5 KB checked in by daisuke, 13 years ago (diff)

rinse:

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