# # $Id$ # # Used if virtual name != real name (perl, ...) Summary: PBDESC Name: PBPKG Version: PBVER Release: PBTAGPBSUF License: PBLIC Group: PBGRP Url: PBURL Source: PBREPO/PBSRC BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -u -n) Requires: rpm wget # PBDEP %description PBDESC The purpose and usage are analogous to the 'debootstrap' utility familiar to users of Debian GNU/Linux or mock. %prep %setup -q # Used if virtual name != real name (perl, ...) #%setup -q -n %{srcname}-%{version} #PBPATCHCMD %build %install %{__rm} -rf $RPM_BUILD_ROOT make PREFIX=$RPM_BUILD_ROOT install %clean %{__rm} -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) %doc ChangeLog %doc INSTALL README BUGS %config %{_sysconfdir}/bash_completion.d/* %config %{_sysconfdir}/PBPKG/* # COPYING AUTHORS NEWS %{_sbindir}/PBPKG %{_prefix}/lib/PBPKG %{_var}/cache/PBPKG %{_mandir}/man8/* %changelog PBLOG