diff options
Diffstat (limited to 'src/rpminfo.c')
-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. */ |