X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Monitor.spec;h=0cdaf1b0ab9c83be37875f58d724841f358fb9a7;hb=4055d124d6921dc2beb3f01bc49b01abca1f1f56;hp=b1b0143e2d3de0ceecca4d29c10fef042f53b07c;hpb=13701d18d65fac36dd9f9c788c63a3a4d0889bcc;p=monitor.git diff --git a/Monitor.spec b/Monitor.spec index b1b0143..0cdaf1b 100644 --- a/Monitor.spec +++ b/Monitor.spec @@ -5,7 +5,7 @@ %define url $URL: svn+ssh://svn.planet-lab.org/svn/monitor/trunk/monitor.spec $ %define name monitor -%define version 1.1 +%define version 2.0 %define taglevel 0 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} @@ -77,7 +77,7 @@ as Zabbix DB. %build # NOTE: the build uses g++ cmdamt/ # NOTE: TMPDIR is needed here b/c the tmpfs of the build vserver is too small. -cd cmdamt +cd pcucontrol/models/intelamt export TMPDIR=$PWD/tmp make cd .. @@ -117,7 +117,7 @@ rsync -a monitor/ $RPM_BUILD_ROOT/%{python_sitearch}/monitor/ #for file in __init__.py database.py config.py ; do # install -D -m 644 monitor/$file $RPM_BUILD_ROOT/%{python_sitearch}/monitor/$file #done -rsync -a pcucontrol $RPM_BUILD_ROOT/%{python_sitearch}/pcucontrol +rsync -a pcucontrol/ $RPM_BUILD_ROOT/%{python_sitearch}/pcucontrol/ install -D -m 755 threadpool.py $RPM_BUILD_ROOT/%{python_sitearch}/threadpool.py touch $RPM_BUILD_ROOT/var/www/cgi-bin/monitor/monitorconfig.php @@ -141,6 +141,7 @@ rm -rf $RPM_BUILD_ROOT %{python_sitearch}/threadpool.pyc %{python_sitearch}/threadpool.pyo %{python_sitearch}/monitor +%{python_sitearch}/pcucontrol %{_sysconfdir}/plc.d/monitor %files client @@ -168,6 +169,9 @@ chkconfig --add monitor chkconfig monitor on %changelog +* Mon Jan 05 2009 Stephen Soltesz - Monitor-2.0-0 +- new changes are significantly different, that I'm upping the number for clarity. + * Wed Sep 24 2008 Stephen Soltesz - Monitor-1.0-8 - These are all changes in the latest Monitor code. I will branch this version - next, before making additional large changes.