aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucas C. Villa Real <lucasvr@gmail.com>2017-01-01 20:03:21 -0200
committerLucas C. Villa Real <lucasvr@gmail.com>2017-01-01 20:03:21 -0200
commit48c81d606952cc9e916764c51053f8bd4fc6c9c6 (patch)
treef5b26eac4f5dfbde8c12c633745e19dfe148f2e1
parent7df354875ca4be1f1139499e96ed97154bd59d60 (diff)
downloadThirdPartyInstallers-48c81d606952cc9e916764c51053f8bd4fc6c9c6.tar.xz
Update description.
-rw-r--r--src/rpminfo.c7
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.
*/