rpms/arm4/devel .cvsignore, 1.2, 1.3 arm4.spec, 1.2, 1.3 import.log, 1.1, 1.2 sources, 1.2, 1.3

David Carter grandcross at fedoraproject.org
Wed May 20 14:36:44 UTC 2009


Author: grandcross

Update of /cvs/pkgs/rpms/arm4/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17800/devel

Modified Files:
	.cvsignore arm4.spec import.log sources 
Log Message:
updated to upstream version 0.8.2




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/arm4/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	3 Apr 2009 23:18:03 -0000	1.2
+++ .cvsignore	20 May 2009 14:36:13 -0000	1.3
@@ -1 +1 @@
-arm4-0.8.1.tar.gz
+arm4-0.8.2.tar.gz


Index: arm4.spec
===================================================================
RCS file: /cvs/pkgs/rpms/arm4/devel/arm4.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- arm4.spec	4 Apr 2009 00:32:20 -0000	1.2
+++ arm4.spec	20 May 2009 14:36:13 -0000	1.3
@@ -1,18 +1,20 @@
+%define selinux_variants mls strict targeted
+
 Name:		arm4
-Version:	0.8.1
-Release:	0.7%{?dist}
+Version:	0.8.2
+Release:	1%{?dist}
 Summary:	Application Response Measurement V4.0
 
 Group:		Development/System
 License:	EPL
 URL:		http://www.arm4.org/
-Source0:	http://downloads.sourceforge.net/arm4/arm4-0.8.1.tar.gz
+Source0:	http://downloads.sourceforge.net/arm4/arm4-0.8.2.tar.gz
 Source2:	arm4-README.fedora
 Source3:	arm4-arm4.cron
 Source4:	arm4-arm4.init
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:	uuid-devel openssl-devel db4-utils db4-devel libxml2-devel sqlite-devel xerces-c-devel ant ant-javadoc java-1.5.0-gcj-devel
+BuildRequires:	uuid-devel openssl-devel db4-utils db4-devel libxml2-devel sqlite-devel xerces-c-devel ant ant-javadoc
 Requires:	uuid openssl db4 db4-cxx sqlite
 Requires(pre): shadow-utils	
 
@@ -45,14 +47,15 @@ Measurement (ARM) V4.0 standard.
 
 #
 # Location of agent databases
-%define contentdir /var/lib/arm4
+%define contentdir %{_localstatedir}/lib/arm4
+%define rundir %{_localstatedir}/run/arm4
 
 %prep
 %setup -q -n arm4-%{version}
 cp -a %{SOURCE2} README.fedora
 
 %build
-%configure --disable-static --enable-sqlite --disable-examples --disable-tests
+%configure --disable-static --enable-sqlite --disable-examples --disable-tests --with-jdkhome=/etc/alternatives/java_sdk
 make %{?_smp_mflags}
 
 %install
@@ -84,6 +87,7 @@ mkdir -p %{buildroot}%{_sysconfdir}/rc.d
 install -m 644 -p %{_builddir}/%{name}-%{version}/config/arm4.conf %{buildroot}%{_sysconfdir}
 install -m 755 -p %{SOURCE4} %{buildroot}%{_sysconfdir}/rc.d/init.d/arm4
 mkdir -p %{buildroot}%{contentdir}
+mkdir -p %{buildroot}%{rundir}
 
 # Install a cron job to archive and age data
 mkdir -p %{buildroot}%{_sysconfdir}/cron.daily
@@ -149,6 +153,7 @@ rm -rf %{buildroot}
 %attr(755,arm4,arm4) %dir %{contentdir}
 #%attr(755,arm4,arm4) %dir %{contentdir}/data
 #%attr(1777,arm4,arm4) %dir %{contentdir}/queue
+%attr(755,arm4,arm4) %dir %{rundir}
 %{_datadir}/%{name}-%{version}/arm4db.xsd
 
 %files devel
@@ -163,6 +168,10 @@ rm -rf %{buildroot}
 %{_libdir}/libArmNative.*
 
 %changelog
+* Sun May 3 2009 David Carter <dcarter at entertain-me.com> - 0.8.2-1
+- Improved stability and performance
+- Assorted bug fixes
+
 * Fri Apr 3 2009 David Carter <dcarter at entertain-me.com> - 0.8.1-0.7
 - Missing jni.h caused build issues with F-11 F-12
 


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/arm4/devel/import.log,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- import.log	3 Apr 2009 23:18:03 -0000	1.1
+++ import.log	20 May 2009 14:36:13 -0000	1.2
@@ -1 +1,2 @@
 arm4-0_8_1-0_6_fc10:HEAD:arm4-0.8.1-0.6.fc10.src.rpm:1238800427
+arm4-0_8_2-1_fc10:HEAD:arm4-0.8.2-1.fc10.src.rpm:1242830127


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/arm4/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	3 Apr 2009 23:18:03 -0000	1.2
+++ sources	20 May 2009 14:36:13 -0000	1.3
@@ -1 +1 @@
-65b90f3e906b13bd2fb30a4873a3f9ed  arm4-0.8.1.tar.gz
+c3ff48edb510c395b63ec13d3d3fb016  arm4-0.8.2.tar.gz




More information about the scm-commits mailing list