Author: glen                         Date: Thu Jun 21 08:08:31 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- up to 1361, do not package tests as long we are not running them

---- Files affected:
packages/gyp:
   get-source.sh (1.3 -> 1.4) , gyp.spec (1.12 -> 1.13) 

---- Diffs:

================================================================
Index: packages/gyp/get-source.sh
diff -u packages/gyp/get-source.sh:1.3 packages/gyp/get-source.sh:1.4
--- packages/gyp/get-source.sh:1.3      Sat Aug 27 14:02:00 2011
+++ packages/gyp/get-source.sh  Thu Jun 21 10:08:26 2012
@@ -7,7 +7,7 @@
 set -e
 svn co $svn${revno:+@$revno} $p
 svnrev=$(svnversion $p)
-tar -cjf $p-$svnrev.tar.bz2 --exclude-vcs $p
+tar -cjf $p-$svnrev.tar.bz2 --exclude-vcs --exclude=gyp/test/* $p
 ../dropin $p-$svnrev.tar.bz2
 
 sed -i -e "

================================================================
Index: packages/gyp/gyp.spec
diff -u packages/gyp/gyp.spec:1.12 packages/gyp/gyp.spec:1.13
--- packages/gyp/gyp.spec:1.12  Sun Dec  4 20:15:37 2011
+++ packages/gyp/gyp.spec       Thu Jun 21 10:08:26 2012
@@ -3,17 +3,17 @@
 # Conditional build:
 %bcond_with    tests           # build without tests
 
-%define                svnrev  1103
-%define                rel             1
+%define                svnrev  1361
+#define                rel             %{nil}
 Summary:       Generate Your Projects
 Name:          gyp
 Version:       1
-Release:       %{svnrev}.%{rel}
+Release:       %{svnrev}%{?rel:.%{rel}}
 License:       New BSD
 Group:         Development/Building
 # use get-source.sh
 Source0:       %{name}-%{svnrev}.tar.bz2
-# Source0-md5: 7e5de65db1e0c049a832dc48ac074df3
+# Source0-md5: 2b3a0420cf92f8dc0cea8a5ab3b2c1ea
 URL:           http://code.google.com/p/gyp/
 BuildRequires: python-devel
 BuildRequires: rpm-pythonprov
@@ -81,6 +81,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.13  2012/06/21 08:08:26  glen
+- up to 1361, do not package tests as long we are not running them
+
 Revision 1.12  2011/12/04 19:15:37  glen
 - up to r1103
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/packages/gyp/get-source.sh?r1=1.3&r2=1.4
    http://cvs.pld-linux.org/packages/gyp/gyp.spec?r1=1.12&r2=1.13

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to