OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /e/openpkg/cvs Email: [EMAIL PROTECTED] Module: openpkg-re Date: 19-Sep-2003 13:54:34 Branch: HEAD Handle: 2003091912543400 Modified files: openpkg-re speclint.pl Log: there are now empty meta-xxx packages which do not even contain a single source Summary: Revision Changes Path 1.51 +2 -2 openpkg-re/speclint.pl ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-re/speclint.pl ============================================================================ $ cvs diff -u -r1.50 -r1.51 speclint.pl --- openpkg-re/speclint.pl 12 Sep 2003 12:59:00 -0000 1.50 +++ openpkg-re/speclint.pl 19 Sep 2003 11:54:34 -0000 1.51 @@ -349,7 +349,7 @@ m:License:.+ m:Version:^[^-]+$ m:Release:^(([1-9]\.)?20[0-9][0-9](0[1-9]|1[0-2])(0[1-9]|[1-2][0-9]|3[01])|[1-9]\.[0-9]\.\d+|%\{[^\}]+\})$ - m:Source\d+:^((https?|ftp)://.+|[^/]+)$ + o:Source\d+:^((https?|ftp)://.+|[^/]+)$ o:Patch\d+:^((https?|ftp)://.+|[^/]+)$ m:Prefix:^%{l_prefix}$ m:BuildRoot:^%{l_buildroot}$ @@ -465,7 +465,7 @@ Release:, (%option,)* (%define,|%undefine,)* - (Source\\d+:,)+ + (Source\\d+:,)* (Patch\\d+:,)* (%NoSource,)* (%NoPatch,)* @@ . ______________________________________________________________________ The OpenPKG Project www.openpkg.org CVS Repository Commit List [EMAIL PROTECTED]