13b517
%global tarname xorg-docs
13b517
%{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}}
13b517
13b517
Summary:    X.Org X11 documentation
13b517
Name:       xorg-x11-docs
13b517
Version:    1.7.1
13b517
Release:    7%{?dist}
13b517
License:    MIT
13b517
URL:        http://www.x.org
13b517
13b517
BuildArch:  noarch
13b517
13b517
Source0:    http://www.x.org/pub/individual/doc/%{tarname}-%{version}.tar.bz2
13b517
Patch0:     docs-1.3-registry.patch
13b517
13b517
#BuildRequires:  fop
13b517
BuildRequires:  ghostscript
13b517
BuildRequires:  libtool
13b517
BuildRequires:  pkgconfig
13b517
BuildRequires:  pkgconfig(xorg-macros) >= 1.12
13b517
BuildRequires:  pkgconfig(xorg-sgml-doctools) >= 1.1.1
13b517
#BuildRequires:  xmlgraphics-commons
13b517
BuildRequires:  xmlto >= 0.0.22-2
13b517
BuildRequires:  xmlto-tex
13b517
13b517
%description
13b517
Protocol and other technical documentation for the X.Org X11 X Window System
13b517
implementation.
13b517
13b517
%prep
13b517
%setup -q -n %{tarname}-%{version}
13b517
%patch0 -p1 -b .registry
13b517
13b517
%build
13b517
autoreconf -v --install
13b517
%configure --docdir=%{_pkgdocdir} --without-fop
13b517
make
13b517
13b517
%install
13b517
%make_install
13b517
find %{buildroot} -name "*.db" -delete
13b517
13b517
%files
13b517
%{_pkgdocdir}
13b517
%{_mandir}/man7/*
13b517
13b517
%changelog
13b517
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.1-7
13b517
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
13b517
13b517
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.1-6
13b517
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
13b517
13b517
* Mon Jun 26 2017 Adam Jackson <ajax@redhat.com> - 1.7.1-5
13b517
- Drop BuildRequires: java-devel. Originally that was to force a specific
13b517
  JDK version, which we no longer need to do.
13b517
13b517
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.1-4
13b517
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
13b517
13b517
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.1-3
13b517
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
13b517
13b517
* Wed Jan 20 2016 Peter Hutterer <peter.hutterer@redhat.com>
13b517
- s/define/global/
13b517
13b517
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7.1-2
13b517
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
13b517
13b517
* Fri May 01 2015 Simone Caronni <negativo17@gmail.com> - 1.7.1-1
13b517
- Update to 1.7.1.
13b517
- Skip PDF document generation through fop. It fixes FTBFS on Fedora 22. Tarball
13b517
  is not yet compatible with Fedora xmlgraphics-commons >= 2.0.
13b517
- Remove useless db files.
13b517
13b517
* Tue Nov 04 2014 Simone Caronni <negativo17@gmail.com> - 1.7-1
13b517
- Update to 1.7.
13b517
- Clean up SPEC file, fix rpmlint warnings.
13b517
13b517
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6-8
13b517
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
13b517
13b517
* Fri Jul 26 2013 Ville Skyttä <ville.skytta@iki.fi> - 1.6-7
13b517
- Install docs to %%{_pkgdocdir} where available.
13b517
13b517
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6-6
13b517
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
13b517
13b517
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6-5
13b517
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
13b517
13b517
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6-4
13b517
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
13b517
13b517
* Tue Nov 29 2011 Dave Airlie <airlied@redhat.com> 1.6-3
13b517
- update build requires + docdir + (temporary jdk 1.7 to workaround bug in rawhide)
13b517
13b517
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6-2
13b517
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
13b517
13b517
* Thu Jan 13 2011 Matěj Cepl <mcepl@redhat.com> - 1.6-1
13b517
- New upstream version (#640564)
13b517
13b517
* Mon Nov 22 2010 Adam Jackson <ajax@redhat.com> 1.3-7
13b517
- Fix ps-to-pdf conversion even harder.