Author: glen Date: Wed Nov 9 08:50:05 2011 GMT Module: packages Tag: HEAD ---- Log message: - new
---- Files affected: packages/rpmbootstrap: rpmbootstrap.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/rpmbootstrap/rpmbootstrap.spec diff -u /dev/null packages/rpmbootstrap/rpmbootstrap.spec:1.1 --- /dev/null Wed Nov 9 09:50:05 2011 +++ packages/rpmbootstrap/rpmbootstrap.spec Wed Nov 9 09:50:00 2011 @@ -0,0 +1,54 @@ +# $Revision$, $Date$ +%include /usr/lib/rpm/macros.perl +Summary: Tool similar to debootstrap for RPM based distributions +Name: rpmbootstrap +Version: 0.9.10 +Release: 1 +License: GPL +Group: Applications/Archiving +URL: http://trac.project-builder.org/ +Source0: ftp://ftp.project-builder.org/src/%{name}-%{version}.tar.gz +# Source0-md5: 530c0af99b708c53a8abb38f11a74384 +BuildRequires: perl >= 5.8.4 +BuildRequires: rpm-perlprov >= 4.1-13 +Requires: perl-libwww +BuildArch: noarch +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +rpmbootstrap is a tool similar to debootstrap for RPM based +distributions. It helps building a chrooted environment for the +related distribution + +%prep +%setup -q + +%build +%{__perl} Makefile.PL \ + INSTALLDIRS=vendor +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT +%{__make} pure_install \ + DESTDIR=$RPM_BUILD_ROOT + +rm $RPM_BUILD_ROOT%{perl_vendorarch}/auto/%{name}/.packlist + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc AUTHORS COPYING INSTALL NEWS README +%attr(755,root,root) %{_bindir}/rpmbootstrap +%{_mandir}/man1/rpmbootstrap.1* + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[email protected]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2011/11/09 08:50:00 glen +- new ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
