packages: sysbench/sysbench.spec - up to 0.4.12 - added autotools

arvenil arvenil at pld-linux.org
Sun May 30 15:06:11 CEST 2010


Author: arvenil                      Date: Sun May 30 13:06:11 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- up to 0.4.12
- added autotools

---- Files affected:
packages/sysbench:
   sysbench.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: packages/sysbench/sysbench.spec
diff -u packages/sysbench/sysbench.spec:1.1 packages/sysbench/sysbench.spec:1.2
--- packages/sysbench/sysbench.spec:1.1	Tue Aug 12 08:29:20 2008
+++ packages/sysbench/sysbench.spec	Sun May 30 15:06:06 2010
@@ -1,13 +1,16 @@
 # $Revision$, $Date$
 Summary:	a system performance benchmark
 Name:		sysbench
-Version:	0.4.8
+Version:	0.4.12
 Release:	1
 License:	GPL
 Group:		Applications/System
-Source0:	http://dl.sourceforge.net/sysbench/%{name}-%{version}.tar.gz
-# Source0-md5:	da17b9654ec7cb8ebc0b8a8062a41dce
+Source0:	http://downloads.sourceforge.net/sysbench/%{name}-%{version}.tar.gz
+# Source0-md5:	3a6d54fdd3fe002328e4458206392b9d
 URL:		http://sysbench.sourceforge.net/
+BuildRequires:	autoconf
+BuildRequires:	automake
+BuildRequires:	libtool
 BuildRequires:	mysql-devel
 BuildRequires:	postgresql-devel
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -35,6 +38,11 @@
 %setup -q
 
 %build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
 %configure \
 	--with-mysql \
 	--with-pgsql
@@ -52,7 +60,7 @@
 %files
 %defattr(644,root,root,755)
 %doc ChangeLog README TODO doc/manual.html
-%attr(755,root,root) %{_bindir}/s*
+%attr(755,root,root) %{_bindir}/%{name}
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -60,6 +68,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2010/05/30 13:06:06  arvenil
+- up to 0.4.12
+- added autotools
+
 Revision 1.1  2008/08/12 06:29:20  arekm
 - initial
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/sysbench/sysbench.spec?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list