]> git.pld-linux.org Git - packages/debootstrap.git/commitdiff
- added etch, dapper and edgy
authorGrzegorz Sterniczuk <grzegorz@sterniczuk.eu>
Wed, 1 Nov 2006 13:46:45 +0000 (13:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    debootstrap.spec -> 1.4

debootstrap.spec

index 1dc9d177babafac4dcd580049690b4d56d9908c0..932e22573d4502a99b4ad02abfa50ab08c93db45 100644 (file)
@@ -5,12 +5,15 @@ Summary:      Bootstrap a basic Debian system
 Summary(pl):   Zainstaluj Debiana
 Name:          debootstrap
 Version:       0.3.3
-Release:       0.1
+Release:       0.2
 License:       Freeware
 Group:         Applications/File
 Source0:       http://ftp.debian.org/debian/pool/main/d/debootstrap/%{name}_%{version}.tar.gz
 # Source0-md5: 22fcb8cc4218e582ad701b44e2549dce
 Source1:       devices.tar.gz
+Source2:       %{name}-etch
+Source3:       %{name}-dapper
+Source4:       %{name}-edgy
 BuildRequires: sed >= 4.0
 Requires:      binutils
 Requires:      wget
@@ -45,6 +48,9 @@ install breezy hoary warty potato woody sarge sid woody.buildd sarge.buildd hoar
        $RPM_BUILD_ROOT%{_libdir}/%{name}/scripts
 install pkgdetails functions $RPM_BUILD_ROOT%{_libdir}/%{name}
 install %{SOURCE1} $RPM_BUILD_ROOT%{_libdir}/%{name}/
+install %{SOURCE2} $RPM_BUILD_ROOT%{_libdir}/%{name}/scripts/etch
+install %{SOURCE3} $RPM_BUILD_ROOT%{_libdir}/%{name}/scripts/dapper
+install %{SOURCE4} $RPM_BUILD_ROOT%{_libdir}/%{name}/scripts/edgy
 echo %{_arch} >$RPM_BUILD_ROOT%{_libdir}/%{name}/arch
 
 %clean
This page took 0.069146 seconds and 4 git commands to generate.