diff options
author | Lucas C. Villa Real <lucasvr@gmail.com> | 2017-01-01 20:03:21 -0200 |
---|---|---|
committer | Lucas C. Villa Real <lucasvr@gmail.com> | 2017-01-01 20:03:21 -0200 |
commit | 48c81d606952cc9e916764c51053f8bd4fc6c9c6 (patch) | |
tree | f5b26eac4f5dfbde8c12c633745e19dfe148f2e1 /src | |
parent | 7df354875ca4be1f1139499e96ed97154bd59d60 (diff) | |
download | ThirdPartyInstallers-48c81d606952cc9e916764c51053f8bd4fc6c9c6.tar.xz |
Update description.
Diffstat (limited to 'src')
-rw-r--r-- | src/rpminfo.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/rpminfo.c b/src/rpminfo.c index 2a869a1..591f284 100644 --- a/src/rpminfo.c +++ b/src/rpminfo.c @@ -1,10 +1,7 @@ /** - * Print RPM package name, version, and revision. - * Depends on RPM = 5.3.5 + * Print RPM package name, version, revision, and other meta-data. + * Depends on RPM 5.x * - * Build with: - * gcc rpminfo.c -o rpminfo -Wall -lrpm -lrpmdb -lrpmio -I/usr/include/rpm - * * Written by Lucas C. Villa Real <lucasvr@gobolinux.org> * Released under the GNU GPL version 2 or above. */ |