X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=myplc-docs.spec;h=0bee904f141f6f8468798caaa0468f83e3ad9f0e;hb=32a8312bd14d6147deb5f7c8a61782b4912c1f9e;hp=59a7aaaffea6f5ccb2e9cc3cbf7e303d4a7696e7;hpb=3bf4ce26ca2673e110a48aa1eb8a69f58238c77f;p=myplc.git diff --git a/myplc-docs.spec b/myplc-docs.spec index 59a7aaa..0bee904 100644 --- a/myplc-docs.spec +++ b/myplc-docs.spec @@ -5,7 +5,7 @@ %define name myplc-docs %define version 4.3 -%define taglevel 29 +%define taglevel 49 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} @@ -40,6 +40,11 @@ http://svn.planet-lab.org/wiki/MyPLCUserGuide %build rm -rf $RPM_BUILD_ROOT +# using the new lowercase names, and handling legacy +[ -d PLCAPI ] || ln -s plcapi PLCAPI +[ -d NodeManager ] || ln -s nodemanager NodeManager +[ -d MyPLC ] || ln -s myplc MyPLC + pushd PLCAPI # beware that making the pdf file somehow overwrites the html make -C doc PLCAPI.pdf @@ -54,19 +59,11 @@ rm -f doc/NMAPI.html make -C doc NMAPI.html popd -pushd Monitor -# beware that making the pdf file somehow overwrites the html -make -C docs Monitor.pdf -rm -f docs/Monitor.html -make -C docs Monitor.html -popd - %install for ext in pdf html; do install -D -m 444 PLCAPI/doc/PLCAPI.$ext $RPM_BUILD_ROOT/var/www/html/planetlab/doc/PLCAPI.$ext install -D -m 444 NodeManager/doc/NMAPI.$ext $RPM_BUILD_ROOT/var/www/html/planetlab/doc/NMAPI.$ext - install -D -m 444 Monitor/docs/Monitor.$ext $RPM_BUILD_ROOT/var/www/html/planetlab/doc/Monitor.$ext done ./MyPLC/docbook2drupal.sh "PLC API Documentation (%{pldistro})" \ @@ -75,9 +72,6 @@ done ./MyPLC/docbook2drupal.sh "Node Manager API Documentation (%{pldistro})" \ $RPM_BUILD_ROOT/var/www/html/planetlab/doc/NMAPI.html \ $RPM_BUILD_ROOT/var/www/html/planetlab/doc/NMAPI.php -./MyPLC/docbook2drupal.sh "Monitor API Documentation (%{pldistro})" \ - $RPM_BUILD_ROOT/var/www/html/planetlab/doc/Monitor.html \ - $RPM_BUILD_ROOT/var/www/html/planetlab/doc/Monitor.php %clean rm -rf $RPM_BUILD_ROOT @@ -87,6 +81,77 @@ rm -rf $RPM_BUILD_ROOT /var/www/html/planetlab/doc/ %changelog +* Thu Apr 07 2011 S.Çağlar Onur - myplc-4.3-49 +- Remove Monitor references from spec file + +* Wed Apr 06 2011 S.Çağlar Onur - myplc-4.3-48 +- Introduce staticroute tagtype + +* Mon Mar 21 2011 S.Çağlar Onur - myplc-4.3-47 +- attempt to fix small glitches + +* Wed Mar 16 2011 S.Çağlar Onur - myplc-4.3-46 +- enable short_open_tag for backward compatibility + +* Tue Mar 15 2011 S.Çağlar Onur - myplc-4.3-45 +- Cherry-pick PHP5 timezone fix form master + +* Thu Feb 03 2011 S.Çağlar Onur - myplc-4.3-44 +- pick the greatest version as a kernel + +* Thu Jan 06 2011 S.Çağlar Onur - myplc-4.3-43 +- handle directory name changes for myplc-docs package as well + +* Thu Jan 06 2011 S.Çağlar Onur - myplc-4.3-42 +- handle directory name changes + +* Thu Nov 18 2010 Daniel Hokka Zakrisson - myplc-4.3-41 +- Use correct resolv.conf file. + +* Wed Nov 17 2010 Daniel Hokka Zakrisson - myplc-4.3-40 +- Make dnsmasq usable. + +* Wed Nov 17 2010 Daniel Hokka Zakrisson - myplc-4.3-39 +- Allow dnsmasq configuration to be extended. + +* Thu Jul 22 2010 Daniel Hokka Zakrisson - myplc-4.3-38 +- Add DRL slice. +- Generalize bootcd-kernel. + +* Sat Jan 09 2010 Thierry Parmentelat - MyPLC-4.3-37 +- support for fedora 12 +- new package myplc-config for use by sfa +- drupal user registration turned off + +* Thu Dec 31 2009 Marc Fiuczynski - MyPLC-4.3-36 +- - fix to make sure when API, BOOT, MONITOR are on the same +- machine as WWW that the SSL key,cert for WWW takes precedence. +- - Do proper setup for SSL CA certficate to be used as the server +- chain. + +* Wed Dec 23 2009 Marc Fiuczynski - MyPLC-4.3-35 +- - Change sysctl.conf source to be PlanetLabConfsysctl.con rather than the php script. + +* Tue Dec 22 2009 Baris Metin - MyPLC-4.3-34 +- depend on pcucontrol + +* Fri Dec 18 2009 Baris Metin - MyPLC-4.3-33 +- * validate input according to type in plc_config +- * added the _genicw system slice +- * add tag types for sites and persons +- * add new tags for nodes and slices for exemption from myops + +* Thu Nov 26 2009 Thierry Parmentelat - MyPLC-4.3-32 +- turn off drupal on a box that acts as BOOT server but not as WWW server +- cleanup some obsolete code for old chroot-jail packaging in the process +- new bootcd-kernel script for keeping bootcd variants up2date + +* Mon Nov 09 2009 Daniel Hokka Zakrisson - MyPLC-4.3-31 +- Make the /etc/hosts manipulation optional. + +* Thu Nov 05 2009 Daniel Hokka Zakrisson - MyPLC-4.3-30 +- Fix SetRole. + * Tue Nov 03 2009 Marc Fiuczynski - MyPLC-4.3-29 - - Added "SetRole()" so that db-config.d/ scriplets can insert roles - into the DB.