File kbuild.spec of Package kbuild
#
# spec file for package kbuild (Version 001)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: kbuild
Version: 001
Release: 0
Summary: Tools for working with the openSUSE buildservice kernels
License: GPL
Group: Development/Tools
Url: ftp://ftp.suse.com/pub/people/jblunck
Source0: %{name}-%{version}.tar.bz2
Autoreqprov: on
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArchitectures: noarch
%description
No good description yet
Authors:
--------
Jan Blunck <jblunck@suse.de>
%prep
%setup -n %{name}
%install
make prefix=%{_prefix} DESTDIR=$RPM_BUILD_ROOT install
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%{_bindir}/run_oldconfig.sh
%{_bindir}/sequence-patch.sh
%{_bindir}/unpack-kernel.sh
%dir %{_prefix}/lib/kbuild
%{_prefix}/lib/kbuild/*
%changelog
* Wed Oct 31 2007 - jblunck@suse.de
- Initial version