Search
j0ke.net Open Build Service
>
Projects
>
virtualization
>
rinse
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 2
[-]
[+]
Added
rinse.spec
@@ -0,0 +1,49 @@ +Name: rinse +Version: 1.0 +Release: 1 +Summary: debootstraps a rpm based distribution + +Group: Applications/Emulators +License: GPLv2 or Artistic +URL: http://www.xen-tools.org/software/rinse/ +Source0: http://www.xen-tools.org/software/rinse/rinse-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +BuildArch: noarch +Requires: perl +AutoReqProv: no + +%description +The following distributions are supported: + + * Centos 4 & 5 + * Fedora Core 4, 5, 6, 7 & 8 + + +%prep +%setup -q -n %{name}-%{version} + +%build + +%install +rm -rf %{buildroot} +%{__install} -m 755 -d %{buildroot}%{_bindir} +make install PREFIX=%{buildroot} + + +%clean +rm -rf %{buildroot} + + +%files +%defattr(-,root,root,-) +%doc BUGS README INSTALL +%config(noreplace) %{_sysconfdir}/rinse +%{_sysconfdir}/bash_completion.d/* +%{_bindir}/* +%{_mandir}/man8/* + +%changelog +* Thu Mar 27 2008 Carsten Schoene <cs@linux-administrator.com> +- Initial build +