[bitbake] Merge the spec.

Christopher Meng cicku at fedoraproject.org
Thu Jul 3 12:42:56 UTC 2014


commit e2284ddc3b42880a6f4d3cafdb8e1fc43633337f
Author: Christopher Meng <i at cicku.me>
Date:   Thu Jul 3 20:42:52 2014 +0800

    Merge the spec.

 bitbake.spec |   26 +++++++++++++++-----------
 1 files changed, 15 insertions(+), 11 deletions(-)
---
diff --git a/bitbake.spec b/bitbake.spec
index 64cebff..d2f147b 100644
--- a/bitbake.spec
+++ b/bitbake.spec
@@ -4,11 +4,14 @@ Release:        1%{?dist}
 Summary:        Build tool executing tasks and managing metadata
 License:        GPLv2
 URL:            http://en.wikipedia.org/wiki/BitBake
-Source0:        https://github.com/openembedded/bitbake/archive/%{version}.tar.gz#/bitbake-%{version}.tar.gz
+Source0:        http://git.openembedded.org/bitbake/snapshot/bitbake-%{version}.tar.bz2
 BuildArch:      noarch
-BuildRequires:  lynx
+BuildRequires:  dblatex
 BuildRequires:  python2-devel
-BuildRequires:  xmlto-tex
+BuildRequires:  libxslt
+BuildRequires:  xmlto
+Requires:       python-ply
+Requires:       python-progressbar
 
 %description
 BitBake is a make-like build tool with the special focus of distributions and
@@ -21,9 +24,6 @@ and the OpenEmbedded project.
 
 %prep
 %setup -q
-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
 
 %build
 %{__python2} setup.py build
@@ -48,14 +48,18 @@ done
 rm -rf %{buildroot}%{_docdir}
 
 %files
-%doc doc/COPYING.GPL doc/manual/xhtml/ doc/manual/txt/usermanual.txt
+%doc AUTHORS ChangeLog COPYING TODO
+%doc doc/manual/xhtml/ doc/manual/txt/usermanual.txt
 %doc doc/manual/pdf/usermanual.pdf
-%{_bindir}/bbimage
-%{_bindir}/bitbake
+%{_bindir}/bitbake*
+%{_bindir}/image-writer
 %{_datadir}/bitbake/
 %{python2_sitelib}/*
 
-%changelog
+%%changelog
+* Wed Jul 02 2014 Christopher Meng <rpm at cicku.me> - 1.17.0-1
+- Update to 1.17.0
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.8.18-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
@@ -77,7 +81,7 @@ rm -rf %{buildroot}%{_docdir}
 * Wed Jul 21 2010 David Malcolm <dmalcolm at redhat.com> - 1.8.18-2
 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
 
-* Fri Nov 15 2009 Michal Ingeli <mi at v3.sk> - 1.8.18-1
+* Sun 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 


More information about the scm-commits mailing list