# # $Id: PLCWWW.spec 1206 2008-03-03 15:49:07Z thierry $ # %define module_taglevel_varname subversion %define name PLCWWW %define version 4.2 %define subversion 8 %define release %{subversion}%{?pldistro:.%{pldistro}}%{?date:.%{date}} Summary: PlanetLab Central (PLC) Web Pages Name: %{name} Version: %{version} Release: %{release} License: PlanetLab Group: Applications/Systems Source0: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildArch: noarch Vendor: OneLab Packager: OneLab Distribution: PlanetLab %{version} URL: http://svn.one-lab.org/svn/new_plc_www/ %description The plcwww packages provides the web pages that run on top of the PLCAPI component to provide the Web User Interface to the PLC installation. This package was formerly embedded together with MyPLC, but there clearly is a need for separate upgrade of this component. # on centos5, when rebuilding the full monty I am getting this time # Error: Missing Dependency: perl(GD) is needed by package PLCWWW # and the perl-GD rpm is nowhere to be found # this somehow must be because of plot-latlong again; let's try this AutoReqProv: no # upon failure I'd trash plot-latlong altogether %prep %setup -q %build echo "There is no build stage for this component" echo "All files just need to be installed as is from the codebase" %install rm -rf $RPM_BUILD_ROOT # # plcwww # echo "* PLCWWW: Installing web pages" mkdir -p $RPM_BUILD_ROOT/var/www/html # let's be conservative and exclude codebase files, though there should not be any rsync -a --exclude \*.spec --exclude .svn --exclude CVS ./ $RPM_BUILD_ROOT/var/www/html/ echo "* PLCWWW: Installing drupal config for httpd" install -D -m 644 drupal.conf $RPM_BUILD_ROOT/etc/httpd/conf.d/drupal.conf %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) /var/www/html /etc/httpd/conf.d/drupal.conf %changelog * Mon Mar 03 2008 Thierry Parmentelat - PLCWWW-4.2-7 PLCWWW-4.2-8 - noarch * Fri Feb 15 2008 Thierry Parmentelat - PLCWWW-4.2-6 PLCWWW-4.2-7 - should fix yum.conf on nodes after install * Thu Feb 14 2008 Thierry Parmentelat - PLCWWW-4.2-5 PLCWWW-4.2-6 - uses different path for getbootmedium results - should be safer * Sun Feb 10 2008 Thierry Parmentelat - PLCWWW-4.2-4 PLCWWW-4.2-5 - comon icon replaced with the one from the comon website * Fri Feb 08 2008 Thierry Parmentelat - PLCWWW-4.2-3 PLCWWW-4.2-4 - displays rpms in the about page * Thu Feb 07 2008 Thierry Parmentelat - PLCWWW-4.2-2 PLCWWW-4.2-3 - safer, reference-less, way to implement layout mechnism - see - settings.php for details - setting types properly displayed according to user's role - setting deletion : fixed (was still using code from slice attribute) - more comon buttons : in the nodes and peers index pages - comon_button knows about peer_id * Tue Jan 22 2008 Thierry Parmentelat - PLCWWW-4.2-1 PLCWWW-4.2-2 - merged the PlanetLabConf from Princeton's tag PLCWWW-4.1-1 * Mon Apr 16 2007 Thierry Parmentelat - - Initial build.