]> git.pld-linux.org Git - packages/gyp.git/commitdiff
- up to r1103 auto/th/gyp-1-1103_1
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 4 Dec 2011 19:15:37 +0000 (19:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gyp.spec -> 1.12

gyp.spec

index 332b79a6ff1108f00d477c4a33cf2269d7f6305a..00ff881e3695231bee8a1b3a5d2884c3d9880db3 100644 (file)
--- a/gyp.spec
+++ b/gyp.spec
@@ -1,8 +1,8 @@
 #
 # 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
@@ -12,7 +12,7 @@ License:      New BSD
 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
@@ -45,6 +45,8 @@ irreconcilable differences.
 %build
 %{__python} setup.py build
 
+%{?with_tests:%{__python} gyptest.py -a}
+
 %install
 rm -rf $RPM_BUILD_ROOT
 %{__python} setup.py install \
@@ -58,6 +60,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
+%doc AUTHORS LICENSE
 %attr(755,root,root) %{_bindir}/gyp
 
 %files -n python-%{name}
This page took 0.08335 seconds and 4 git commands to generate.