X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=myplc-docs.spec;h=28420e6bc4e4127115b89aa03add203c7844e833;hb=bac01912c227b52fe1c5585f9df8e192e7ca4f0f;hp=0a0967339b87e14af2b3d901234b9a30f75df7de;hpb=14999b77434b74485bca8ad44a9aab8adc156e53;p=myplc.git diff --git a/myplc-docs.spec b/myplc-docs.spec index 0a09673..28420e6 100644 --- a/myplc-docs.spec +++ b/myplc-docs.spec @@ -1,5 +1,5 @@ %define name myplc-docs -%define version 7.0 +%define version 7.1 %define taglevel 0 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} @@ -49,12 +49,15 @@ rm -f doc/PLCAPI.html make -C doc PLCAPI.html || make -C doc PLCAPI.html popd +# nodemanager is now optional +if [ -d nodemanager]; then pushd nodemanager # beware that making the pdf file somehow overwrites the html make -C doc NMAPI.pdf || make -C doc NMAPI.pdf rm -f doc/NMAPI.html make -C doc NMAPI.html || make -C doc NMAPI.html popd +fi # not everyone rebuilds monitor, so make it optional if [ -d monitor ] ; then @@ -96,6 +99,9 @@ rm -rf $RPM_BUILD_ROOT /var/www/html/planetlab/doc/ %changelog +* Sat Apr 30 2022 Thierry Parmentelat - myplc-7.1-0 +- ready on f35 + * Mon Jan 07 2019 Thierry Parmentelat - myplc-7.0-0 - suitable for python3 on both f27 and f29