kernel-source/kernel-dummy.spec

34 lines
736 B
RPMSpec
Raw Normal View History

#
# spec file for package kernel-dummy (Version 2.6.27)
#
# Copyright (c) 2008 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://www.suse.de/feedback/
#
# norootforbuild
# icecream 0
Name: kernel-dummy
Summary: Dummy summary
Version: 2.6.27
Release: rc8.<RELEASE>
License: GPL
Group: Development/Sources
AutoReqProv: off
BuildRoot: %_tmppath/%name-%version-build
%description
Dummy description.
%install
rm -rf %buildroot
mkdir -p %buildroot/etc
echo dummy > %buildroot/etc/dummy
%files
%defattr(-, root, root)
/etc/dummy