rpms/bitbake/devel .cvsignore, 1.8, 1.9 bitbake.spec, 1.12, 1.13 sources, 1.8, 1.9

Lubomir Rintel lkundrak at fedoraproject.org
Sat Nov 21 17:31:15 UTC 2009


Author: lkundrak

Update of /cvs/pkgs/rpms/bitbake/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32709

Modified Files:
	.cvsignore bitbake.spec sources 
Log Message:
Apply Michal's update, #529067


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/bitbake/devel/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- .cvsignore	7 Sep 2008 12:50:47 -0000	1.8
+++ .cvsignore	21 Nov 2009 17:31:15 -0000	1.9
@@ -1,2 +1 @@
-bitbake-1.8.8.tar.gz
-bitbake-1.8.10.tar.gz
+bitbake-1.8.18.tar.gz


Index: bitbake.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bitbake/devel/bitbake.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- bitbake.spec	24 Jul 2009 18:06:00 -0000	1.12
+++ bitbake.spec	21 Nov 2009 17:31:15 -0000	1.13
@@ -1,9 +1,9 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
-Summary: BitBake build tool
+Summary: Build tool executing tasks and managing metadata
 Name: bitbake
-Version: 1.8.10
-Release: 4%{?dist}
+Version: 1.8.18
+Release: 1%{?dist}
 License: GPLv2
 Group: Development/Tools
 Source0: http://download.berlios.de/bitbake/bitbake-%{version}.tar.gz
@@ -27,10 +27,24 @@ CFLAGS="$RPM_OPT_FLAGS" python setup.py 
 # Generating docs
 make -C doc/manual all
 
+iconv -f iso-8859-1 -t utf-8 doc/manual/xhtml/docbook.css > docbook.css.tmp
+touch -r doc/manual/xhtml/docbook.css docbook.css.tmp
+mv docbook.css.tmp doc/manual/xhtml/docbook.css
+
 %install
 rm -rf %{buildroot}
 %{__python} setup.py install -O1 --skip-build --root %{buildroot}
 
+# We strip bad shebangs (/usr/bin/env) instead of fixing them
+# since these files are not executable anyways
+find %{buildroot}/%{python_sitelib} -name '*.py' \
+  -exec grep -q '^#!' '{}' \; -print | while read F
+do
+  awk '/^#!/ {if (FNR == 1) next;} {print}' $F >chopped
+  touch -r $F chopped
+  mv chopped $F
+done
+
 # Removing extra docs
 rm -rf %{buildroot}%{_docdir}
 
@@ -47,6 +61,11 @@ rm -rf %{buildroot}
 %{python_sitelib}/*
 
 %changelog
+* Fri Nov 15 2009 Michal Ingeli <mi at v3.sk> - 1.8.18-1
+- Update to current release
+- Stripped shebangs from non-executable python scripts
+- Fixed documentation file encoding 
+
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.8.10-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/bitbake/devel/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- sources	7 Sep 2008 12:50:47 -0000	1.8
+++ sources	21 Nov 2009 17:31:15 -0000	1.9
@@ -1,2 +1 @@
-58d92e3507af3e8b02cfddf8ee5f5a09  bitbake-1.8.8.tar.gz
-f85df86d3204e7f94aa46039c08b2635  bitbake-1.8.10.tar.gz
+f772ca3121103ab3500c7f1609a96271  bitbake-1.8.18.tar.gz




More information about the scm-commits mailing list