File bakefile.spec of Package bakefile
#
# spec file for package bakefile
#
# Copyright (c) 2012 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/
#
# nodebuginfo
Name: bakefile
BuildRequires: python
BuildRequires: python-devel
Summary: Tool required to build WebKit
License: MIT
Group: Development/Libraries/C and C++
Version: 0.2.9
Release: 0
Source0: %{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Url: http://www.bakefile.org
Requires: python
%description
Tool required to build WebKit
%prep
%setup -q
%build
# autoreconf -f -i
%configure
make %{?_smp_mflags}
%install
%makeinstall
%files
%defattr(-,root,root)
%{_bindir}/bakefil*
%{_datadir}/bakefile*
%{_libdir}/bakefile*
%dir %{_datadir}/aclocal
%{_datadir}/aclocal/bakefile-lang.m4
%{_datadir}/aclocal/bakefile.m4
%{_datadir}/aclocal/bakefile-dllar.m4
%{_datadir}/man/man1/bakefil*
%changelog