|
@@ -1,17 +1,17 @@
|
|
%define ver 0.1
|
|
%define ver 0.1
|
|
-%define rel 2
|
|
+%define rel 3
|
|
-%define svnrev 827
|
|
+%define svnrev 1569
|
|
|
|
|
|
Summary: Generate Your Projects
|
|
Summary: Generate Your Projects
|
|
Name: gyp
|
|
Name: gyp
|
|
Version: %{ver}
|
|
Version: %{ver}
|
|
Release: %{rel}.svn%{svnrev}%{?_dist_release}
|
|
Release: %{rel}.svn%{svnrev}%{?_dist_release}
|
|
-License: New BSD License
|
|
+License: BSD
|
|
Group: Development/Tools
|
|
Group: Development/Tools
|
|
URL: http://code.google.com/p/gyp/
|
|
URL: http://code.google.com/p/gyp/
|
|
# svn checkout http://gyp.googlecode.com/svn/trunk gyp
|
|
# svn checkout http://gyp.googlecode.com/svn/trunk gyp
|
|
-Source0: %{name}-%{version}-r%{svnrev}.tar.bz2
|
|
+Source0: %{name}-%{version}-svn%{svnrev}.tar.bz2
|
|
-Patch0: gyp-0.1-r827-shebang.patch
|
|
+Patch0: gyp-rpmoptflags.patch
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
|
BuildArch: noarch
|
|
BuildArch: noarch
|
|
BuildRequires: python-devel
|
|
BuildRequires: python-devel
|
|
@@ -22,11 +22,16 @@ Distribution: Vine Linux
|
|
Packager: iwaim
|
|
Packager: iwaim
|
|
|
|
|
|
%description
|
|
%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
|
|
%prep
|
|
-%setup -q -n %{name}-%{version}-r%{svnrev}
|
|
+%setup -q -c -n %{name}-%{version}-svn%{svnrev}
|
|
-%patch0 -p 1
|
|
+%patch0 -p1 -b .0-rpmoptflags
|
|
|
|
|
|
%build
|
|
%build
|
|
%{__python} setup.py build
|
|
%{__python} setup.py build
|
|
@@ -46,6 +51,9 @@ Generate Your Projects
|
|
%{python_sitelib}/gyp
|
|
%{python_sitelib}/gyp
|
|
|
|
|
|
%changelog
|
|
%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
|
|
* Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1-2.svn827
|
|
- rebuild with python-2.7.2
|
|
- rebuild with python-2.7.2
|
|
|
|
|