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

Revision 2742, 1.2 KB checked in by daisuke, 13 years ago (diff)

rinse: new package, 1.7

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