test: specinfo.pl - srcrpm and binrpm

glen glen at pld-linux.org
Sat Mar 17 22:18:25 CET 2007


Author: glen                         Date: Sat Mar 17 21:18:25 2007 GMT
Module: test                          Tag: HEAD
---- Log message:
- srcrpm and binrpm

---- Files affected:
test:
   specinfo.pl (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: test/specinfo.pl
diff -u test/specinfo.pl:1.1 test/specinfo.pl:1.2
--- test/specinfo.pl:1.1	Sat Mar 17 12:39:10 2007
+++ test/specinfo.pl	Sat Mar 17 22:18:20 2007
@@ -15,3 +15,9 @@
 printf("PACKAGE_VERSION %s\n", $version);
 printf("PACKAGE_RELEASE %s\n", $release);
 print $h->queryformat("%{NAME}-%{VERSION}-%{RELEASE}\n");
+
+print $spec->srcrpm . "\n";
+
+foreach my $bin ($spec->binrpm) {
+	print "$bin\n";
+}
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/test/specinfo.pl?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list