rpms/ruby-augeas/EL-4 ruby-augeas.spec,1.4,1.5

David Lutterkort lutter at fedoraproject.org
Fri Dec 19 01:29:41 UTC 2008


Author: lutter

Update of /cvs/pkgs/rpms/ruby-augeas/EL-4
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25639

Modified Files:
	ruby-augeas.spec 
Log Message:
Fix busted build section


Index: ruby-augeas.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ruby-augeas/EL-4/ruby-augeas.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ruby-augeas.spec	19 Dec 2008 01:21:41 -0000	1.4
+++ ruby-augeas.spec	19 Dec 2008 01:29:11 -0000	1.5
@@ -3,7 +3,7 @@
 
 Name:           ruby-augeas
 Version:        0.2.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Ruby bindings for Augeas
 Group:          Development/Languages
 
@@ -32,8 +32,9 @@
 
 %build
 export CFLAGS="$RPM_OPT_FLAGS"
-ruby ext/augeas/extconf.rb
-make -C ext/augeas
+cd ext/augeas
+ruby extconf.rb
+make
 
 %install
 rm -rf %{buildroot}
@@ -56,6 +57,9 @@
 
 
 %changelog
+* Thu Dec 18 2008 David Lutterkort <lutter at redhat.com> - 0.2.0-3
+- Fix busted build section
+
 * Thu Dec 18 2008 David Lutterkort <lutter at redhat.com> - 0.2.0-2
 - Replace use of rake by direct extconf/make invocation since there is no
   rake in EL-4




More information about the scm-commits mailing list