packages: gyp/gyp.spec - python-gyp module split; rel 2

glen glen at pld-linux.org
Mon Feb 1 18:16:34 CET 2010


Author: glen                         Date: Mon Feb  1 17:16:34 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- python-gyp module split; rel 2

---- Files affected:
packages/gyp:
   gyp.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: packages/gyp/gyp.spec
diff -u packages/gyp/gyp.spec:1.1 packages/gyp/gyp.spec:1.2
--- packages/gyp/gyp.spec:1.1	Thu Jan 28 13:26:11 2010
+++ packages/gyp/gyp.spec	Mon Feb  1 18:16:29 2010
@@ -4,7 +4,7 @@
 %bcond_without	tests		# build without tests
 
 %define		svnrev	770
-%define		rel		1
+%define		rel		2
 Summary:	Generate Your Projects
 Name:		gyp
 Version:	0.1
@@ -19,6 +19,7 @@
 BuildRequires:	python-devel
 BuildRequires:	rpm-pythonprov
 BuildRequires:	rpmbuild(macros) >= 1.219
+Requires:	python-%{name} = %{version}-%{release}
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -29,6 +30,17 @@
 allows sufficient per-platform flexibility to accommodate
 irreconcilable differences.
 
+%package -n python-%{name}
+Summary:	Python module for GYP
+Group:		Development/Languages/Python
+
+%description -n python-%{name}
+GYP is a tool to generates native Visual Studio, Xcode and SCons
+and/or make build files from a platform-independent input format. It's
+syntax is a universal cross-platform build representation that still
+allows sufficient per-platform flexibility to accommodate
+irreconcilable differences.
+
 %prep
 %setup -q -n %{name}
 
@@ -49,6 +61,8 @@
 %files
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/gyp
+
+%files -n python-%{name}
 %dir %{py_sitescriptdir}/gyp
 %dir %{py_sitescriptdir}/gyp/generator
 %{py_sitescriptdir}/gyp/*.py[co]
@@ -64,5 +78,8 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2010/02/01 17:16:29  glen
+- python-gyp module split; rel 2
+
 Revision 1.1  2010/01/28 12:26:11  glen
 - new, desc from ubuntu
================================================================

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



More information about the pld-cvs-commit mailing list