rpms/lat/devel lat.spec,1.18,1.19

Paul Howarth (pghmcfc) fedora-extras-commits at redhat.com
Mon Feb 18 14:15:31 UTC 2008


Author: pghmcfc

Update of /cvs/pkgs/rpms/lat/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9962

Modified Files:
	lat.spec 
Log Message:
Run "make" in %build rather than doing it implicitly in %install


Index: lat.spec
===================================================================
RCS file: /cvs/pkgs/rpms/lat/devel/lat.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- lat.spec	3 Dec 2007 10:45:04 -0000	1.18
+++ lat.spec	18 Feb 2008 14:14:49 -0000	1.19
@@ -1,7 +1,7 @@
 Name:               lat
 Summary:            LDAP Administration Tool
 Version:            1.2.3
-Release:            2%{?dist}
+Release:            3%{?dist}
 License:            GPLv2
 Group:              Applications/Productivity
 Url:                http://dev.mmgsecurity.com/projects/lat/
@@ -60,6 +60,7 @@
 
 %build
 %configure --disable-dependency-tracking
+%{__make} %{_smp_mflags} appicondir=%{_datadir}/icons/hicolor/22x22/apps
 
 %install
 %{__rm} -rf %{buildroot}
@@ -118,6 +119,9 @@
 %{_libdir}/pkgconfig/lat-plugins.pc
 
 %changelog
+* Mon Feb 18 2008 Paul Howarth <paul at city-fan.org> 1.2.3-3
+- Run "make" in %%build rather than doing it implicitly in %%install
+
 * Mon Dec  3 2007 Paul Howarth <paul at city-fan.org> 1.2.3-2
 - Explicitly buildrequire desktop-file-utils
 - Remove filename extension from Icon field of desktop file




More information about the fedora-extras-commits mailing list