X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=plewww.spec;h=b473328d81fa4dd2145d07d68705d337b5de701d;hb=9394e994785d2145d4ae1ee8e58ec96809470aba;hp=bf6b63f4111c80926f5ac79bc14d7c6f7ed1f649;hpb=dc0048b9501ba9f353e7cdc84184a5e79f8f16ca;p=plewww.git diff --git a/plewww.spec b/plewww.spec index bf6b63f..b473328 100644 --- a/plewww.spec +++ b/plewww.spec @@ -5,7 +5,7 @@ # what the myplc rpm requires %define name plewww %define version 4.3 -%define taglevel 1 +%define taglevel 32 # no need to mention pldistro as this module differs in both distros #%define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} @@ -20,6 +20,7 @@ Group: Applications/Systems Source0: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildArch: noarch +BuildRequires: python Vendor: OneLab Packager: OneLab @@ -57,20 +58,21 @@ This subset of the plewww package has general purpose features for the benefit o %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" +echo "Compressing javascript files" +make compress %install rm -rf $RPM_BUILD_ROOT # -# plcwww +# plewww +# xxx : uninstall should undo this # echo "* PLEWWW: Installing web pages" mkdir -p $RPM_BUILD_ROOT/var/www/html # exclude codebase just in case -rsync -a --exclude Makefile --exclude httpd --exclude \*.spec --exclude .svn ./ $RPM_BUILD_ROOT/var/www/html/ +rsync -a --exclude jsmin.py --exclude Makefile --exclude httpd --exclude \*.spec --exclude .svn ./ $RPM_BUILD_ROOT/var/www/html/ echo "* PLEWWW: Installing conf files for httpd" mkdir -p $RPM_BUILD_ROOT/etc/httpd/conf.d @@ -122,6 +124,118 @@ rm -rf $RPM_BUILD_ROOT /var/www/html/plekit %changelog +* Tue Oct 20 2009 Thierry Parmentelat - PLEWWW-4.3-32 +- resetting tag as something went wrong when setting 31 + +* Wed Oct 07 2009 Thierry Parmentelat - PLEWWW-4.3-30 +- nicer look for slice creation, (public) sites +- users show with all their sites in the persons page + +* Fri Sep 18 2009 Thierry Parmentelat - PLEWWW-4.3-29 +- reviewed registration pages for persons and sites + +* Fri Sep 11 2009 Thierry Parmentelat - PLEWWW-4.3-28 +- increase memory limit in the nodes page + +* Thu Sep 10 2009 Thierry Parmentelat - PLEWWW-4.3-27 +- fixes one typo + +* Mon Sep 07 2009 Thierry Parmentelat - PLEWWW-4.3-26 +- minor/cosmetic + +* Mon Aug 10 2009 Stephen Soltesz - PLEWWW-4.3-25 +- Add default Interface tags to extra interfaces. +- Add clearer 'Add New PCU' link on node page. +- Disable user registration for tech and PI roles. + +* Thu Jul 02 2009 Thierry Parmentelat - PLEWWW-4.3-24 +- new 'controller' instantiation state available in add slice page + +* Thu Jul 02 2009 Baris Metin - PLEWWW-4.3-23 +- exclude datepicler.js from jsmin +- table sort function for Last Contact columns +- drop options for generic boot images + +* Wed Jul 01 2009 Thierry Parmentelat - PLEWWW-4.3-22 +- displays editable mac address for interfaces +- properly sorts bandwidths +- new 'controller' slice instantiation method +- bugfix, division by zero when displaying a just-changed node + +* Tue Jun 16 2009 Thierry Parmentelat - PLEWWW-4.3-21 +- bugfix with linetabs + +* Tue Jun 16 2009 Thierry Parmentelat - PLEWWW-4.3-20 +- fix add interface from the node page + +* Mon Jun 15 2009 Stephen Soltesz - PLEWWW-4.3-19 +- only add users that are enabled and not yet a member of the slice +- fix to plc_peers +- my sites, my nodes, my persons improvements for users with multiple sites +- adds a script to minimize the java script files. + +* Sun Jun 07 2009 Thierry Parmentelat - PLEWWW-4.3-18 +- planetlab module to show 'All My Sites Nodes' link rather than 'My Site Nodes' if several sites + +* Sun Jun 07 2009 Thierry Parmentelat - PLEWWW-4.3-17 +- first draft for pcu-handling features +- lighter contrat for PLE/PLC toggles +- as many 'my site'-like links as the user has sites + +* Wed Jun 03 2009 Thierry Parmentelat - PLEWWW-4.3-16 +- fix for whitelisted nodes +- now links to the node register wizard +- can enable sites +- various other minor fixes, like broken planetlab.module for techs, and login link + +* Sat May 30 2009 Thierry Parmentelat - PLEWWW-4.3-15 +- plekittable knows how to turn off sort-on-load, and the admin users pages do +- + various cosmetic fixes + +* Tue May 26 2009 Thierry Parmentelat - PLEWWW-4.3-14 +- a few minor improvements pushed on PLE + +* Fri May 15 2009 Thierry Parmentelat - PLEWWW-4.3-13 +- fix for sites that were displayed as not public +- improvements to the python interface to sortable tables for monitor + +* Fri May 15 2009 Thierry Parmentelat - PLEWWW-4.3-12 +- various improvements + +* Wed May 06 2009 Thierry Parmentelat - PLEWWW-4.3-11 +- sliver page now correctly shows sliver tags +- support for download-node-usb-partition and various other improvements + +* Tue Apr 28 2009 Thierry Parmentelat - PLEWWW-4.3-10 +- a few tweaks and typos fixed on PLE + +* Tue Apr 21 2009 Thierry Parmentelat - PLEWWW-4.3-9 +- slice_add & node_download dialogs use plekit +- slice_add can add people in the slice +- various improvements after rollout on PLE + +* Fri Apr 17 2009 Thierry Parmentelat - PLEWWW-4.3-8 +- cosmetic fixes to be in 4.3-rc2 +- also a first (unpackaged) draft of the plekit table in python + +* Tue Apr 14 2009 Thierry Parmentelat - PLEWWW-4.3-7 +- search in tables more robust + +* Thu Apr 09 2009 Baris Metin - PLEWWW-4.3-6 +- performance improvements + +* Thu Apr 09 2009 Thierry Parmentelat - PLEWWW-4.3-5 +- detect expired session and redirect to the login page + +* Thu Apr 09 2009 Thierry Parmentelat - PLEWWW-4.3-4 +- improve browser health - was using too many cycles + +* Tue Apr 07 2009 Thierry Parmentelat - PLEWWW-4.3-3 +- more consistency between views, and cosmetic changes + +* Mon Mar 30 2009 Thierry Parmentelat - PLEWWW-4.3-2 +- area for managing slice tags + * Tue Mar 24 2009 Thierry Parmentelat - PLEWWW-4.3-1 - first checkpoint tag for PLEWWW - mostly functionally complete, probably a lot of tweaks still needed