rpms/ruby-postgres/devel ruby-postgres.spec,1.2,1.3

David Lutterkort (lutter) fedora-extras-commits at redhat.com
Wed Sep 13 12:06:33 UTC 2006


Author: lutter

Update of /cvs/extras/rpms/ruby-postgres/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28098

Modified Files:
	ruby-postgres.spec 
Log Message:
Try to fix problem in plague


Index: ruby-postgres.spec
===================================================================
RCS file: /cvs/extras/rpms/ruby-postgres/devel/ruby-postgres.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ruby-postgres.spec	13 Sep 2006 09:01:23 -0000	1.2
+++ ruby-postgres.spec	13 Sep 2006 12:06:33 -0000	1.3
@@ -36,7 +36,7 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-make %{?_smp_mflags} DESTDIR=%{buildroot} install
+make DESTDIR=%{buildroot} install
 
 %clean
 rm -rf %{buildroot}
@@ -49,6 +49,7 @@
 %changelog
 * Wed Sep 13 2006 David Lutterkort <dlutter at redhat.com> - 0.7.1-5
 - Rebuilt for FC6
+- Remove _smp_mflags from make install
 
 * Wed Aug  2 2006 David Lutterkort <dlutter at redhat.com> - 0.7.1-4
 - Fix CFLAGS




More information about the fedora-extras-commits mailing list