rpms/libXau/devel libXau.spec,1.29,1.30

paragn paragn at fedoraproject.org
Wed Aug 12 10:46:13 UTC 2009


Author: paragn

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

Modified Files:
	libXau.spec 
Log Message:
* Wed Aug 12 2009 Parag <paragn at fedoraproject.org> 1.0.4-8
- Merge review cleanups. (#226063)




Index: libXau.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libXau/devel/libXau.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -p -r1.29 -r1.30
--- libXau.spec	25 Jul 2009 05:09:50 -0000	1.29
+++ libXau.spec	12 Aug 2009 10:46:13 -0000	1.30
@@ -1,7 +1,7 @@
-Summary: X.Org X11 libXau runtime library
+Summary: Sample Authorization Protocol for X
 Name: libXau
 Version: 1.0.4
-Release: 7%{?dist}
+Release: 8%{?dist}
 License: MIT
 Group: System Environment/Libraries
 URL: http://www.x.org
@@ -9,16 +9,20 @@ BuildRoot: %{_tmppath}/%{name}-%{version
 
 Source0: ftp://ftp.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2
 
-Patch0: xau-1.0.4-local.patch
+#Patch0: xau-1.0.4-local.patch
 
 BuildRequires: pkgconfig
 BuildRequires: xorg-x11-proto-devel
 
 %description
-X.Org X11 libXau runtime library
+This is a very simple mechanism for providing individual access to an X Window
+System display.It uses existing core protocol and library hooks for specifying
+authorization data in the connection setup block to restrict use of the display
+to only those clients that show that they know a server-specific key 
+called a "magic cookie".
 
 %package devel
-Summary: X.Org X11 libXau development package
+Summary: Development files for %{name}
 Group: Development/Libraries
 Requires: %{name} = %{version}-%{release}
 Requires: xorg-x11-proto-devel
@@ -40,7 +44,7 @@ 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
@@ -66,6 +70,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*.3*
 
 %changelog
+* Wed Aug 12 2009 Parag <paragn at fedoraproject.org> 1.0.4-8
+- Merge review cleanups. (#226063)
+
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.4-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list