rpms/stress/F-13 stress.spec,NONE,1.1 sources,1.1,1.2

Jon Ciesla limb at fedoraproject.org
Mon May 10 14:03:07 UTC 2010


Author: limb

Update of /cvs/pkgs/rpms/stress/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv4592/F-13

Modified Files:
	sources 
Added Files:
	stress.spec 
Log Message:
Initial import.



--- NEW FILE stress.spec ---
Name:           stress
Version:        1.0.4
Release:        4%{?dist}
Summary:        A tool to put given subsystems under a specified load

Group:          Development/Tools
License:        GPLv2+
URL:            http://weather.ou.edu/~apw/projects/stress/
Source0:        http://weather.ou.edu/~apw/projects/stress/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:  texinfo
Requires(post): info
Requires(preun): info

%description
stress is not a benchmark, but is rather a tool designed to put given
subsytems under a specified load. Instances in which this is useful
include those in which a system administrator wishes to perform tuning
activities, a kernel or libc programmer wishes to evaluate denial of 
service possibilities, etc.

%prep
%setup -q
chmod -x README TODO AUTHORS doc/Makefile.am doc/mdate-sh NEWS src/stress.c
rm INSTALL

%build
%configure
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT

rm -f $RPM_BUILD_ROOT%{_infodir}/dir


%post
/sbin/install-info %{_infodir}/%{name}.info %{_infodir}/dir || :


%preun
if [ $1 = 0 ]; then
    /sbin/install-info --delete %{_infodir}/%{name}.info %{_infodir}/dir || :
fi


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING NEWS README TODO doc/stress.html
%{_bindir}/stress
%{_infodir}/stress*
%{_mandir}/man1/stress.1*


%changelog
* Fri May 07 2010 Jon Ciesla <limb at jcomserv.net> - 1.0.4-4
- Info requires fix, dropped INSTALL.

* Thu May 06 2010 Jon Ciesla <limb at jcomserv.net> - 1.0.4-3
- Corrected license tag.
- Moved chmod to setup.

* Thu May 06 2010 Jon Ciesla <limb at jcomserv.net> - 1.0.4-2
- Fixed spurious executable perms.

* Wed May 05 2010 Jon Ciesla <limb at jcomserv.net> - 1.0.4-1
- First build.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/stress/F-13/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	9 May 2010 02:12:47 -0000	1.1
+++ sources	10 May 2010 14:03:07 -0000	1.2
@@ -0,0 +1 @@
+a607afa695a511765b40993a64c6e2f4  stress-1.0.4.tar.gz



More information about the scm-commits mailing list