8bd00d
%global tarball libXext
8bd00d
#global gitdate 20130524
8bd00d
%global gitversion dfe6e1f3b
8bd00d
8bd00d
Summary: X.Org X11 libXext runtime library
8bd00d
Name: libXext
8bd00d
Version: 1.3.4
8bd00d
Release: 1%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
8bd00d
License: MIT
8bd00d
Group: System Environment/Libraries
8bd00d
URL: http://www.x.org
8bd00d
8bd00d
%if 0%{?gitdate}
8bd00d
Source0:    %{tarball}-%{gitdate}.tar.bz2
8bd00d
Source1:    make-git-snapshot.sh
8bd00d
Source2:    commitid
8bd00d
%else
8bd00d
Source0: http://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.bz2
8bd00d
%endif
8bd00d
8bd00d
Requires: libX11 >= 1.5.99.902
8bd00d
8bd00d
BuildRequires: autoconf automake libtool
8bd00d
BuildRequires: xorg-x11-proto-devel >= 7.4-23
8bd00d
BuildRequires: libX11-devel >= 1.5.99.902
8bd00d
BuildRequires: libXau-devel
8bd00d
BuildRequires: xorg-x11-util-macros
8bd00d
BuildRequires: autoconf automake libtool pkgconfig
8bd00d
BuildRequires: xmlto
8bd00d
8bd00d
%description
8bd00d
X.Org X11 libXext runtime library
8bd00d
8bd00d
%package devel
8bd00d
Summary: X.Org X11 libXext development package
8bd00d
Group: Development/Libraries
8bd00d
Requires: %{name} = %{version}-%{release}
8bd00d
8bd00d
%description devel
8bd00d
X.Org X11 libXext development package
8bd00d
8bd00d
%prep
8bd00d
%setup -q -n %{tarball}-%{?gitdate:%{gitdate}}%{!?gitdate:%{version}}
8bd00d
8bd00d
%build
8bd00d
autoreconf -v --install --force
8bd00d
%configure --disable-static
8bd00d
make %{?_smp_mflags}
8bd00d
8bd00d
%install
8bd00d
rm -rf $RPM_BUILD_ROOT
8bd00d
8bd00d
make install DESTDIR=$RPM_BUILD_ROOT
8bd00d
8bd00d
# We intentionally don't ship *.la files
8bd00d
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
8bd00d
8bd00d
# do this with %%doc below
8bd00d
rm -rf $RPM_BUILD_ROOT%{_docdir}
8bd00d
8bd00d
%ldconfig_post
8bd00d
%ldconfig_postun
8bd00d
8bd00d
%files
8bd00d
%doc AUTHORS COPYING
8bd00d
%{_libdir}/libXext.so.6
8bd00d
%{_libdir}/libXext.so.6.4.0
8bd00d
8bd00d
%files devel
8bd00d
%{_includedir}/X11/extensions/MITMisc.h
8bd00d
%{_includedir}/X11/extensions/XEVI.h
8bd00d
%{_includedir}/X11/extensions/XLbx.h
8bd00d
%{_includedir}/X11/extensions/XShm.h
8bd00d
%{_includedir}/X11/extensions/Xag.h
8bd00d
%{_includedir}/X11/extensions/Xcup.h
8bd00d
%{_includedir}/X11/extensions/Xdbe.h
8bd00d
%{_includedir}/X11/extensions/Xext.h
8bd00d
%{_includedir}/X11/extensions/Xge.h
8bd00d
%{_includedir}/X11/extensions/dpms.h
8bd00d
%{_includedir}/X11/extensions/extutil.h
8bd00d
%{_includedir}/X11/extensions/multibuf.h
8bd00d
%{_includedir}/X11/extensions/security.h
8bd00d
%{_includedir}/X11/extensions/shape.h
8bd00d
%{_includedir}/X11/extensions/sync.h
8bd00d
%{_includedir}/X11/extensions/xtestext1.h
8bd00d
%{_libdir}/libXext.so
8bd00d
%{_libdir}/pkgconfig/xext.pc
8bd00d
#%dir %{_mandir}/man3x
8bd00d
%{_mandir}/man3/*.3*
8bd00d
8bd00d
%changelog
8bd00d
* Thu Jun 04 2020 Benjamin Tissoires <benjamin.tissoires@redhat.com> - 1.3.4-1
8bd00d
- libXext 1.3.4
8bd00d
8bd00d
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.3-11
8bd00d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
8bd00d
8bd00d
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.3-10
8bd00d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
8bd00d
8bd00d
* Fri Jun 29 2018 Adam Jackson <ajax@redhat.com> - 1.3.3-9
8bd00d
- Use ldconfig scriptlet macros
8bd00d
8bd00d
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.3-8
8bd00d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
8bd00d
8bd00d
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.3-7
8bd00d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
8bd00d
8bd00d
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.3-6
8bd00d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
8bd00d
8bd00d
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.3-5
8bd00d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
8bd00d
8bd00d
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.3-4
8bd00d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
8bd00d
8bd00d
* Thu Jan 28 2016 Peter Hutterer <peter.hutterer@redhat.com>
8bd00d
- Remove unnecessary defattr
8bd00d
8bd00d
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.3-3
8bd00d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
8bd00d
8bd00d
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.3-2
8bd00d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
8bd00d
8bd00d
* Thu Jul 24 2014 Peter Hutterer <peter.hutterer@redhat.com> 1.3.3-1
8bd00d
- libXext 1.3.3
8bd00d
8bd00d
* Tue Jul 22 2014 Benjamin Tissoires <benjamin.tissoires@redhat.com> 1.3.2-4
8bd00d
- Xge: remove warning messages about missing Xge extension event translations (rhbz #1122011)
8bd00d
8bd00d
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.2-3
8bd00d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
8bd00d
8bd00d
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.2-2
8bd00d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
8bd00d
8bd00d
* Mon Jun 03 2013 Peter Hutterer <peter.hutterer@redhat.com> 1.3.2-1
8bd00d
- libXext 1.3.2
8bd00d
8bd00d
* Mon May 27 2013 Peter Hutterer <peter.hutterer@redhat.com> - 1.3.1-6.20130524gitdfe6e1f3b
8bd00d
- Really require libX11 1.6RC2 for _XEatDataWords
8bd00d
8bd00d
* Mon May 27 2013 Peter Hutterer <peter.hutterer@redhat.com> - 1.3.1-5.20130524gitdfe6e1f3b
8bd00d
- Require libX11 1.6RC2 for _XEatDataWords
8bd00d
8bd00d
* Fri May 24 2013 Peter Hutterer <peter.hutterer@redhat.com> 1.3.1-3.20130524gitdfe6e1f3b
8bd00d
- Update to git snapshot to fix CVEs listed below
8bd00d
- CVE-2013-1982
8bd00d
8bd00d
* Thu Mar 07 2013 Peter Hutterer <peter.hutterer@redhat.com> - 1.3.1-4
8bd00d
- autoreconf for aarch64
8bd00d
8bd00d
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.1-3
8bd00d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
8bd00d
8bd00d
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.1-2
8bd00d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
8bd00d
8bd00d
* Thu Mar 08 2012 Adam Jackson <ajax@redhat.com> 1.3.1-1
8bd00d
- libXext 1.3.1
8bd00d
8bd00d
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.0-2
8bd00d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
8bd00d
8bd00d
* Thu Nov 17 2011 Adam Jackson <ajax@redhat.com> 1.3.0-1
8bd00d
- libXext 1.3.0
8bd00d
8bd00d
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0-2
8bd00d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
8bd00d
8bd00d
* Thu Oct 28 2010 Adam Jackson <ajax@redhat.com> 1.2.0-1
8bd00d
- libXext 1.2.0
8bd00d
8bd00d
* Tue Aug 24 2010 Adam Tkac <atkac redhat com> 1.1.2-2
8bd00d
- rebuild to ensure F14 NVR is higher than F13
8bd00d
8bd00d
* Fri Jun 04 2010 Adam Jackson <ajax@redhat.com> 1.1.2-1
8bd00d
- libXext 1.1.2
8bd00d
8bd00d
* Sat Dec 12 2009 Robert Scheck <robert@fedoraproject.org> 1.1-2
8bd00d
- libXext-1.1-XAllocID.patch: call XAllocID with the display lock held.
8bd00d
- libXext-1.1-event_vec-smash.patch: don't smash the event processing vector
8bd00d
  if the server has an older extension version than the client.
8bd00d
8bd00d
* Tue Oct 06 2009 Adam Jackson <ajax@redhat.com> 1.1-1
8bd00d
- libXext 1.1
8bd00d
8bd00d
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.99.4-3
8bd00d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
8bd00d
8bd00d
* Thu Jul 23 2009 Adam Jackson <ajax@redhat.com> 1.0.99.4-2
8bd00d
- Un-require xorg-x11-filesystem
8bd00d
8bd00d
* Wed Jul 22 2009 Peter Hutterer <peter.hutterer@redhat.com> 1.0.99.4-1
8bd00d
- libXext 1.0.99.4
8bd00d
- fix.patch: Drop.
8bd00d
8bd00d
* Tue Jul 21 2009 Adam Jackson <ajax@redhat.com> 1.0.99.2-0
8bd00d
- libXext snapshot
8bd00d
8bd00d
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.99.1-2
8bd00d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
8bd00d
8bd00d
* Fri Dec 19 2008 Adam Jackson <ajax@redhat.com> 1.0.99.1-1
8bd00d
- libXext 1.0.99.1
8bd00d
8bd00d
* Wed Dec 17 2008 Matthias Clasen <mclasen@redhat.com> 1.0.4-2
8bd00d
- Rebuild for pkg-config auto-provides
8bd00d
8bd00d
* Fri Feb 29 2008 Adam Jackson <ajax@redhat.com> 1.0.4-1
8bd00d
- libXext 1.0.4
8bd00d
8bd00d
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.0.1-6
8bd00d
- Autorebuild for GCC 4.3
8bd00d
8bd00d
* Tue Jan 15 2008 parag <paragn@fedoraproject.org> - 1.0.1-5
8bd00d
- Merge-Review #226070
8bd00d
- Removed XFree86-libs, xorg-x11-libs XFree86-devel, xorg-x11-devel as Obsoletes
8bd00d
- Removed BR:pkgconfig
8bd00d
- Removed zero-length README file
8bd00d
8bd00d
* Tue Aug 21 2007 Adam Jackson <ajax@redhat.com> - 1.0.1-4
8bd00d
- Rebuild for build id
8bd00d
8bd00d
* Sat Apr 21 2007 Matthias Clasen <mclasen@redhat.com> 1.0.1-4
8bd00d
- Don't install INSTALL
8bd00d
8bd00d
* Tue Oct 3 2006 Adam Jackson <ajackson@redhat.com> 1.0.1-3
8bd00d
- Force xorg-x11-proto-devel on >= 7.1-10 (for LBX headers), and rebuild.
8bd00d
8bd00d
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.0.1-2.1
8bd00d
- rebuild
8bd00d
8bd00d
* Wed Jun 07 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-2
8bd00d
- Replace "makeinstall" with "make install DESTDIR=..."
8bd00d
- Remove package ownership of mandir/libdir/etc.
8bd00d
8bd00d
* Thu Apr 27 2006 Adam Jackson <ajackson@redhat.com> 1.0.1-1
8bd00d
- Update to 1.0.1
8bd00d
8bd00d
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.0.0-3.2
8bd00d
- bump again for double-long bug on ppc(64)
8bd00d
8bd00d
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.0.0-3.1
8bd00d
- rebuilt for new gcc4.1 snapshot and glibc changes
8bd00d
8bd00d
* Tue Jan 31 2006 Mike A. Harris <mharris@redhat.com> 1.0.0-3
8bd00d
- Added "Requires: xorg-x11-proto-devel >= 7.0-1" to devel package (#173713)
8bd00d
- Added "libX11-devel" to devel package (#176078)
8bd00d
8bd00d
* Mon Jan 23 2006 Mike A. Harris <mharris@redhat.com> 1.0.0-2
8bd00d
- Bumped and rebuilt
8bd00d
8bd00d
* Fri Dec 16 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-1
8bd00d
- Updated libXext to version 1.0.0 from X11R7 RC4
8bd00d
8bd00d
* Tue Dec 13 2005 Mike A. Harris <mharris@redhat.com> 0.99.3-1
8bd00d
- Updated libXext to version 0.99.3 from X11R7 RC3
8bd00d
- Added "Requires(pre): xorg-x11-filesystem >= 0.99.2-3", to ensure
8bd00d
  that /usr/lib/X11 and /usr/include/X11 pre-exist.
8bd00d
- Removed 'x' suffix from manpage directories to match RC3 upstream.
8bd00d
8bd00d
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
8bd00d
- rebuilt
8bd00d
8bd00d
* Fri Nov 11 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
8bd00d
- Updated libXext to version 0.99.2 from X11R7 RC2
8bd00d
- Changed 'Conflicts: XFree86-devel, xorg-x11-devel' to 'Obsoletes'
8bd00d
- Changed 'Conflicts: XFree86-libs, xorg-x11-libs' to 'Obsoletes'
8bd00d
8bd00d
* Fri Oct 21 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-1
8bd00d
- Updated to libXext-0.99.1 from the X11R7 RC1 release.
8bd00d
- Added manpages that were absent in X11R7 RC0, and updated the file lists
8bd00d
  to find them in section "man3x".
8bd00d
8bd00d
* Thu Sep 29 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-3
8bd00d
- Renamed package to remove xorg-x11 from the name due to unanimous decision
8bd00d
  between developers.
8bd00d
- Use Fedora Extras style BuildRoot tag.
8bd00d
- Disable static library creation by default.
8bd00d
- Add missing defattr to devel subpackage
8bd00d
- Add missing documentation files to doc macro
8bd00d
8bd00d
* Tue Aug 23 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-2
8bd00d
- Renamed package to prepend "xorg-x11" to the name for consistency with
8bd00d
  the rest of the X11R7 packages.
8bd00d
- Added "Requires: %%{name} = %%{version}-%%{release}" dependency to devel
8bd00d
  subpackage to ensure the devel package matches the installed shared libs.
8bd00d
- Added virtual "Provides: lib<name>" and "Provides: lib<name>-devel" to
8bd00d
  allow applications to use implementation agnostic dependencies.
8bd00d
- Added post/postun scripts which call ldconfig.
8bd00d
- Added Conflicts with XFree86-libs and xorg-x11-libs to runtime package,
8bd00d
  and Conflicts with XFree86-devel and xorg-x11-devel to devel package.
8bd00d
8bd00d
* Mon Aug 22 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-1
8bd00d
- Initial build.