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

Revision 5281, 1.7 KB checked in by daisuke, 12 years ago (diff)

update to 1.9.1, add new distros

Line 
1Summary: Creates chroot environments for Fedora and CentOS
2Summary(ja): Fedora や CentOS 等の chroot 環境を構築するツール
3Name: rinse
4Version: 1.9.1
5Release: 1%{?_dist_release}
6License: Perl
7Group: Development/Tools
8URL: http://xen-tools.org/software/rinse/
9
10Source: %{name}-%{version}.tar.gz
11Source1: %{name}-1.9.1-new-distro.tar.bz2
12Patch1: rinse-1.9.1-rinseconf.patch
13
14BuildRoot: %{_tmppath}/%{name}-%{version}-root
15BuildArch: noarch
16
17
18%description
19The rinse tool was born out of a frustration with the currently available
20solutions for installing minimal copies of RPM-based distributions.
21The need to perform simple chroot() installations of other distributions is
22not common, but the ability to do such a thing is very useful when it comes
23to testing new tools, and working towards the creation of new Xen guests.
24
25
26%prep
27%setup -q -a 1
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* Tue Dec 13 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1.9.1-1
55- update to 1.9.1
56- update rinse.conf, add source1 to support newer distro
57- change buildarch to noarch
58
59* Wed Feb 23 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1.7-2
60- update from git master (http://gitorious.org/rinse)
61- modify rinse.conf to update mirror urls
62  - use ftp.jaist.ac.jp for centos and newer fedora
63
64* Tue Feb 22 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1.7-1
65- initial build for Vine Linux
66
Note: See TracBrowser for help on using the repository browser.