rpms/rubygem-krb5-auth/F-8 .cvsignore, 1.2, 1.3 rubygem-krb5-auth.spec, 1.1, 1.2 sources, 1.2, 1.3

Alan Pevec (apevec) fedora-extras-commits at redhat.com
Fri Jun 20 19:21:59 UTC 2008


Author: apevec

Update of /cvs/pkgs/rpms/rubygem-krb5-auth/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28448

Modified Files:
	.cvsignore rubygem-krb5-auth.spec sources 
Log Message:
* Fri Jun 20 2008 Chris Lalancette <clalance at redhat.com> 0.7-1
- Convert from hand-coded makes to a proper Rakefile
- Update to 0.7




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/rubygem-krb5-auth/F-8/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	22 May 2008 22:25:12 -0000	1.2
+++ .cvsignore	20 Jun 2008 19:21:14 -0000	1.3
@@ -1 +1 @@
-krb5-auth-0.6.gem
+krb5-auth-0.7.gem


Index: rubygem-krb5-auth.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rubygem-krb5-auth/F-8/rubygem-krb5-auth.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rubygem-krb5-auth.spec	22 May 2008 22:25:12 -0000	1.1
+++ rubygem-krb5-auth.spec	20 Jun 2008 19:21:14 -0000	1.2
@@ -7,7 +7,7 @@
 
 Summary: Kerberos binding for Ruby
 Name: rubygem-%{gemname}
-Version: 0.6
+Version: 0.7
 Release: 1%{?dist}
 Group: Development/Languages
 License: LGPLv2+
@@ -18,6 +18,7 @@
 BuildRequires: ruby-devel
 BuildRequires: rubygems
 BuildRequires: krb5-devel
+BuildRequires: rubygem-rake
 Provides: rubygem(%{gemname}) = %{version}
 
 %description
@@ -28,8 +29,7 @@
 %{__tar} -zx -f data.tar.gz
 
 %build
-ruby ext/extconf.rb
-make
+rake build
 
 %install
 rm -rf %{buildroot}
@@ -38,8 +38,7 @@
             --force --rdoc %{SOURCE0}
 %{__install} -d -m0755 %{buildroot}%{ruby_sitearch}
 # .so built by gem install has install-dir embedded, which fails check-buildroot
-%{__mv} krb5_auth.so %{buildroot}%{ruby_sitearch}
-%{__chmod} 0755 %{buildroot}%{ruby_sitearch}/krb5_auth.so
+%{__install} -cpm 0755 ext/krb5_auth.so %{buildroot}%{ruby_sitearch}
 %{__rm} -rf %{buildroot}%{geminstdir}/ext
 # even though we removed the lib/ directory from the svn sources, we still
 # need to remove the lib/ directory so that check-buildroot doesn't complain
@@ -59,6 +58,10 @@
 
 
 %changelog
+* Fri Jun 20 2008 Chris Lalancette <clalance at redhat.com> 0.7-1
+- Convert from hand-coded makes to a proper Rakefile
+- Update to 0.7
+
 * Wed May 21 2008 Alan Pevec <apevec at redhat.com> 0.6-1
 - add debuginfo support, taken from rubygem-zoom.spec
 - include COPYING file in the gem (for licensing)


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/rubygem-krb5-auth/F-8/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	22 May 2008 22:25:12 -0000	1.2
+++ sources	20 Jun 2008 19:21:14 -0000	1.3
@@ -1 +1 @@
-81e30766d6292e370d435d70c0a62e2d  krb5-auth-0.6.gem
+e9dad98edf0b7959ca3c08d2c4250ced  krb5-auth-0.7.gem




More information about the fedora-extras-commits mailing list