diff --git a/libXau.spec b/libXau.spec index eb919cf..e5198e4 100644 --- a/libXau.spec +++ b/libXau.spec @@ -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}-%{release}-root-%(%{__id_u} -n) 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 1.0.4-8 +- Merge review cleanups. (#226063) + * Fri Jul 24 2009 Fedora Release Engineering - 1.0.4-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild