rpms/rubygem-zoom/F-10 rubygem-zoom.spec,1.7,1.8

Mamoru Tasaka mtasaka at fedoraproject.org
Fri Sep 18 16:38:41 UTC 2009


Author: mtasaka

Update of /cvs/extras/rpms/rubygem-zoom/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24203/F-10

Modified Files:
	rubygem-zoom.spec 
Log Message:
* Sat Sep 19 2009 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 0.4.1-7
- Fix permission



Index: rubygem-zoom.spec
===================================================================
RCS file: /cvs/extras/rpms/rubygem-zoom/F-10/rubygem-zoom.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- rubygem-zoom.spec	27 Oct 2008 08:04:28 -0000	1.7
+++ rubygem-zoom.spec	18 Sep 2009 16:38:40 -0000	1.8
@@ -2,7 +2,7 @@
 %define		gemname		zoom
 %define		geminstdir	%{gemdir}/gems/%{gemname}-%{version}
 
-%{!?ruby_sitearch:	%define	ruby_sitearch	%(ruby -rrbconfig -e "puts Config::CONFIG['sitearchdir']")}
+%{!?ruby_sitearch:	%global	ruby_sitearch	%(ruby -rrbconfig -e "puts Config::CONFIG['sitearchdir']")}
 
 %define		rubyabi		1.8
 %define		repoid		28211
@@ -10,7 +10,7 @@
 
 Name:		rubygem-%{gemname}
 Version:	0.4.1
-Release:	4%{?dist}
+Release:	7%{?dist}
 Group:		Development/Languages
 Summary:	Ruby binding to ZOOM
 
@@ -59,7 +59,6 @@ This package contains documentation for 
 
 # Cleanup
 %{__rm} -rf */CVS/
-find sample/ -name \*.rb -print0 | xargs -0 %{__chmod} 0644
 find . -type f -print0 | xargs -0 touch -r %{SOURCE0}
 
 # Repackage to split out unneeded files
@@ -69,6 +68,9 @@ cd Repackage
 %{__gzip} -dc ../data.tar.gz | %{__tar} -x -f -
 cd ..
 
+# Permission
+find . -type f -print0 | xargs -0 %{__chmod} 0644
+
 %build
 # Repackage gem
 cd Repackage
@@ -151,6 +153,15 @@ rake test
 %{geminstdir}/Rakefile
 
 %changelog
+* Sat Sep 19 2009 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 0.4.1-7
+- Fix permission
+
+* Sat Jul 25 2009 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 0.4.1-6
+- F-12: Mass rebuild
+
+* Tue Feb 24 2009 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 0.4.1-5
+- %%global-ize "nested" macro
+
 * Mon Oct 27 2008 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 0.4.1-4
 - Better way to set CFLAGS and create debuginfo rpm correctly
 




More information about the fedora-extras-commits mailing list