rpms/libHX/devel libHX.spec,1.6,1.7

Till Maas (till) fedora-extras-commits at redhat.com
Wed Jun 11 21:22:26 UTC 2008


Author: till

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

Modified Files:
	libHX.spec 
Log Message:
* Wed Jun 11 2008 Till Maas <opensource till name> - 1.18-2
- Set variable V for make: displays full compiler commandline



Index: libHX.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libHX/devel/libHX.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- libHX.spec	11 Jun 2008 20:44:19 -0000	1.6
+++ libHX.spec	11 Jun 2008 21:21:45 -0000	1.7
@@ -1,6 +1,6 @@
 Name:           libHX
 Version:        1.18
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        General-purpose library for typical low-level operations
 
 Group:          System Environment/Libraries
@@ -43,14 +43,14 @@
 
 %build
 %configure --disable-static
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=verbose
 
 
 %install
 rm -rf $RPM_BUILD_ROOT
 mkdir $RPM_BUILD_ROOT
 
-make install DESTDIR=$RPM_BUILD_ROOT
+make install DESTDIR=$RPM_BUILD_ROOT V=verbose
 find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
 
 
@@ -78,6 +78,9 @@
 
 
 %changelog
+* Wed Jun 11 2008 Till Maas <opensource till name> - 1.18-2
+- Set variable V for make: displays full compiler commandline
+
 * Wed Jun 11 2008 Till Maas <opensource till name> - 1.18-1
 - Update to latest version
 




More information about the fedora-extras-commits mailing list