File update_docs.sh of Package php-doc
#!/bin/bash wget --timestamping http://de.php.net/get/php_manual_en.tar.gz/from/de.php.net/mirror VERSION=`stat -c "%y" php_manual_en.tar.gz | awk -F " " '{print $1}' | sed -e s@-@@g` /bin/sed -i -e "s/^\(Version:\).*/\1 $VERSION/;" php-doc.spec bznew -9 -f -v php_manual_en.tar.gz