packages: gyp/gyp.spec - up to r1103

glen glen at pld-linux.org
Sun Dec 4 20:15:42 CET 2011


Author: glen                         Date: Sun Dec  4 19:15:42 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- up to r1103

---- Files affected:
packages/gyp:
   gyp.spec (1.11 -> 1.12) 

---- Diffs:

================================================================
Index: packages/gyp/gyp.spec
diff -u packages/gyp/gyp.spec:1.11 packages/gyp/gyp.spec:1.12
--- packages/gyp/gyp.spec:1.11	Sat Aug 27 14:02:00 2011
+++ packages/gyp/gyp.spec	Sun Dec  4 20:15:37 2011
@@ -1,9 +1,9 @@
 # $Revision$, $Date$
 #
 # Conditional build:
-%bcond_without	tests		# build without tests
+%bcond_with	tests		# build without tests
 
-%define		svnrev	1014
+%define		svnrev	1103
 %define		rel		1
 Summary:	Generate Your Projects
 Name:		gyp
@@ -13,7 +13,7 @@
 Group:		Development/Building
 # use get-source.sh
 Source0:	%{name}-%{svnrev}.tar.bz2
-# Source0-md5:	466068e52f1e25b6c4ffbc75a1320995
+# Source0-md5:	7e5de65db1e0c049a832dc48ac074df3
 URL:		http://code.google.com/p/gyp/
 BuildRequires:	python-devel
 BuildRequires:	rpm-pythonprov
@@ -46,6 +46,8 @@
 %build
 %{__python} setup.py build
 
+%{?with_tests:%{__python} gyptest.py -a}
+
 %install
 rm -rf $RPM_BUILD_ROOT
 %{__python} setup.py install \
@@ -59,6 +61,7 @@
 
 %files
 %defattr(644,root,root,755)
+%doc AUTHORS LICENSE
 %attr(755,root,root) %{_bindir}/gyp
 
 %files -n python-%{name}
@@ -78,6 +81,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.12  2011/12/04 19:15:37  glen
+- up to r1103
+
 Revision 1.11  2011/08/27 12:02:00  glen
 - r1014
 
================================================================

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



More information about the pld-cvs-commit mailing list