]> git.pld-linux.org Git - packages/debootstrap.git/commitdiff
- up to 1.0.6
authorundefine <undefine@pld-linux.org>
Mon, 12 Nov 2007 21:25:57 +0000 (21:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- add etch/lenny/hardy
- works enough to make plain chroot ;)

Changed files:
    debootstrap.spec -> 1.9

debootstrap.spec

index 38ff3cfa840ae76647b45e44013e529ef7ace922..329b66a75d89454f7b2fd85cc4ce820ebd4b6cf9 100644 (file)
@@ -4,14 +4,13 @@
 Summary:       Bootstrap a basic Debian system
 Summary(pl.UTF-8):     Zainstaluj Debiana
 Name:          debootstrap
-Version:       1.0.1
-Release:       0.3
+Version:       1.0.6
+Release:       1
 License:       Freeware
 Group:         Applications/File
 Source0:       http://archive.ubuntulinux.org/ubuntu/pool/main/d/debootstrap/%{name}_%{version}.tar.gz
-# Source0-md5: afa00d6362c8246560797cb54c502908
+# Source0-md5: e0baaef6140b6a1c87d2181ecbfb2b42
 Source1:       devices.tar.gz
-BuildRequires: dpkg
 BuildRequires: sed >= 4.0
 Requires:      binutils
 Requires:      wget
@@ -44,6 +43,10 @@ install -D %{name}.8 $RPM_BUILD_ROOT%{_mandir}/man8/%{name}.8
 install -d $RPM_BUILD_ROOT%{_libdir}/%{name}/scripts
 install scripts/debian/* $RPM_BUILD_ROOT%{_libdir}/%{name}/scripts
 install scripts/ubuntu/* $RPM_BUILD_ROOT%{_libdir}/%{name}/scripts
+ln -sf sid $RPM_BUILD_ROOT%{_libdir}/%{name}/scripts/etch
+ln -sf sid $RPM_BUILD_ROOT%{_libdir}/%{name}/scripts/lenny
+ln -sf gutsy $RPM_BUILD_ROOT%{_libdir}/%{name}/scripts/hardy
+
 install pkgdetails functions $RPM_BUILD_ROOT%{_libdir}/%{name}
 install %{SOURCE1} $RPM_BUILD_ROOT%{_libdir}/%{name}/
 echo %{_arch} >$RPM_BUILD_ROOT%{_libdir}/%{name}/arch
This page took 0.037199 seconds and 4 git commands to generate.