Blame SPECS/libXfixes.spec

fe0083
%global tarball libXfixes
fe0083
#global gitdate 20130524
fe0083
%global gitversion c480fe327
fe0083
fe0083
Summary: X Fixes library
fe0083
Name: libXfixes
fe0083
Version: 5.0.3
fe0083
Release: 7%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
fe0083
License: MIT
fe0083
Group: System Environment/Libraries
fe0083
URL: http://www.x.org
fe0083
fe0083
%if 0%{?gitdate}
fe0083
Source0:    %{tarball}-%{gitdate}.tar.bz2
fe0083
Source1:    make-git-snapshot.sh
fe0083
Source2:    commitid
fe0083
%else
fe0083
Source0: http://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.bz2
fe0083
%endif
fe0083
fe0083
Requires: libX11 >= 1.6
fe0083
fe0083
BuildRequires: xorg-x11-util-macros
fe0083
BuildRequires: autoconf automake libtool
fe0083
BuildRequires: pkgconfig(fixesproto) pkgconfig(xext)
fe0083
BuildRequires: libX11-devel >= 1.5.99.902
fe0083
fe0083
%description
fe0083
X Fixes library.
fe0083
fe0083
%package devel
fe0083
Summary: Development files for %{name}
fe0083
Group: Development/Libraries
fe0083
Requires: %{name} = %{version}-%{release}
fe0083
Requires: pkgconfig
fe0083
fe0083
%description devel
fe0083
libXfixes development package
fe0083
fe0083
%prep
fe0083
%setup -q -n %{tarball}-%{?gitdate:%{gitdate}}%{!?gitdate:%{version}}
fe0083
fe0083
%build
fe0083
autoreconf -v --install --force
fe0083
%configure --disable-static
fe0083
make V=1 %{?_smp_mflags}
fe0083
fe0083
%install
fe0083
rm -rf $RPM_BUILD_ROOT
fe0083
fe0083
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
fe0083
fe0083
# We intentionally don't ship *.la files
fe0083
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
fe0083
fe0083
%ldconfig_post
fe0083
%ldconfig_postun
fe0083
fe0083
%files
fe0083
%doc AUTHORS COPYING README
fe0083
%{_libdir}/libXfixes.so.3
fe0083
%{_libdir}/libXfixes.so.3.1.0
fe0083
fe0083
%files devel
fe0083
%{_includedir}/X11/extensions/Xfixes.h
fe0083
%{_libdir}/libXfixes.so
fe0083
%{_libdir}/pkgconfig/xfixes.pc
fe0083
%{_mandir}/man3/Xfixes.3*
fe0083
fe0083
%changelog
fe0083
* Thu Jul 05 2018 Adam Jackson <ajax@redhat.com> - 5.0.3-7
fe0083
- Drop useless %%defattr
fe0083
fe0083
* Fri Jun 29 2018 Adam Jackson <ajax@redhat.com> - 5.0.3-6
fe0083
- Use ldconfig scriptlet macros
fe0083
fe0083
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.3-5
fe0083
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
fe0083
fe0083
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.3-4
fe0083
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
fe0083
fe0083
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.3-3
fe0083
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
fe0083
fe0083
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.3-2
fe0083
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
fe0083
fe0083
* Wed Oct 05 2016 Benjamin Tissoires <benjamin.tissoires@redhat.com> 5.0.3-1
fe0083
- LibXfixes 5.0.3
fe0083
- fixes CVE-2016-7944
fe0083
fe0083
* Fri May 27 2016 Benjamin Tissoires <benjamin.tissoires@redhat.com> 5.0.2-2
fe0083
- require libX11 1.6
fe0083
fe0083
* Fri May 27 2016 Benjamin Tissoires <benjamin.tissoires@redhat.com> 5.0.2-1
fe0083
- libXfixes 5.0.2
fe0083
fe0083
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.1-6
fe0083
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
fe0083
fe0083
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.0.1-5
fe0083
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
fe0083
fe0083
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.0.1-4
fe0083
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
fe0083
fe0083
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.0.1-3
fe0083
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
fe0083
fe0083
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.0.1-2
fe0083
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
fe0083
fe0083
* Fri May 31 2013 Peter Hutterer <peter.hutterer@redhat.com> 5.0.1-1
fe0083
- libXfixes 5.0.1
fe0083
fe0083
* Mon May 27 2013 Peter Hutterer <peter.hutterer@redhat.com> - 5.0-7.20130524gitc480fe327
fe0083
- Require libX11 1.6RC2 for _XEatDataWords
fe0083
fe0083
* Fri May 24 2013 Peter Hutterer <peter.hutterer@redhat.com> 5.0-6.20130524gitc480fe327
fe0083
- Update to latest git to fix the following CVEs:
fe0083
- CVE-2013-1983
fe0083
fe0083
* Thu Mar 07 2013 Peter Hutterer <peter.hutterer@redhat.com> - 5.0-5
fe0083
- autoreconf for aarch64
fe0083
fe0083
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.0-4
fe0083
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
fe0083
fe0083
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.0-3
fe0083
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
fe0083
fe0083
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.0-2
fe0083
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
fe0083
fe0083
* Wed Mar 16 2011 Adam Jackson <ajax@redhat.com> 5.0-1
fe0083
- libXfixes 5.0
fe0083
fe0083
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0.5-2
fe0083
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
fe0083
fe0083
* Thu Jun 10 2010 Peter Hutterer <peter.hutterer@redhat.com> 4.0.5-1
fe0083
- libXfixes 4.0.5
fe0083
fe0083
* Wed Oct 21 2009 Parag <paragn@fedoraproject.org> - 4.0.4-2
fe0083
- Merge-Review #226071
fe0083
- make is not verbose
fe0083
fe0083
* Tue Oct 13 2009 Adam Jackson <ajax@redhat.com> 4.0.4-1
fe0083
- libXfixes 4.0.4
fe0083
fe0083
* Thu Oct 08 2009 Parag <paragn@fedoraproject.org> - 4.0.3-9
fe0083
- Merge-Review #226071
fe0083
- Removed XFree86-libs, xorg-x11-libs, XFree86-devel, xorg-x11-devel as Obsoletes
fe0083
- Removed BR:pkgconfig
fe0083
- spec cleanups
fe0083
fe0083
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0.3-8
fe0083
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
fe0083
fe0083
* Thu Jul 23 2009 Adam Jackson <ajax@redhat.com> 4.0.3-7
fe0083
- Un-require xorg-x11-filesystem
fe0083
fe0083
* Thu Jul 23 2009 Adam Jackson <ajax@redhat.com> 4.0.3-6
fe0083
- Remove useless %%dir
fe0083
fe0083
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0.3-5
fe0083
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
fe0083
fe0083
* Tue Jul 15 2008 Adam Jackson <ajax@redhat.com> 4.0.3-4
fe0083
- Fix license tag.
fe0083
fe0083
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 4.0.3-3
fe0083
- Autorebuild for GCC 4.3
fe0083
fe0083
* Tue Aug 21 2007 Adam Jackson <ajax@redhat.com> - 4.0.3-2
fe0083
- Rebuild for build id
fe0083
fe0083
* Sat Apr 21 2007 Matthias Clasen <mclasen@redhat.com> 4.0.3-2
fe0083
- Don't install INSTALL
fe0083
fe0083
* Mon Nov 20 2006 Adam Jackson <ajax@redhat.com> 4.0.3-1
fe0083
- Update to 4.0.3
fe0083
fe0083
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> 4.0.1-2.1
fe0083
- rebuild
fe0083
fe0083
* Wed Jun 07 2006 Mike A. Harris <mharris@redhat.com> 4.0.1-2
fe0083
- Added "BuildRequires: xorg-x11-proto-devel >= 7.0-7" for "fixesproto >= 4.0"
fe0083
- Added "Requires: xorg-x11-proto-devel >= 7.0-7" for "fixesproto >= 4.0"
fe0083
  to devel package, needed by xfixes.pc
fe0083
- Replace "makeinstall" with "make install DESTDIR=..."
fe0083
- Remove package ownership of mandir/libdir/etc.
fe0083
fe0083
* Fri May 12 2006 Adam Jackson <ajackson@redhat.com> 4.0.1-1
fe0083
- Bump to 4.0.1.
fe0083
fe0083
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 3.0.1.2-2.2
fe0083
- bump again for double-long bug on ppc(64)
fe0083
fe0083
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 3.0.1.2-2.1
fe0083
- rebuilt for new gcc4.1 snapshot and glibc changes
fe0083
fe0083
* Mon Jan 23 2006 Mike A. Harris <mharris@redhat.com> 3.0.1.2-2
fe0083
- Bumped and rebuilt
fe0083
fe0083
* Fri Dec 16 2005 Mike A. Harris <mharris@redhat.com> 3.0.1.2-1
fe0083
- Updated libXfixes to version 3.0.1.2 from X11R7 RC4
fe0083
fe0083
* Tue Dec 13 2005 Mike A. Harris <mharris@redhat.com> 3.0.1.1-1
fe0083
- Updated libXfixes to version 3.0.1.1 from X11R7 RC3
fe0083
- Added "Requires(pre): xorg-x11-filesystem >= 0.99.2-3", to ensure
fe0083
  that /usr/lib/X11 and /usr/include/X11 pre-exist.
fe0083
- Removed 'x' suffix from manpage directories to match RC3 upstream.
fe0083
fe0083
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
fe0083
- rebuilt
fe0083
fe0083
* Fri Nov 11 2005 Mike A. Harris <mharris@redhat.com> 3.0.1-1
fe0083
- Updated libXfixes to version 3.0.1 from X11R7 RC2
fe0083
- Changed 'Conflicts: XFree86-devel, xorg-x11-devel' to 'Obsoletes'
fe0083
- Changed 'Conflicts: XFree86-libs, xorg-x11-libs' to 'Obsoletes'
fe0083
fe0083
* Mon Oct 24 2005 Mike A. Harris <mharris@redhat.com> 3.0.0-4
fe0083
- Updated libXfixes to version 3.0.0 from X11R7 RC1
fe0083
fe0083
* Thu Sep 29 2005 Mike A. Harris <mharris@redhat.com> 3.0.0-3
fe0083
- Renamed package to remove xorg-x11 from the name due to unanimous decision
fe0083
  between developers.
fe0083
- Use Fedora Extras style BuildRoot tag.
fe0083
- Disable static library creation by default.
fe0083
- Add missing defattr to devel subpackage
fe0083
- Add missing documentation files to doc macro
fe0083
fe0083
* Tue Aug 23 2005 Mike A. Harris <mharris@redhat.com> 3.0.0-2
fe0083
- Renamed package to prepend "xorg-x11" to the name for consistency with
fe0083
  the rest of the X11R7 packages.
fe0083
- Added "Requires: %%{name} = %%{version}-%%{release}" dependency to devel
fe0083
  subpackage to ensure the devel package matches the installed shared libs.
fe0083
- Added virtual "Provides: lib<name>" and "Provides: lib<name>-devel" to
fe0083
  allow applications to use implementation agnostic dependencies.
fe0083
- Added post/postun scripts which call ldconfig.
fe0083
- Added Conflicts with XFree86-libs and xorg-x11-libs to runtime package,
fe0083
  and Conflicts with XFree86-devel and xorg-x11-devel to devel package.
fe0083
fe0083
* Mon Aug 22 2005 Mike A. Harris <mharris@redhat.com> 3.0.0-1
fe0083
- Initial build.