File bakefile.spec of Package bakefile
#
# spec file for package bakefile (Version 0.2.8)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
# nodebuginfo
Name: bakefile
BuildRequires: python python-devel
License: MIT
Group: Development/Libraries/C and C++
Summary: Tool required to build WebKit
Version: 0.2.8
Release: 1
Source0: %{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Url: http://www.bakefile.org
Requires: python
%description
Tool required to build WebKit
Authors:
--------
Vaclav Slavik <vslavik@fastmail.fm>
Wodzimierz Skiba <abx@abx.art.pl>
%prep
%setup -q
%build
# autoreconf -f -i
%configure
make %{?jobs:-j%jobs}
%install
%makeinstall
%clean
rm -rf "$RPM_BUILD_ROOT"
%files
%defattr(-,root,root)
%{_bindir}/bakefil*
%{_datadir}/bakefile*
%{_libdir}/bakefile*
%{_datadir}/aclocal/bakefile-lang.m4
%{_datadir}/aclocal/bakefile.m4
%{_datadir}/aclocal/bakefile-dllar.m4
%{_datadir}/man/man1/bakefil*
%changelog