X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=nodeconfig.spec;h=05bd27f8e86ae52a5abda39a1ac9e2a1333642ee;hb=421ca68cd819227b9f34f1c4579224a53e5e2606;hp=0455d8fa50ccb9b1a398bb0165e86bdd692c7ae0;hpb=9f7f2642744c095e9610214e1210c576501724ab;p=nodeconfig.git diff --git a/nodeconfig.spec b/nodeconfig.spec index 0455d8f..05bd27f 100644 --- a/nodeconfig.spec +++ b/nodeconfig.spec @@ -26,7 +26,7 @@ URL: %(echo %{url} | cut -d ' ' -f 2) # We use set everywhere Requires: php >= 5.0 -Requires: PLCAPI >= 4.0 +Requires: PLCAPI >= 5.0 %description @@ -50,9 +50,8 @@ echo "* nodeconfig: Installing PlanetLabConf pages" for dir in boot PlanetLabConf PLCAPI ; do mkdir -p $RPM_BUILD_ROOT/var/www/html/$dir + rsync -a --exclude .svn ./$dir/ $RPM_BUILD_ROOT/var/www/html/$dir/ done -# 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/ %clean rm -rf $RPM_BUILD_ROOT