rpms/ibus-table/devel ibus-table.spec,1.22,1.23

Caius Chance cchance at fedoraproject.org
Tue Aug 4 04:34:29 UTC 2009


Author: cchance

Update of /cvs/pkgs/rpms/ibus-table/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14595

Modified Files:
	ibus-table.spec 
Log Message:
Updated macro of spec file.


Index: ibus-table.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ibus-table/devel/ibus-table.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -p -r1.22 -r1.23
--- ibus-table.spec	4 Aug 2009 01:35:52 -0000	1.22
+++ ibus-table.spec	4 Aug 2009 04:34:29 -0000	1.23
@@ -29,11 +29,11 @@ This package contains additional tables.
 
 %build
 %configure --disable-static --enable-additional
-make %{?_smp_mflags}
+%__make %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
-make DESTDIR=${RPM_BUILD_ROOT} NO_INDEX=true install pkgconfigdir=%{_datadir}/pkgconfig
+%__rm -rf $RPM_BUILD_ROOT
+%__make DESTDIR=${RPM_BUILD_ROOT} NO_INDEX=true install pkgconfigdir=%{_datadir}/pkgconfig
 
 %find_lang %{name}
 




More information about the fedora-extras-commits mailing list