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 --- package.xml | 82 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 82 insertions(+) create mode 100644 package.xml (limited to 'package.xml') 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