rpms/kcbench-data/EL-5 kcbench-data-README, NONE, 1.1 kcbench-data.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Thorsten Leemhuis (thl) fedora-extras-commits at redhat.com
Wed Oct 17 17:14:44 UTC 2007


Author: thl

Update of /cvs/pkgs/rpms/kcbench-data/EL-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5963

Modified Files:
	.cvsignore sources 
Added Files:
	kcbench-data-README kcbench-data.spec 
Log Message:
import package -- review #326841


--- NEW FILE kcbench-data-README ---
Files from this package are used by kcbench - a script that compiles a Linux
kernel to benchmark a system or test system stability.


--- NEW FILE kcbench-data.spec ---
Name:           kcbench-data
Version:        0.1%{?dist}
Release:        2
Summary:        Kernel sources to be used by kcbench

Group:          Applications/System
License:        GPLv2
URL:            http://fedoraproject.org/wiki/Packages/kcbench
Source1:        %{name}-README
Source20:       http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.20.tar.bz2

BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch

Requires:       kcbench
# Require the latest package, to avoid people installing this
# and wondering what it's about
Requires:       %{name}-2.6.20 = %{version}-%{release}

%description
Linux Kernel sources to be compiled by kcbench to benchmark system
performance or test system stability.


%package 2.6.20
Summary:        Kernel sources from 2.6.20 to be used by kcbench
Group:          Applications/System
Requires:       %{name} = %{version}-%{release}
Provides:       kcbench-datafiles = %{version}-%{release}
# needed for compiling a kernel:
Requires:       make gcc binutils

%description 2.6.20
Linux Kernel sources 2.6.20 to be compiled by kcbench to benchmark system
performance or test system stability.


%prep
%setup -q -c -T
echo "Nothing to prep"


%build
echo "Nothing to build"


%install
rm -rf ${RPM_BUILD_ROOT}
install -D -p -m 0644 %{SOURCE1} ./README
mkdir -p ${RPM_BUILD_ROOT}%{_datadir}/%{name}
tar -xjf %{SOURCE20} -C ${RPM_BUILD_ROOT}%{_datadir}/%{name} --exclude='linux-2.6.20/Documentation'


%clean
rm -rf ${RPM_BUILD_ROOT}


%files
%defattr(-,root,root,-)
%doc README
%dir %{_datadir}/%{name}/


%files 2.6.20
%defattr(-,root,root,-)
%{_datadir}/%{name}/linux-2.6.20


%changelog
* Sat Oct 13 2007 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]org> - 0.1-2
- require make gcc and binutils, needed for kernel compile
- exclude Documentation/ dir from kernel-sources
- include a README file

* Mon Oct 01 2007 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]org> - 0.1-1
- initial package


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/kcbench-data/EL-5/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	15 Oct 2007 15:49:44 -0000	1.1
+++ .cvsignore	17 Oct 2007 17:14:12 -0000	1.2
@@ -0,0 +1 @@
+linux-2.6.20.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/kcbench-data/EL-5/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	15 Oct 2007 15:49:44 -0000	1.1
+++ sources	17 Oct 2007 17:14:12 -0000	1.2
@@ -0,0 +1 @@
+34b0f354819217e6a345f48ebbd8f13e  linux-2.6.20.tar.bz2




More information about the fedora-extras-commits mailing list