paragn 48b1807
Summary: Sample Authorization Protocol for X
mharris 07521ac
Name: libXau
de21388
Version: 1.0.6
8a4ece1
Release: 4%{?dist}
588218c
License: MIT
mharris 4ba6178
Group: System Environment/Libraries
mharris 4ba6178
URL: http://www.x.org
mharris 07521ac
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
mharris 4ba6178
mharris c212333
Source0: ftp://ftp.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2
mharris c212333
paragn 48b1807
#Patch0: xau-1.0.4-local.patch
cf6f199
mharris 5660643
BuildRequires: pkgconfig
mharris 4ba6178
BuildRequires: xorg-x11-proto-devel
mharris 4ba6178
mharris 4ba6178
%description
paragn 48b1807
This is a very simple mechanism for providing individual access to an X Window
paragn 48b1807
System display.It uses existing core protocol and library hooks for specifying
paragn 48b1807
authorization data in the connection setup block to restrict use of the display
paragn 48b1807
to only those clients that show that they know a server-specific key 
paragn 48b1807
called a "magic cookie".
mharris 4ba6178
mharris 4ba6178
%package devel
paragn 48b1807
Summary: Development files for %{name}
mharris 4ba6178
Group: Development/Libraries
mharris 15074c3
Requires: %{name} = %{version}-%{release}
1466757
Requires: xorg-x11-proto-devel
a4317d4
Requires: pkgconfig
mharris 15074c3
BuildRequires: xorg-x11-proto-devel
mharris 4ba6178
mharris 4ba6178
%description devel
mharris 4ba6178
X.Org X11 libXau development package
mharris 4ba6178
mharris 4ba6178
%prep
mharris 07521ac
%setup -q
9271703
#patch0 -p1 -b .local
mharris 07521ac
mharris 4ba6178
%build
mharris 07521ac
a4317d4
%configure --disable-static
a4317d4
make %{?_smp_mflags}
mharris 4ba6178
mharris 4ba6178
%install
mharris 4ba6178
rm -rf $RPM_BUILD_ROOT
mharris 15074c3
paragn 48b1807
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
mharris 4ba6178
mharris 4ba6178
# We intentionally don't ship *.la files
mharris 4ba6178
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
mharris 4ba6178
mharris 4ba6178
%clean
mharris 4ba6178
rm -rf $RPM_BUILD_ROOT
mharris 4ba6178
mharris 4ba6178
%post -p /sbin/ldconfig
mharris 4ba6178
%postun -p /sbin/ldconfig
mharris 4ba6178
mharris 4ba6178
%files
mharris 4ba6178
%defattr(-,root,root,-)
8407f81
%doc AUTHORS COPYING README ChangeLog
mharris 4ba6178
%{_libdir}/libXau.so.6
mharris 4ba6178
%{_libdir}/libXau.so.6.0.0
mharris 4ba6178
mharris 4ba6178
%files devel
mharris 07521ac
%defattr(-,root,root,-)
mharris 4ba6178
%{_includedir}/X11/Xauth.h
mharris 4ba6178
%{_libdir}/libXau.so
mharris 4ba6178
%{_libdir}/pkgconfig/xau.pc
mharris 15074c3
#%dir %{_mandir}/man3x
2e968ad
%{_mandir}/man3/*.3*
mharris 4ba6178
mharris 4ba6178
%changelog
8a4ece1
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.6-4
8a4ece1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
8a4ece1
f0cc123
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.6-3
f0cc123
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
f0cc123
186e430
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.6-2
186e430
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
186e430
de21388
* Tue Jul 20 2010 Peter Hutterer <peter.hutterer@redhat.com> 1.0.6-1
de21388
- libXau 1.0.6
de21388
660008e
* Fri Aug 28 2009 Peter Hutterer <peter.hutterer@redhat.com> 1.0.5-1
660008e
- libXau 1.0.5
660008e
paragn 48b1807
* Wed Aug 12 2009 Parag <paragn@fedoraproject.org> 1.0.4-8
paragn 48b1807
- Merge review cleanups. (#226063)
paragn 48b1807
2834ff2
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.4-7
2834ff2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
2834ff2
8df5030
* Thu Jul 23 2009 Adam Jackson <ajax@redhat.com> 1.0.4-6
8df5030
- Remove useless %%dir
8df5030
- Un-require xorg-x11-filesystem
8df5030
9271703
* Wed Mar 18 2009 Adam Jackson <ajax@redhat.com> 1.0.4-5
9271703
- Disable local auth patch.  Apparently it _can_ possibly help.
9271703
cf6f199
* Wed Mar 11 2009 Adam Jackson <ajax@redhat.com> 1.0.4-4
cf6f199
- xau-1.0.4-local.patch: When looking for an auth cookie on local transport,
cf6f199
  don't bother checking hostname, it can't possibly help.
cf6f199
2f5a51d
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.4-3
2f5a51d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
2f5a51d
a4317d4
* Sat Feb 21 2009 Adam Jackson <ajax@redhat.com> 1.0.4-2
a4317d4
- Merge review cleanups. (#226063)
a4317d4
2a165ee
* Thu Sep 04 2008 Adam Jackson <ajax@redhat.com> 1.0.4-1
2a165ee
- libXau 1.0.4
2a165ee
588218c
* Tue Jul 15 2008 Adam Jackson <ajax@redhat.com> 1.0.3-6
588218c
- Fix license tag.
588218c
f73c7cb
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.0.3-5
f73c7cb
- Autorebuild for GCC 4.3
f73c7cb
1466757
* Thu Sep 27 2007 Adam Jackson <ajax@redhat.com> 1.0.3-4
1466757
- libXau-devel Requires: xorg-x11-proto-devel (#235563)
1466757
8861c2b
* Tue Aug 21 2007 Adam Jackson <ajax@redhat.com> - 1.0.3-3
8861c2b
- Rebuild for build id
8861c2b
8407f81
* Sat Apr 21 2007 Matthias Clasen <mclasen@redhat.com> 1.0.3-2
8407f81
- Don't install INSTALL
8407f81
2e968ad
* Fri Jan 05 2007 Adam Jackson <ajax@redhat.com> 1.0.3-1
2e968ad
- Update to 1.0.3
2e968ad
9a3ed46
* Mon Nov 20 2006 Adam Jackson <ajax@redhat.com> 1.0.2-1
9a3ed46
- Update to 1.0.2
9a3ed46
9a3ed46
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> 1.0.1-3.1
96f9312
- rebuild
96f9312
mharris 15074c3
* Wed Jun 07 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-3
mharris 15074c3
- Remove package ownership of mandir/libdir/etc.
mharris 15074c3
- Added "BuildRequires: xorg-x11-proto-devel" needed by xau.pc
mharris 15074c3
mharris 5660643
* Mon Jun 05 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-2
mharris 5660643
- Added "BuildRequires: pkgconfig" for (#193422)
mharris 5660643
- Replace "makeinstall" with "make install DESTDIR=..." to fix (#192718)
mharris 5660643
65fdae7
* Fri May 12 2006 Adam Jackson <ajackson@redhat.com> 1.0.1-1
65fdae7
- Bump to 1.0.1
65fdae7
mharris 15074c3
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> 1.0.0-2.2
da779c1
- bump again for double-long bug on ppc(64)
da779c1
mharris 15074c3
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 1.0.0-2.1
1ad8782
- rebuilt for new gcc4.1 snapshot and glibc changes
1ad8782
mharris 3170506
* Mon Jan 23 2006 Mike A. Harris <mharris@redhat.com> 1.0.0-2
mharris 3170506
- Bumped and rebuilt
mharris 3170506
mharris e9d3d8a
* Fri Dec 16 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-1
mharris e9d3d8a
- Updated libXau to version 1.0.0 from X11R7 RC4
mharris e9d3d8a
mharris adb6e1d
* Tue Dec 13 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
mharris adb6e1d
- Updated libXau to version 0.99.2 from X11R7 RC3
mharris adb6e1d
- Added "Requires(pre): xorg-x11-filesystem >= 0.99.2-3", to ensure
mharris adb6e1d
  that /usr/lib/X11 and /usr/include/X11 pre-exist.
mharris adb6e1d
- Removed 'x' suffix from manpage directories to match RC3 upstream.
mharris adb6e1d
36fdb20
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
36fdb20
- rebuilt
36fdb20
mharris 5f5f674
* Fri Nov 11 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-2
mharris 5f5f674
- Changed 'Conflicts: XFree86-devel, xorg-x11-devel' to 'Obsoletes'
mharris 5f5f674
- Changed 'Conflicts: XFree86-libs, xorg-x11-libs' to 'Obsoletes'
mharris 5f5f674
mharris ebbba9e
* Fri Oct 21 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-1
mharris ebbba9e
- Update to libXau-0.99.1 from X11R7 RC1 release.
mharris ebbba9e
- Added manpages that were absent in X11R7 RC0, and updated the file lists
mharris ebbba9e
  to find them in section "man3x".
mharris ebbba9e
mharris ebbba9e
* Thu Sep 29 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-3
mharris 07521ac
- Renamed package to remove xorg-x11 from the name due to unanimous decision
mharris 07521ac
  between developers.
mharris 07521ac
- Use Fedora Extras style BuildRoot tag.
mharris 07521ac
- Disable static library creation by default.
mharris 07521ac
- Add missing defattr to devel subpackage
mharris 07521ac
- Add missing documentation files to doc macro
mharris 07521ac
mharris 4ba6178
* Tue Aug 23 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-2
mharris 4ba6178
- Renamed package to prepend "xorg-x11" to the name for consistency with
mharris 4ba6178
  the rest of the X11R7 packages.
mharris 4ba6178
- Added "Requires: %%{name} = %%{version}-%%{release}" dependency to devel
mharris 4ba6178
  subpackage to ensure the devel package matches the installed shared libs.
mharris 4ba6178
- Added virtual "Provides: lib<name>" and "Provides: lib<name>-devel" to
mharris 4ba6178
  allow applications to use implementation agnostic dependencies.
mharris 4ba6178
- Added post/postun scripts which call ldconfig.
mharris 4ba6178
- Added Conflicts with XFree86-libs and xorg-x11-libs to runtime package,
mharris 4ba6178
  and Conflicts with XFree86-devel and xorg-x11-devel to devel package.
mharris 4ba6178
mharris 4ba6178
* Mon Aug 22 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-1
mharris 4ba6178
- Initial build.