OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer Root: /e/openpkg/cvs Email: [EMAIL PROTECTED] Module: openpkg-re Date: 03-Feb-2004 16:34:28 Branch: HEAD Handle: 2004020315342700 Modified files: openpkg-re speclint.pl Log: enforce new Distribution/Class heading; allow %track section Summary: Revision Changes Path 1.61 +4 -1 openpkg-re/speclint.pl ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-re/speclint.pl ============================================================================ $ cvs diff -u -r1.60 -r1.61 speclint.pl --- openpkg-re/speclint.pl 28 Jan 2004 10:04:23 -0000 1.60 +++ openpkg-re/speclint.pl 3 Feb 2004 15:34:27 -0000 1.61 @@ -344,7 +344,8 @@ m:URL:^((https?|ftp)://.+|-)$ m:Vendor:.+ m:Packager:^The\sOpenPKG\sProject$ - m:Distribution:^OpenPKG\s\[(CORE|BASE|PLUS|EVAL|JUNK|PRIV)\]$ + m:Distribution:^OpenPKG$ + m:Class:^(CORE|BASE|PLUS|EVAL|JUNK|PRIV)$ m:Group:^[A-Z][a-zA-Z0-9]+$ m:License:.+ m:Version:^[^-]+$ @@ -459,6 +460,7 @@ Vendor:, Packager:, Distribution:, + Class:, Group:, License:, Version:, @@ -478,6 +480,7 @@ (Provides:,)* (Conflicts:,)* %description, + (%track,)? %prep, %build, %install, @@ . ______________________________________________________________________ The OpenPKG Project www.openpkg.org CVS Repository Commit List [EMAIL PROTECTED]