Sophie

Sophie

distrib > Mageia > 3 > i586 > by-pkgid > 808386692ce2c9fd7c9063f8f05701a2 > files > 1

debootstrap-1.0.46-3.mga3.src.rpm

Name:           debootstrap
Version:        1.0.46
Release:        %mkrel 3
Summary:        Bootstrap a basic Debian or Debian derivative system
License:        MIT
Group:          System/Packaging
Url:            http://anonscm.debian.org/gitweb/?p=d-i/debootstrap.git

Source0:        http://ftp.debian.org/debian/pool/main/d/debootstrap/%{name}_%{version}.tar.gz
Source1:        devices.tar.gz

%description
debootstrap is used to create a Debian or Debian derivative base system from
scratch, without requiring the availability of dpkg or apt. It does this by
downloading .deb files from a mirror site, and carefully unpacking them into a
directory which can eventually be chrooted into.

%prep
%setup -q
perl -pi -e 's/ -o root -g root//' Makefile
perl -pi -e 's/^(\s+)(chown.*)$/$1#$2/g' Makefile
perl -pi -e 's/^(all:.*?)(\S+.tar.gz)$/$1/g' Makefile
perl -pi -e 's,qw(%{_prefix}/lib /lib),qw(%{_libdir} /%{_lib}),' functions
cp %{SOURCE1} .

%build
%make

%install
%makeinstall_std
install -D -m 644 %{name}.8 %{buildroot}%{_mandir}/man8/%{name}.8

%files
%doc TODO
%{_sbindir}/%{name}
%{_datadir}/%{name}
%{_mandir}/man8/%{name}.8*


%changelog

* Tue Jan 22 2013 fwang <fwang> 1.0.46-3.mga3
+ Revision: 390746
- update rpm group

* Fri Jan 11 2013 umeabot <umeabot> 1.0.46-2.mga3
+ Revision: 348715
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Mon Jan 07 2013 obgr_seneca <obgr_seneca> 1.0.46-1.mga3
+ Revision: 341297
- new version 1.0.46

* Sun Dec 23 2012 obgr_seneca <obgr_seneca> 1.0.44-1.mga3
+ Revision: 334063
- new version 1.0.44

* Thu Jul 05 2012 obgr_seneca <obgr_seneca> 1.0.42-1.mga3
+ Revision: 267871
- changed path to build dir
- New version

* Mon Jun 25 2012 obgr_seneca <obgr_seneca> 1.0.41-1.mga3
+ Revision: 263645
- New version 1.0.41

* Mon May 28 2012 obgr_seneca <obgr_seneca> 1.0.40-1.mga3
+ Revision: 247972
- changes path to source dir
- new version 1.0.40

* Fri Nov 25 2011 obgr_seneca <obgr_seneca> 1.0.38-1.mga2
+ Revision: 171827
- new version 1.0.38

* Sun Nov 06 2011 kamil <kamil> 1.0.37-1.mga2
+ Revision: 164411
- new version
- URL updated
- the description and the summary updated
- removed the clean section

* Thu Sep 15 2011 obgr_seneca <obgr_seneca> 1.0.36-1.mga2
+ Revision: 143829
- new version 1.0.36
- imported package debootstrap