rpms/seeker/EL-5 seeker.LICENSE, NONE, 1.1 seeker.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Ville Skyttä scop at fedoraproject.org
Tue Sep 15 17:05:14 UTC 2009


Author: scop

Update of /cvs/pkgs/rpms/seeker/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22620

Modified Files:
	.cvsignore sources 
Added Files:
	seeker.LICENSE seeker.spec 
Log Message:
Initial build.


--- NEW FILE seeker.LICENSE ---
http://www.linuxinsight.com/how_fast_is_your_disk.html?page=1#comment-971

ChangeLog, AUTHORS, TODO...
Submitted by admin on Wed, 2007-01-17 20:39.

Well, I don't have plans to make this a full blown package at this
time, because of the utter lack of free time, sorry. But in time, yes,
why not. The trigger event could be when I have time to make it
multithreaded. Then it should become much more useful.

In the meantime, put this on the top of seeker.c:

# Seeker v2.0, 2007-01-15, by linportal at gmail.com
# http://www.linuxinsight.com/how_fast_is_your_disk.html
# Distributed under the terms of the GNU General Public License v2

And then you can do whatever you like with it. If it's not against GPL
rules, of course. ;)


--- NEW FILE seeker.spec ---
Name:           seeker
Version:        3.0
Release:        2%{?dist}
Summary:        Random access disk benchmark utility

Group:          Applications/System
License:        GPLv2 and CC-BY-SA
URL:            http://www.linuxinsight.com/how_fast_is_your_disk.html
# http://www.linuxinsight.com/how_fast_is_your_disk.html#comment-1583
Source0:        http://smp.if.uj.edu.pl/~baryluk/seeker_baryluk.c
# http://www.linuxinsight.com/how_fast_is_your_disk.html?page=1#comment-971
Source1:        %{name}.LICENSE
# Grabbed with firefox, modified, ran through tidy(1) per CC BY-SA 2.5:
# http://www.linuxinsight.com/about.html
Source2:        %{name}-docs.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

%description
Seeker is a simple utility that reads small pieces of data from a raw
disk device in a random access pattern, and reports the average number
of seeks per second, and calculated random access time of the disk.
The seeker variant included in this package is the multithreaded one
by Witold Baryluk.


%prep
%setup -q -c -T -a 2
install -pm 644 %{SOURCE0} $(basename %{SOURCE0}) # for debuginfo
cp -p %{SOURCE1} LICENSE


%build
%{__cc} $RPM_OPT_FLAGS -pthread $(basename %{SOURCE0}) -o seeker


%install
rm -rf $RPM_BUILD_ROOT
install -Dpm 755 seeker $RPM_BUILD_ROOT%{_sbindir}/seeker


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc LICENSE how_fast_is_your_disk*
%{_sbindir}/seeker


%changelog
* Sun Sep 13 2009 Ville Skyttä <ville.skytta at iki.fi> - 3.0-2
- Address review comments (#520701):
- Improve %%description.
- Include upstream article in docs.

* Fri Aug 28 2009 Ville Skyttä <ville.skytta at iki.fi> - 3.0-1
- First build.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/seeker/EL-5/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	14 Sep 2009 21:36:50 -0000	1.1
+++ .cvsignore	15 Sep 2009 17:05:14 -0000	1.2
@@ -0,0 +1,2 @@
+seeker_baryluk.c
+seeker-docs.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/seeker/EL-5/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	14 Sep 2009 21:36:50 -0000	1.1
+++ sources	15 Sep 2009 17:05:14 -0000	1.2
@@ -0,0 +1,2 @@
+593802c3a86923fff7659a256bc43b1b  seeker_baryluk.c
+b169f93946dd18a46f4f63f71a2229fc  seeker-docs.tar.gz




More information about the fedora-extras-commits mailing list