rpms/libXxf86dga/devel libXxf86dga.spec,1.24,1.25

Peter Hutterer whot at fedoraproject.org
Mon Jul 19 04:40:37 UTC 2010


Author: whot

Update of /cvs/pkgs/rpms/libXxf86dga/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv21340

Modified Files:
	libXxf86dga.spec 
Log Message:
* Mon Jul 19 2010 Peter Hutterer <peter.hutterer at redhat.com> 1.1.1-2
- Spec file fixes (#226094)



Index: libXxf86dga.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libXxf86dga/devel/libXxf86dga.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -p -r1.24 -r1.25
--- libXxf86dga.spec	6 Oct 2009 07:04:50 -0000	1.24
+++ libXxf86dga.spec	19 Jul 2010 04:40:35 -0000	1.25
@@ -1,7 +1,7 @@
 Summary: X.Org X11 libXxf86dga runtime library
 Name: libXxf86dga
 Version: 1.1.1
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: MIT
 Group: System Environment/Libraries
 URL: http://www.x.org
@@ -30,12 +30,12 @@ X.Org X11 libXxf86dga development packag
 
 %build
 %configure --disable-static
-make
+make %{?_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
@@ -48,8 +48,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-# FIXME: Some of these files are missing %doc AUTHORS COPYING README INSTALL ChangeLog
-%doc COPYING ChangeLog
+%doc COPYING ChangeLog README
 %{_libdir}/libXxf86dga.so.1
 %{_libdir}/libXxf86dga.so.1.0.0
 
@@ -62,6 +61,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/X11/extensions/Xxf86dga.h
 
 %changelog
+* Mon Jul 19 2010 Peter Hutterer <peter.hutterer at redhat.com> 1.1.1-2
+- Spec file fixes (#226094)
+
 * Tue Oct 06 2009 Peter Hutterer <peter.hutterer at redhat.com> 1.1.1-1
 - libXxf86dga 1.1.1
   Requires xorg-x11-proto-devel for new xf86dgaproto.



More information about the scm-commits mailing list