SPECS: bitbake.spec - updated to 1.8.2
kosmo
kosmo at pld-linux.org
Sat Apr 28 16:00:39 CEST 2007
Author: kosmo Date: Sat Apr 28 14:00:39 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- updated to 1.8.2
---- Files affected:
SPECS:
bitbake.spec (1.9 -> 1.10)
---- Diffs:
================================================================
Index: SPECS/bitbake.spec
diff -u SPECS/bitbake.spec:1.9 SPECS/bitbake.spec:1.10
--- SPECS/bitbake.spec:1.9 Mon Feb 19 19:58:10 2007
+++ SPECS/bitbake.spec Sat Apr 28 16:00:32 2007
@@ -2,15 +2,17 @@
Summary: BitBake build tool
Summary(pl.UTF-8): BitBake - narzędzie do budowania
Name: bitbake
-Version: 1.6.6
+Version: 1.8.2
Release: 1
License: GPL
Group: Development
Source0: http://download.berlios.de/bitbake/%{name}-%{version}.tar.gz
-# Source0-md5: 1e6a4026500ea8844b61645bd947f8b4
+# Source0-md5: 08ef3d8bcb7fdea4f80aaea8644da7d8
URL: http://developer.berlios.de/projects/bitbake/
BuildRequires: python-devel >= 1:2.5
+BuildRequires: sed >= 4.0
%pyrequires_eq python
+Requires: bash
Requires: python-modules
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -37,6 +39,8 @@
%prep
%setup -q
+sed -i -e 's@#!/bin/sh[[:space:]]@#!/bin/bash @' \
+ -e 's@%s%ssh[[:space:]]@%s%sbash @' lib/bb/build.py
%build
python setup.py build
@@ -60,7 +64,6 @@
%attr(755,root,root) %{_bindir}/*
%{_sysconfdir}/%{name}
%{_datadir}/%{name}
-%{py_sitescriptdir}/*.egg-info
%dir %{py_sitescriptdir}/bb
%{py_sitescriptdir}/bb/*py[co]
%dir %{py_sitescriptdir}/bb/fetch
@@ -76,6 +79,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.10 2007/04/28 14:00:32 kosmo
+- updated to 1.8.2
+
Revision 1.9 2007/02/19 18:58:10 qboosh
- python epoch
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/bitbake.spec?r1=1.9&r2=1.10&f=u
More information about the pld-cvs-commit
mailing list