Blame SPECS/libdmx.spec

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