Author: grzegorz Date: Wed May 16 13:46:31 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - up to 0.3.3.3 - added feisty and gutsy
---- Files affected: SPECS: debootstrap.spec (1.6 -> 1.7) ---- Diffs: ================================================================ Index: SPECS/debootstrap.spec diff -u SPECS/debootstrap.spec:1.6 SPECS/debootstrap.spec:1.7 --- SPECS/debootstrap.spec:1.6 Mon Feb 12 22:23:52 2007 +++ SPECS/debootstrap.spec Wed May 16 15:46:25 2007 @@ -5,16 +5,21 @@ Summary: Bootstrap a basic Debian system Summary(pl.UTF-8): Zainstaluj Debiana Name: debootstrap -Version: 0.3.3 -Release: 0.2 +Version: 0.3.3.3 +Release: 0.3 License: Freeware Group: Applications/File Source0: http://ftp.debian.org/debian/pool/main/d/debootstrap/%{name}_%{version}.tar.gz -# Source0-md5: 22fcb8cc4218e582ad701b44e2549dce +# Source0-md5: d7bbf38b336b6491e0ae6db847b4cfd0 Source1: devices.tar.gz Source2: %{name}-etch Source3: %{name}-dapper Source4: %{name}-edgy +Source5: %{name}-feisty +Source6: %{name}-feisty.fakechroot +Source7: %{name}-gutsy +Source8: %{name}-gutsy.fakechroot +BuildRequires: dpkg BuildRequires: sed >= 4.0 Requires: binutils Requires: wget @@ -33,7 +38,7 @@ możesz się następnie chrootować. %prep -%setup -q -n %{version} +%setup -q %build %{__make} pkgdetails @@ -52,6 +57,10 @@ 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 +install %{SOURCE5} $RPM_BUILD_ROOT%{_libdir}/%{name}/scripts/feisty +install %{SOURCE6} $RPM_BUILD_ROOT%{_libdir}/%{name}/scripts/feisty.fakechroot +install %{SOURCE7} $RPM_BUILD_ROOT%{_libdir}/%{name}/scripts/gutsy +install %{SOURCE8} $RPM_BUILD_ROOT%{_libdir}/%{name}/scripts/gutsy.fakechroot echo %{_arch} >$RPM_BUILD_ROOT%{_libdir}/%{name}/arch %clean @@ -75,6 +84,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.7 2007/05/16 13:46:25 grzegorz +- up to 0.3.3.3 +- added feisty and gutsy + Revision 1.6 2007/02/12 21:23:52 glen - tabs in preamble ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/debootstrap.spec?r1=1.6&r2=1.7&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
