Blame SPECS/libXinerama.spec

a2ae09
%global tarball libXinerama
a2ae09
#global gitdate 20130524
a2ae09
%global gitversion 99c644fc8
a2ae09
a2ae09
Summary: X.Org X11 libXinerama runtime library
a2ae09
Name: libXinerama
a2ae09
Version: 1.1.3
a2ae09
Release: 2.1%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
a2ae09
License: MIT
a2ae09
Group: System Environment/Libraries
a2ae09
URL: http://www.x.org
a2ae09
a2ae09
%if 0%{?gitdate}
a2ae09
Source0:    %{tarball}-%{gitdate}.tar.bz2
a2ae09
Source1:    make-git-snapshot.sh
a2ae09
Source2:    commitid
a2ae09
%else
a2ae09
Source0: http://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.bz2
a2ae09
%endif
a2ae09
a2ae09
Requires: libX11 >= 1.5.99.902
a2ae09
a2ae09
BuildRequires: xorg-x11-util-macros
a2ae09
BuildRequires: autoconf automake libtool
a2ae09
BuildRequires: pkgconfig
a2ae09
BuildRequires: xorg-x11-proto-devel
a2ae09
BuildRequires: libX11-devel >= 1.5.99.902
a2ae09
BuildRequires: libXext-devel
a2ae09
a2ae09
%description
a2ae09
X.Org X11 libXinerama runtime library
a2ae09
a2ae09
%package devel
a2ae09
Summary: X.Org X11 libXinerama development package
a2ae09
Group: Development/Libraries
a2ae09
Requires: %{name} = %{version}-%{release}
a2ae09
a2ae09
%description devel
a2ae09
X.Org X11 libXinerama development package
a2ae09
a2ae09
%prep
a2ae09
%setup -q -n %{tarball}-%{?gitdate:%{gitdate}}%{!?gitdate:%{version}}
a2ae09
a2ae09
%build
a2ae09
autoreconf -v --install --force
a2ae09
a2ae09
%configure --disable-static
a2ae09
make %{?_smp_mflags}
a2ae09
a2ae09
%install
a2ae09
rm -rf $RPM_BUILD_ROOT
a2ae09
a2ae09
make install DESTDIR=$RPM_BUILD_ROOT
a2ae09
a2ae09
# We intentionally don't ship *.la files
a2ae09
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
a2ae09
a2ae09
%clean
a2ae09
rm -rf $RPM_BUILD_ROOT
a2ae09
a2ae09
%post -p /sbin/ldconfig
a2ae09
%postun -p /sbin/ldconfig
a2ae09
a2ae09
%files
a2ae09
%defattr(-,root,root,-)
a2ae09
%doc COPYING
a2ae09
%{_libdir}/libXinerama.so.1
a2ae09
%{_libdir}/libXinerama.so.1.0.0
a2ae09
a2ae09
%files devel
a2ae09
%defattr(-,root,root,-)
a2ae09
%{_libdir}/libXinerama.so
a2ae09
%{_libdir}/pkgconfig/xinerama.pc
a2ae09
%{_mandir}/man3/*.3*
a2ae09
%{_includedir}/X11/extensions/Xinerama.h
a2ae09
%{_includedir}/X11/extensions/panoramiXext.h
a2ae09
a2ae09
%changelog
a2ae09
* Wed Feb 12 2014 Adam Jackson <ajax@redhat.com> 1.1.3-2.1
a2ae09
- Mass rebuild
a2ae09
a2ae09
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1.1.3-2
a2ae09
- Mass rebuild 2013-12-27
a2ae09
a2ae09
* Fri May 31 2013 Peter Hutterer <peter.hutterer@redhat.com> 1.1.3-1
a2ae09
- libXinerama 1.1.3
a2ae09
a2ae09
* Mon May 27 2013 Peter Hutterer <peter.hutterer@redhat.com> - 1.1.2-6.20130524git99c644fc8
a2ae09
- Require libX11 1.6RC2 for _XEatDataWords
a2ae09
a2ae09
* Fri May 24 2013 Peter Hutterer <peter.hutterer@redhat.com> 1.1.2-5.20130524git99c644fc8
a2ae09
- Update to git snapshot to fix the CVEs listed below:
a2ae09
- CVE-2013-1985
a2ae09
a2ae09
* Thu Mar 07 2013 Peter Hutterer <peter.hutterer@redhat.com> - 1.1.2-4
a2ae09
- autoreconf for aarch64
a2ae09
a2ae09
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.2-3
a2ae09
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
a2ae09
a2ae09
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.2-2
a2ae09
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
a2ae09
a2ae09
* Thu Mar 08 2012 Adam Jackson <ajax@redhat.com> 1.1.2-1
a2ae09
- libXinerama 1.1.2
a2ae09
a2ae09
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.1-3
a2ae09
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
a2ae09
a2ae09
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.1-2
a2ae09
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
a2ae09
a2ae09
* Thu Oct 28 2010 Adam Jackson <ajax@redhat.com> 1.1.1-1
a2ae09
- libXinerama 1.1.1
a2ae09
a2ae09
* Thu Feb 04 2010 Peter Hutterer <peter.hutterer@redhat.com> 1.1-2
a2ae09
- Remove unnecessary BR on libXau-devel
a2ae09
a2ae09
* Tue Oct 06 2009 Adam Jackson <ajax@redhat.com> 1.1-1
a2ae09
- libXinerama 1.1
a2ae09
a2ae09
* Fri Aug 28 2009 Peter Hutterer <peter.hutterer@redhat.com> 1.0.99.1-1
a2ae09
- libXinerama 1.0.99.1
a2ae09
a2ae09
* Mon Aug 03 2009 Adam Jackson <ajax@redhat.com> 1.0.3-6
a2ae09
- Un-require xorg-x11-filesystem
a2ae09
a2ae09
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.3-5
a2ae09
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
a2ae09
a2ae09
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.3-4
a2ae09
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
a2ae09
a2ae09
* Sat Feb 21 2009 Adam Jackson <ajax@redhat.com> 1.0.3-3
a2ae09
- Merge review cleanups. (#226075)
a2ae09
a2ae09
* Tue Jul 15 2008 Adam Jackson <ajax@redhat.com> 1.0.3-2
a2ae09
- Fix license tag.
a2ae09
a2ae09
* Thu Mar 06 2008 Adam Jackson <ajax@redhat.com> 1.0.3-1
a2ae09
- libXinerama 1.0.3
a2ae09
a2ae09
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.0.2-4
a2ae09
- Autorebuild for GCC 4.3
a2ae09
a2ae09
* Tue Aug 21 2007 Adam Jackson <ajax@redhat.com> - 1.0.2-3
a2ae09
- Rebuild for build id
a2ae09
a2ae09
* Sat Apr 21 2007 Matthias Clasen <mclasen@redhat.com> 1.0.2-2
a2ae09
- Don't install INSTALL
a2ae09
a2ae09
* Mon Mar 26 2007 Adam Jackson <ajax@redhat.com> 1.0.2-1
a2ae09
- libXinerama 1.0.2
a2ae09
a2ae09
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - sh: line 0: fg: no job control
a2ae09
- rebuild
a2ae09
a2ae09
* Fri Jun 09 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-2
a2ae09
- Replace "makeinstall" with "make install DESTDIR=..."
a2ae09
- Added "Requires: xorg-x11-proto-devel" to devel for xinerama.pc
a2ae09
- Remove package ownership of mandir/libdir/etc.
a2ae09
a2ae09
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> 1.0.1-1.2
a2ae09
- bump again for double-long bug on ppc(64)
a2ae09
a2ae09
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 1.0.1-1.1
a2ae09
- rebuilt for new gcc4.1 snapshot and glibc changes
a2ae09
a2ae09
* Wed Jan 18 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-1
a2ae09
- Updated libXinerama to version 1.0.1 from X11R7.0
a2ae09
a2ae09
* Fri Dec 16 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-1
a2ae09
- Updated libXinerama to version 1.0.0 from X11R7 RC4
a2ae09
a2ae09
* Tue Dec 13 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
a2ae09
- Updated libXinerama to version 0.99.2 from X11R7 RC3
a2ae09
- Added "Requires(pre): xorg-x11-filesystem >= 0.99.2-3", to ensure
a2ae09
  that /usr/lib/X11 and /usr/include/X11 pre-exist.
a2ae09
- Removed 'x' suffix from manpage directories to match RC3 upstream.
a2ae09
a2ae09
* Tue Nov 15 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-3
a2ae09
- Added "BuildRequires: libXau-devel", as twm fails without it, but does not
a2ae09
  check for it with ./configure.  Bug (fdo#5065)
a2ae09
a2ae09
* Fri Nov 11 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-2
a2ae09
- Changed 'Conflicts: XFree86-devel, xorg-x11-devel' to 'Obsoletes'
a2ae09
- Changed 'Conflicts: XFree86-libs, xorg-x11-libs' to 'Obsoletes'
a2ae09
a2ae09
* Mon Oct 24 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-1
a2ae09
- Updated libXinerama to version 0.99.1 from X11R7 RC1
a2ae09
a2ae09
* Thu Sep 29 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-3
a2ae09
- Renamed package to remove xorg-x11 from the name due to unanimous decision
a2ae09
  between developers.
a2ae09
- Use Fedora Extras style BuildRoot tag.
a2ae09
- Disable static library creation by default.
a2ae09
- Add missing defattr to devel subpackage
a2ae09
- Add missing documentation files to doc macro
a2ae09
a2ae09
* Tue Aug 23 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-2
a2ae09
- Renamed package to prepend "xorg-x11" to the name for consistency with
a2ae09
  the rest of the X11R7 packages.
a2ae09
- Added "Requires: %%{name} = %%{version}-%%{release}" dependency to devel
a2ae09
  subpackage to ensure the devel package matches the installed shared libs.
a2ae09
- Added virtual "Provides: lib<name>" and "Provides: lib<name>-devel" to
a2ae09
  allow applications to use implementation agnostic dependencies.
a2ae09
- Added post/postun scripts which call ldconfig.
a2ae09
- Added Conflicts with XFree86-libs and xorg-x11-libs to runtime package,
a2ae09
  and Conflicts with XFree86-devel and xorg-x11-devel to devel package.
a2ae09
a2ae09
* Mon Aug 22 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-1
a2ae09
- Initial build.