]> git.pld-linux.org Git - packages/bitbake.git/commitdiff
- updated to 1.8.2 auto/th/bitbake-1_8_2-1
authorkosmo <kosmo@pld-linux.org>
Sat, 28 Apr 2007 14:00:32 +0000 (14:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bitbake.spec -> 1.10

bitbake.spec

index 7074ab0efb341d8567ffcf72756476af85aab917..775e2dafde2f64abb196bd1ff2f8cf44cb10905b 100644 (file)
@@ -1,15 +1,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)
@@ -36,6 +38,8 @@ wiele innych dystrybucji Linuksa.
 
 %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
@@ -59,7 +63,6 @@ rm -rf ${RPM_BUILD_ROOT}
 %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
This page took 0.065072 seconds and 4 git commands to generate.