Blame SPECS/libXext.spec

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