[gyp] Rebase to r1569 (#908983)

Akira TAGOH tagoh at fedoraproject.org
Tue Feb 12 10:33:19 UTC 2013


commit 453453e4d8417a09386781705b7d718015bcdbfd
Author: Akira TAGOH <tagoh at redhat.com>
Date:   Tue Feb 12 19:33:16 2013 +0900

    Rebase to r1569 (#908983)

 gyp.spec |   13 +++++--------
 1 files changed, 5 insertions(+), 8 deletions(-)
---
diff --git a/gyp.spec b/gyp.spec
index 62e07fe..41b7080 100644
--- a/gyp.spec
+++ b/gyp.spec
@@ -1,4 +1,4 @@
-%global		revision	1010
+%global		revision	1569
 %{expand:	%%global	archivename	gyp-%{version}%{?revision:-svn%{revision}}}
 %if !(0%{?fedora} > 12 || 0%{?rhel} > 5)
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
@@ -6,7 +6,7 @@
 
 Name:		gyp
 Version:	0.1
-Release:	0.8%{?revision:.%{revision}svn}%{?dist}
+Release:	0.9%{?revision:.%{revision}svn}%{?dist}
 Summary:	Generate Your Projects
 
 Group:		Development/Tools
@@ -47,15 +47,9 @@ done
 
 
 %install
-rm -rf $RPM_BUILD_ROOT
-
 %{__python} setup.py install --root $RPM_BUILD_ROOT --skip-build
 
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS LICENSE
@@ -64,6 +58,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Feb 12 2013 Akira TAGOH <tagoh at redhat.com> - 0.1-0.9.1569svn
+- Rebase to r1569 (#908983)
+
 * Thu Jul 19 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.1-0.8.1010svn
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list