X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=omf-resctl.spec;h=56a2c78d5d64839883543a399b01dcfc2f8e75ce;hb=ff8eff232d5b451e3182c37c141b0fd2fcfeaff0;hp=929b6bf09f826ab261782b317665b5744490432e;hpb=59170d84ce22501ae26bfbb716cb51ca7506cd1a;p=omf.git diff --git a/omf-resctl.spec b/omf-resctl.spec index 929b6bf..56a2c78 100644 --- a/omf-resctl.spec +++ b/omf-resctl.spec @@ -1,18 +1,13 @@ -# -# $Id$ -# -%define url $URL$ - # Thierry Parmentelat - INRIA # Copyright (C) 2010 INRIA # License is GPL. %define name omf-resctl %define version 5.3 -%define taglevel 6 +%define taglevel 9 %define plc_name %{name}-%{version}-%{taglevel} -%define actual_name omf-resctl-5.3-1ubuntu7-2 +%define resctl_actual_name omf-resctl-5.3-1ubuntu11-2 Summary: OMF Resource Controller - for slivers Name: %{name} @@ -24,10 +19,11 @@ Source0: %{plc_name}.tar.bz2 BuildRoot: %{_tmppath}/%{plc_name}-buildroot Vendor: NICTA -Packager: PlanetLab +Packager: OneLab Distribution: %{pldistro} %{plrelease} -URL: %(echo %{url} | cut -d ' ' -f 2) -# BuildArch: noarch +URL: %{SCMURL} + +BuildArch: noarch Requires: pciutils Requires: ruby @@ -39,15 +35,15 @@ Requires: rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: omf-common Requires: liblog4r Requires: libxmpp4r -Requires: imagezip +#Requires: imagezip %description The OMF Resource Controller (RC) is the experiment-side of the -Experiment Eontroller (EC) that lets experimenter control their +Experiment Controller (EC) that lets experimenter control their resources. It relies on an XMPP server for exchanging with its EC. #################### -%define common_actual_name omf-common-5.3-1ubuntu6-2 +%define common_actual_name omf-common-5.3-1ubuntu10-2 %package -n omf-common Summary: OMF common utilities @@ -74,13 +70,13 @@ Group: System Environment/Base An XMPP/Jabber library for Ruby, needed by OMF software #################### -%define imagezip_actual_name imagezip-1.0.0-3 - -%package -n imagezip -Summary: filesystem image compression tool from EMULAB -Group: System Environment/Base -%description -n imagezip -filesystem image compression tool from EMULAB +#%define imagezip_actual_name imagezip-1.0.0-3 +# +#%package -n imagezip +#Summary: filesystem image compression tool from EMULAB +#Group: System Environment/Base +#%description -n imagezip +#filesystem image compression tool from EMULAB #################### @@ -93,21 +89,22 @@ rm -rf $RPM_BUILD_ROOT mkdir unwrap make omf-resctl -(cd unwrap; rpm2cpio ../%{actual_name}.noarch.rpm | cpio -diu) +(cd unwrap; rpm2cpio ../%{resctl_actual_name}.noarch.rpm | cpio -diu) make omf-common (cd unwrap ; rpm2cpio ../%{common_actual_name}.noarch.rpm | cpio -diu) make liblog4r (cd unwrap; rpm2cpio ../%{liblog4r_actual_name}.noarch.rpm | cpio -diu) make libxmpp4r (cd unwrap; rpm2cpio ../%{libxmpp4r_actual_name}.noarch.rpm | cpio -diu) -make imagezip -(cd unwrap; rpm2cpio ../%{imagezip_actual_name}.i386.rpm | cpio -diu) +#make imagezip +#(cd unwrap; rpm2cpio ../%{imagezip_actual_name}.i386.rpm | cpio -diu) # remove any default config if any rm -f unwrap/etc/omf-resctl-%{version}/omf-resctl.yaml # cleanup any svn sequels find unwrap -type d -name .svn -print0 | xargs -0 rm -rf +find unwrap -type d -name .git -print0 | xargs -0 rm -rf %install @@ -169,15 +166,24 @@ ln -s /usr/bin/ruby /usr/bin/ruby1.8 /usr/share/doc/libxmpp4r-ruby1.8 #################### -%files -n imagezip -%defattr(-,root,root) -/usr/bin/imagedump -/usr/bin/imageunzip -/usr/bin/imagezip -/usr/share/doc/imagezip +#%files -n imagezip +#%defattr(-,root,root) +#/usr/bin/imagedump +#/usr/bin/imageunzip +#/usr/bin/imagezip +#/usr/share/doc/imagezip #################### %changelog +* Mon Jan 24 2011 Thierry Parmentelat - omf-5.3-9 +- no semantic change - just fixed specfile for git URL + +* Mon Aug 30 2010 Baris Metin - omf-5.3-8 +- new packages from NICTA + +* Tue Jul 13 2010 Baris Metin - omf-5.3-7 +- fix omf-expctl build + * Thu Jul 08 2010 Baris Metin - omf-5.3-6 - updated omf packages