packages: gyp/gyp.spec, gyp/get-source.sh (NEW) - up to svn 1013

glen glen at pld-linux.org
Fri Aug 26 09:08:29 CEST 2011


Author: glen                         Date: Fri Aug 26 07:08:29 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- up to svn 1013

---- Files affected:
packages/gyp:
   gyp.spec (1.9 -> 1.10) , get-source.sh (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/gyp/gyp.spec
diff -u packages/gyp/gyp.spec:1.9 packages/gyp/gyp.spec:1.10
--- packages/gyp/gyp.spec:1.9	Wed Nov  3 22:25:51 2010
+++ packages/gyp/gyp.spec	Fri Aug 26 09:08:24 2011
@@ -3,20 +3,17 @@
 # Conditional build:
 %bcond_without	tests		# build without tests
 
-%define		svnrev	840
-%define		rel		2
+%define		svnrev	1013
+%define		rel		1
 Summary:	Generate Your Projects
 Name:		gyp
 Version:	1
 Release:	%{svnrev}.%{rel}
 License:	New BSD
 Group:		Development/Building
-# revno=795
-# svn co http://gyp.googlecode.com/svn/trunk${revno:+@$revno} gyp
-# tar -cjf gyp-$(svnversion gyp).tar.bz2 --exclude=.svn gyp
-# ../dropin gyp-$(svnversion gyp).tar.bz2
+# use get-source.sh
 Source0:	%{name}-%{svnrev}.tar.bz2
-# Source0-md5:	69dade5351c3c9a3ea0070fd435d395c
+# Source0-md5:	81e8f9727b345e674d2385db5adcfa5d
 URL:		http://code.google.com/p/gyp/
 BuildRequires:	python-devel
 BuildRequires:	rpm-pythonprov
@@ -81,6 +78,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.10  2011/08/26 07:08:24  glen
+- up to svn 1013
+
 Revision 1.9  2010/11/03 21:25:51  shadzik
 - rel 2
 

================================================================
Index: packages/gyp/get-source.sh
diff -u /dev/null packages/gyp/get-source.sh:1.1
--- /dev/null	Fri Aug 26 09:08:29 2011
+++ packages/gyp/get-source.sh	Fri Aug 26 09:08:24 2011
@@ -0,0 +1,9 @@
+#!/bin/sh
+p=gyp
+svn=http://$p.googlecode.com/svn/trunk
+revno=$1
+
+svn co $svn${revno:+@$revno} $p
+tar -cjf $p-$(svnversion $p).tar.bz2 --exclude-vcs $p
+../dropin $p-$(svnversion $p).tar.bz2
+../md5 $p.spec
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gyp/gyp.spec?r1=1.9&r2=1.10&f=u



More information about the pld-cvs-commit mailing list