From d5d13837e4e4776b7d18fcbf52545161aee1ffc4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 26 Jan 2018 10:47:37 +0100 Subject: add package.xml to easy archive generation --- .gitignore | 3 +++ package.xml | 82 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 85 insertions(+) create mode 100644 package.xml diff --git a/.gitignore b/.gitignore index 7c022dd..23246db 100644 --- a/.gitignore +++ b/.gitignore @@ -52,3 +52,6 @@ modules run-tests.php run-tests.log tmp-php.ini + +# Archives +rpminfo-*.tgz diff --git a/package.xml b/package.xml new file mode 100644 index 0000000..b4121b2 --- /dev/null +++ b/package.xml @@ -0,0 +1,82 @@ + + + rpminfo + pecl.php.net + RPM information + Rerieve RPM information using librpm. + + Remi Collet + remi + remi@php.net + yes + + 2018-01-26 + + 0.1.0 + 0.1.0 + + + alpha + alpha + + PHP 3.01 + +- first release with 2 functions: + int rpmvercmp(string evr1, string evr2); + array rpminfo(string path [, bool full]); + + + + + + + + + + + + + + + + + + + + + + + + + + + + 7.0.0 + + + 1.10.0 + + + + rpminfo + + + + 2018-01-26 + + 0.1.0 + 0.1.0 + + + beta + beta + + PHP 3.01 + +- first release with 2 functions: + int rpmvercmp(string evr1, string evr2); + array rpminfo(string path [, bool full]); + + + + -- cgit