rpms/libXfixes/devel libXfixes.spec,1.25,1.26

paragn paragn at fedoraproject.org
Wed Oct 21 09:02:14 UTC 2009


Author: paragn

Update of /cvs/pkgs/rpms/libXfixes/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32145

Modified Files:
	libXfixes.spec 
Log Message:
* Wed Oct 21 2009 Parag <paragn at fedoraproject.org> - 4.0.4-2
- Merge-Review #226071
- make is not verbose




Index: libXfixes.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libXfixes/devel/libXfixes.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -p -r1.25 -r1.26
--- libXfixes.spec	13 Oct 2009 15:37:52 -0000	1.25
+++ libXfixes.spec	21 Oct 2009 09:02:13 -0000	1.26
@@ -1,7 +1,7 @@
 Summary: X Fixes library
 Name: libXfixes
 Version: 4.0.4
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: MIT
 Group: System Environment/Libraries
 URL: http://www.x.org
@@ -28,12 +28,12 @@ libXfixes development package
 
 %build
 %configure --disable-static
-make %{?_smp_mflags}
+make V=1 %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-make install DESTDIR=$RPM_BUILD_ROOT
+make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
 
 # We intentionally don't ship *.la files
 rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
@@ -58,6 +58,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/Xfixes.3*
 
 %changelog
+* Wed Oct 21 2009 Parag <paragn at fedoraproject.org> - 4.0.4-2
+- Merge-Review #226071
+- make is not verbose
+
 * Tue Oct 13 2009 Adam Jackson <ajax at redhat.com> 4.0.4-1
 - libXfixes 4.0.4
 




More information about the scm-commits mailing list