rpms/ruby-revolution/devel ruby-revolution.spec,1.3,1.4

Mamoru Tasaka mtasaka at fedoraproject.org
Tue Feb 24 13:33:56 UTC 2009


Author: mtasaka

Update of /cvs/extras/rpms/ruby-revolution/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18153

Modified Files:
	ruby-revolution.spec 
Log Message:
* Tue Feb 24 2009 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 0.5-2.svn210
- %global-ize "nested" macro



Index: ruby-revolution.spec
===================================================================
RCS file: /cvs/extras/rpms/ruby-revolution/devel/ruby-revolution.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ruby-revolution.spec	13 May 2008 03:20:26 -0000	1.3
+++ ruby-revolution.spec	24 Feb 2009 13:33:26 -0000	1.4
@@ -1,5 +1,5 @@
-%{!?ruby_sitelib:	%define ruby_sitelib	%(ruby -rrbconfig -e "puts Config::CONFIG['sitelibdir']")}
-%{!?ruby_sitearch:	%define ruby_sitearch	%(ruby -rrbconfig -e "puts Config::CONFIG['sitearchdir']")}
+%{!?ruby_sitelib:	%global ruby_sitelib	%(ruby -rrbconfig -e "puts Config::CONFIG['sitelibdir']")}
+%{!?ruby_sitearch:	%global ruby_sitearch	%(ruby -rrbconfig -e "puts Config::CONFIG['sitearchdir']")}
 
 %define		modname		revolution
 %define		rubyabi		1.8
@@ -8,7 +8,7 @@
 %define		mainver		0.5
 %define		svnid		210
 
-%define		fedorarel	1
+%define		fedorarel	2
 
 ##########################################
 # For using svn: do
@@ -19,7 +19,7 @@
 
 Name:		ruby-%{modname}
 Version:	%{mainver}
-Release:	%{fedorarel}%{?svnid:.svn%svnid}%{?dist}.3
+Release:	%{fedorarel}%{?svnid:.svn%svnid}%{?dist}
 Summary:	Ruby binding for the Evolution email client
 Group:		Development/Languages
 
@@ -73,6 +73,9 @@
 %{ruby_sitearch}/%{modname}.so
 
 %changelog
+* Tue Feb 24 2009 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 0.5-2.svn210
+- %%global-ize "nested" macro
+
 * Tue May 13 2008 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp>
 - F-10: rebuild against new e-d-s
 




More information about the scm-commits mailing list