Search
j0ke.net Open Build Service
>
Projects
>
stresslinux
>
ramspeed
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 4
[-]
[+]
Changed
ramspeed.spec
@@ -3,11 +3,13 @@ Release: 1 Url: http://www.alasir.com/software/ramspeed Source0: http://www.alasir.com/software/ramspeed/%{name}-%{version}.tar.bz2 +Source1: http://www.alasir.com/software/ramspeed/ramsmp-3.5.0.tar.bz2 Patch0: %{name}-build.patch Summary: A cache and memory benchmarking tool Group: System/Benchmark License: TAL BuildRoot: %{_tmppath}/%{name}-%{version}-root +Provides: ramsmp = 3.5.0 %description This command line utility measures effective bandwidth of both cache and memory @@ -16,14 +18,18 @@ performance reasons. %prep -%setup +%setup -b 1 %patch0 %build ./build.sh +cd ../ramsmp-3.5.0 +patch -p0 < %{P:0} +./build.sh %install %__install -D -m755 %{name} %{buildroot}%{_sbindir}/%{name} +%__install -m755 ../ramsmp-3.5.0/ramsmp %{buildroot}%{_sbindir}/ramsmp %clean rm -rf %{buildroot} @@ -32,5 +38,6 @@ %defattr(-,root,root) %doc README HISTORY LICENCE %{_sbindir}/%{name} +%{_sbindir}/ramsmp %changelog
Added
ramsmp-3.5.0.tar.bz2
^