Browse Source

update to new upstream snapshot

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@7608 ec354946-7b23-47d6-9f5a-488ba84defc7
daisuke 11 years ago
parent
commit
de74a9db43
1 changed files with 16 additions and 8 deletions
  1. 16 8
      g/gyp/gyp-vl.spec

+ 16 - 8
g/gyp/gyp-vl.spec

@@ -1,17 +1,17 @@
 %define	ver	0.1
-%define	rel	2
-%define	svnrev	827
+%define	rel	3
+%define	svnrev	1569
 
 Summary: Generate Your Projects
 Name: gyp
 Version: %{ver}
 Release: %{rel}.svn%{svnrev}%{?_dist_release}
-License: New BSD License
+License: BSD
 Group: Development/Tools
 URL: http://code.google.com/p/gyp/
 # svn checkout http://gyp.googlecode.com/svn/trunk gyp
-Source0: %{name}-%{version}-r%{svnrev}.tar.bz2
-Patch0: gyp-0.1-r827-shebang.patch
+Source0: %{name}-%{version}-svn%{svnrev}.tar.bz2
+Patch0:         gyp-rpmoptflags.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
 BuildArch: noarch
 BuildRequires: python-devel
@@ -22,11 +22,16 @@ Distribution: Vine Linux
 Packager: iwaim
 
 %description
-Generate Your Projects
+GYP is a tool to generates native Visual Studio, Xcode and SCons
+and/or make build files from a platform-independent input format.
+
+Its syntax is a universal cross-platform build representation
+that still allows sufficient per-platform flexibility to accommodate
+irreconcilable differences.
 
 %prep
-%setup -q -n %{name}-%{version}-r%{svnrev}
-%patch0 -p 1
+%setup -q -c -n %{name}-%{version}-svn%{svnrev}
+%patch0 -p1 -b .0-rpmoptflags
 
 %build
 %{__python} setup.py build
@@ -46,6 +51,9 @@ Generate Your Projects
 %{python_sitelib}/gyp
 
 %changelog
+* Fri Mar 22 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.46-1
+- update to svn r1569
+
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1-2.svn827
 - rebuild with python-2.7.2