rpms/bitbake/devel bitbake-path.patch, NONE, 1.1 bitbake.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Andreas Thienemann (ixs) fedora-extras-commits at redhat.com
Mon May 1 19:59:55 UTC 2006


Author: ixs

Update of /cvs/extras/rpms/bitbake/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22387/devel

Modified Files:
	.cvsignore sources 
Added Files:
	bitbake-path.patch bitbake.spec 
Log Message:
auto-import bitbake-1.4.0-1 on branch devel from bitbake-1.4.0-1.src.rpm

bitbake-path.patch:

--- NEW FILE bitbake-path.patch ---
--- bitbake-1.3.3/setup.py.orig	2006-02-16 15:52:59.180203928 +0100
+++ bitbake-1.3.3/setup.py	2006-02-16 15:53:10.238522808 +0100
@@ -20,10 +20,10 @@
 from distutils.core import setup
 import os, sys
 
-# bbdir = os.path.join(sys.prefix, 'share', 'bitbake')
-# docdir = os.path.join(sys.prefix, 'share', 'doc')
-bbdir = os.path.join('bitbake')
-docdir = os.path.join('doc')
+bbdir = os.path.join(sys.prefix, 'share', 'bitbake')
+docdir = os.path.join(sys.prefix, 'share', 'doc')
+#bbdir = os.path.join('bitbake')
+#docdir = os.path.join('doc')
 
 def clean_doc(type):
     origpath = os.path.abspath(os.curdir)


--- NEW FILE bitbake.spec ---
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}

Summary: BitBake build tool
Name: bitbake
Version: 1.4.0
Release: 1%{?dist}
License: GPL
Group: Development/Tools
Source0: ftp://ftp.berlios.de/pub/bitbake/bitbake-%{version}.tar.gz
Patch0: bitbake-path.patch
URL: http://developer.berlios.de/projects/bitbake/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: python, xmlto, lynx
BuildArch: noarch

%description
BitBake is a simple tool for the execution of tasks. It is derived from
Portage, which is the package management system used by the Gentoo Linux
distribution. It is most commonly used to build packages, and is used as the
basis of the OpenEmbedded project.

%prep
%setup -q
%patch0 -p 1 -b .path

%build
CFLAGS="$RPM_OPT_FLAGS" python setup.py build

# Generating docs
make -C doc/manual all

%install
rm -rf %{buildroot}
%{__python} setup.py install -O1 --skip-build --root %{buildroot}

# Removing extra docs
rm -rf %{buildroot}%{_docdir}

%clean
rm -rf %{buildroot}


%files
%defattr(-,root,root)
%doc doc/COPYING.GPL doc/manual/xhtml/ doc/manual/txt/usermanual.txt doc/manual/pdf/usermanual.pdf
%{_bindir}/bbimage
%{_bindir}/bitbake
%{_datadir}/bitbake/
%{python_sitelib}/bb/

%changelog
* Wed Apr 26 2006 Andreas Thienemann <andreas at bawue.net> 1.4.0-1
- Updated to 1.4.0
- Modified to conform to FC4+ .spec syntax.

* Thu Apr 13 2006 Andreas Thienemann <andreas at bawue.net> 1.3.3-2
- Cleaned up .spec.

* Thu Feb 16 2006 Andreas Thienemann <andreas at bawue.net> 1.3.3-1
- Initial spec.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/bitbake/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	1 May 2006 19:58:58 -0000	1.1
+++ .cvsignore	1 May 2006 19:59:55 -0000	1.2
@@ -0,0 +1 @@
+bitbake-1.4.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/bitbake/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	1 May 2006 19:58:58 -0000	1.1
+++ sources	1 May 2006 19:59:55 -0000	1.2
@@ -0,0 +1 @@
+fa962beffb66668318684baaffadaaf0  bitbake-1.4.0.tar.gz




More information about the scm-commits mailing list