Blame SPECS/gnome-doc-utils.spec

696932
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(0)")}
696932
696932
### Abstract ###
696932
696932
Name: gnome-doc-utils
696932
Version: 0.20.10
aecdea
Release: 5%{?dist}
696932
License: GPLv2+ and LGPLv2+ and GFDL
696932
Group: Development/Tools
696932
Summary: Documentation utilities for GNOME
696932
URL: http://www.gnome.org/
696932
#VCS: git:git://git.gnome.org/gnome-doc-utils
696932
Source: http://download.gnome.org/sources/gnome-doc-utils/0.20/%{name}-%{version}.tar.xz
696932
696932
BuildArch: noarch
696932
696932
### Patches ###
696932
696932
# RH bug #438638 / GNOME bug #524207
696932
Patch1: gnome-doc-utils-0.14.0-package.patch
696932
696932
### Dependencies ###
696932
696932
Requires: libxml2 >= 2.6.12
696932
Requires: libxslt >= 1.1.8
696932
Requires: libxml2-python
696932
# for /usr/share/aclocal
696932
Requires: automake
696932
# for /usr/share/gnome/help
696932
#Requires: yelp
696932
# Currently creates a chicken/egg problem; gnome-doc-utils is needed in
696932
# the build-chain for yelp, thus making it nearly impossible to ever
696932
# update yelp for say newer Firefox.
696932
Requires: gnome-doc-utils-stylesheets = %{version}-%{release}
696932
696932
### Build Dependencies ###
696932
696932
BuildRequires: libxml2-devel >= 2.6.12
696932
BuildRequires: libxslt-devel >= 1.1.8
696932
BuildRequires: libxml2-python
696932
696932
BuildRequires: intltool
696932
BuildRequires: gettext
696932
BuildRequires: scrollkeeper
696932
696932
%description
696932
gnome-doc-utils is a collection of documentation utilities for the GNOME
696932
project. Notably, it contains utilities for building documentation and
696932
all auxiliary files in your source tree.
696932
696932
# note that this is an "inverse dependency" subpackage
696932
%package stylesheets
696932
Summary: XSL stylesheets used by gnome-doc-utils
696932
License: LGPLv2+
696932
Group: Development/Tools
696932
# for the validation with xsltproc to use local dtds
696932
Requires: docbook-dtds
696932
# for /usr/share/pkgconfig
696932
Requires: pkgconfig
696932
# for /usr/share/xml
696932
Requires: xml-common
696932
696932
%description stylesheets
696932
The gnome-doc-utils-stylesheets package contains XSL stylesheets which
696932
are used by the tools in gnome-doc-utils and by yelp.
696932
696932
%prep
696932
%setup -q
696932
%patch1 -p1 -b .package
696932
696932
%build
696932
%configure --disable-scrollkeeper --enable-build-utils
696932
make
696932
696932
%install
696932
make install DESTDIR=$RPM_BUILD_ROOT
696932
696932
sed -i -e '/^Requires:/d' $RPM_BUILD_ROOT%{_datadir}/pkgconfig/xml2po.pc
696932
696932
%find_lang %{name}
696932
696932
%files -f %{name}.lang
696932
%doc AUTHORS README NEWS COPYING COPYING.GPL COPYING.LGPL
696932
%{_bindir}/*
696932
%{_datadir}/aclocal/gnome-doc-utils.m4
696932
%{_datadir}/gnome/help/gnome-doc-make
696932
%{_datadir}/gnome/help/gnome-doc-xslt
696932
%{_datadir}/gnome-doc-utils
696932
%doc %{_mandir}/man1/xml2po.1.gz
696932
%{python_sitelib}/xml2po/
696932
%{_datadir}/pkgconfig/gnome-doc-utils.pc
696932
%{_datadir}/pkgconfig/xml2po.pc
696932
696932
%files stylesheets
696932
%{_datadir}/xml/gnome
696932
%{_datadir}/xml/mallard
696932
696932
%changelog
aecdea
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 0.20.10-5
aecdea
- Mass rebuild 2013-12-27
aecdea
696932
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20.10-4
696932
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
696932
696932
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20.10-3
696932
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
696932
696932
* Wed Apr 18 2012 Kalev Lember <kalevlember@gmail.com> - 0.20.10-2
696932
- Depend on docbook-dtds for local validation
696932
696932
* Mon Mar 26 2012 Matthew Barnes <mbarnes@redhat.com> - 0.20.10-1
696932
- Update to 0.20.10 (needed for evolution-3.4.0)
696932
696932
* Wed Mar 21 2012 Kalev Lember <kalevlember@gmail.com> - 0.20.9-1
696932
- Update to 0.20.9
696932
696932
* Mon Mar  5 2012 Matthias Clasen <mclasen@redhat.com> - 0.20.7-1
696932
- Update to 0.20.7
696932
696932
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20.6-2
696932
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
696932
696932
* Mon Apr 25 2011 Matthias Clasen <mclasen@redhat.com> - 0.20.6-1
696932
- Update to 0.20.6
696932
696932
* Tue Mar 22 2011 Matthias Clasen <mclasen@redhat.com> - 0.20.5-1
696932
- Update to 0.20.5
696932
696932
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20.4-2
696932
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
696932
696932
* Mon Jan 10 2011 Matthias Clasen <mclasen@redhat.com> - 0.20.4-1
696932
- Update to 0.20.4
696932
696932
* Tue Sep 28 2010 Matthias Clasen <mclasen@redhat.com> - 0.20.2-2
696932
- Carry over a change from the f14 branch
696932
696932
* Tue Sep 28 2010 Matthias Clasen <mclasen@redhat.com> - 0.20.2-1
696932
- Update to 0.20.2
696932
696932
* Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 0.20.1-2
696932
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
696932
696932
* Mon Apr 26 2010 Matthias Clasen <mclasen@redhat.com> - 0.20.1-1
696932
- Update to 0.20.1
696932
696932
* Mon Mar 29 2010 Matthias Clasen <mclasen@redhat.com> - 0.20.0-1
696932
- Update to 0.20.0
696932
696932
* Mon Feb 22 2010 Matthias Clasen <mclasen@redhat.com> - 0.19.5-1
696932
- Update to 0.19.5
696932
696932
* Mon Feb 08 2010 Matthew Barnes <mbarnes@redhat.com> - 0.19.4-1
696932
- Update to 0.19.4
696932
696932
* Mon Jan 23 2010 Matthew Barnes <mbarnes@redhat.com> - 0.19.3-1
696932
- Update to 0.19.3
696932
696932
* Mon Jan 11 2010 Matthew Barnes <mbarnes@redhat.com> - 0.19.2-1
696932
- Update to 0.19.2
696932
696932
* Wed Jan 06 2010 Matthew Barnes <mbarnes@redhat.com> - 0.19.1-1
696932
- Update to 0.19.1
696932
696932
* Sun Dec 20 2009 Matthew Barnes <mbarnes@redhat.com> - 0.18.1-1
696932
- Update to 0.18.1
696932
696932
* Mon Sep 21 2009 Matthias Clasen <mclasen@redhat.com> - 0.18.0-1
696932
- Update to 0.18.0
696932
696932
* Mon Sep  7 2009 Matthias Clasen <mclasen@redhat.com> - 0.17.5-1
696932
- Update to 0.17.5
696932
696932
* Mon Aug 24 2009 Matthias Clasen <mclasen@redhat.com> - 0.17.4-1
696932
- Update to 0.17.4
696932
696932
* Tue Jul 28 2009 Matthias Clasen <mclasen@redhat.com> - 0.17.3-1
696932
- Update to 0.17.3
696932
696932
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.17.2-2
696932
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
696932
696932
* Mon Jun 29 2009 Matthew Barnes <mbarnes@redhat.com> - 0.17.2-1
696932
- Update to 0.17.2
696932
- Require libxml2-python for building.
696932
696932
* Mon Jun 15 2009 Matthias Clasen <mclasen@redhat.com> - 0.17.1-1
696932
- Update to 0.17.1
696932
696932
* Tue Apr 14 2009 Matthias Clasen <mclasen@redhat.com> - 0.16.1-1
696932
- Update to 0.16.1
696932
696932
* Mon Mar 16 2009 Matthias Clasen <mclasen@redhat.com> - 0.16.0-1
696932
- Update to 0.16.0
696932
696932
* Mon Mar 02 2009 Matthew Barnes <mbarnes@redhat.com> - 0.15.2-1
696932
- Update to 0.15.2
696932
696932
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.15.1-3
696932
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
696932
696932
* Tue Feb  3 2009 Matthias Clasen <mclasen@redhat.com> - 0.15.1-2
696932
- Update to 0.15.1
696932
696932
* Sun Jan 11 2009 Matthias Clasen <mclasen@redhat.com> - 0.14.2-1
696932
- Update to 0.14.2
696932
696932
* Wed Dec 17 2008 Matthias Clasen <mclasen@redhat.com> - 0.14.1-1
696932
- Update to 0.14.1
696932
696932
* Mon Dec  8 2008 Matthias Clasen <mclasen@redhat.com> - 0.14.0-7
696932
- Fight pkg-config-induced dependency bloat
696932
696932
* Mon Dec 01 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0.14.0-4
696932
- Rebuild for Python 2.6
696932
696932
* Sat Nov 29 2008 Matthew Barnes <mbarnes@redhat.com> - 0.14.0-3
696932
- Add patch for RH bug #438638 (monospace <package> elements).
696932
696932
* Sun Nov 23 2008 Matthias Clasen <mclasen@redhat.com> - 0.14.0-2
696932
- Tweak %%summary and %%description
696932
696932
* Mon Sep 22 2008 Matthias Clasen <mclasen@redhat.com> - 0.14.0-1
696932
- Update to 0.14.0
696932
696932
* Tue Sep  2 2008 Matthias Clasen <mclasen@redhat.com> - 0.13.1-1
696932
- Update to 0.13.1
696932
696932
* Mon Mar 10 2008 Matthias Clasen <mclasen@redhat.com> - 0.12.2-1
696932
- Update to 0.12.2
696932
696932
* Mon Feb 18 2008 Matthew Barnes <mbarnes@redhat.com> - 0.12.1-2
696932
- Package review corrections (RH bug #225816).
696932
696932
* Tue Feb 12 2008 Matthew Barnes <mbarnes@redhat.com> - 0.12.1-1
696932
- Update to 0.12.1
696932
696932
* Mon Sep 17 2007 Matthias Clasen  <mclasen@redhat.com> - 0.12.0-1
696932
- Update to 0.12.0
696932
696932
* Mon Sep  3 2007 Matthias Clasen  <mclasen@redhat.com> - 0.11.2-1
696932
- Update to 0.11.2
696932
696932
* Thu Aug  2 2007 Matthias Clasen  <mclasen@redhat.com> - 0.11.1-2
696932
- Update the license field
696932
696932
* Mon Jul 30 2007 Matthias Clasen  <mclasen@redhat.com> - 0.11.1-1
696932
- Update to 0.11.1
696932
696932
* Mon Jul 23 2007 Matthias Clasen  <mclasen@redhat.com> - 0.10.3-4
696932
- Split out stylesheets as subpackage to avoid pulling automake
696932
  in the live CD
696932
696932
* Fri Jul 20 2007 Jesse Keating <jkeating@redhat.com> - 0.10.3-3
696932
- Don't require yelp for now
696932
696932
* Sun Jun 17 2007 Matthias Clasen <mclasen@redhat.com> - 0.10.3-2
696932
- Fix up Requires and BuildRequires
696932
696932
* Mon Apr 09 2007 Matthew Barnes <mbarnes@redhat.com> - 0.10.3-1.fc7
696932
- Update to 0.10.3
696932
696932
* Mon Mar 12 2007 Matthew Barnes <mbarnes@redhat.com> - 0.10.1-1.fc7
696932
- Update to 0.10.1
696932
696932
* Wed Jan 31 2007 Matthias Clasen <mclasen@redhat.com> - 0.9.2-1
696932
- Update to 0.9.2
696932
696932
* Sat Dec 09 2006 Matthew Barnes <mbarnes@redhat.com> - 0.8.0-3
696932
- Add patch for GNOME bug #355521 (look for local m4 files).
696932
696932
* Fri Sep  8 2006 Matthias Clasen <mclasen@redhat.com> - 0.8.0-2
696932
- Fix some directory ownership issues  (#205677)
696932
696932
* Mon Sep  4 2006 Matthias Clasen <mclasen@redhat.com> - 0.8.0-1.fc6
696932
- Update to 0.8.0
696932
696932
* Sat Aug 12 2006 Matthias Clasen <mclasen@redhat.com> - 0.7.2-1.fc6
696932
- Update to 0.7.2
696932
696932
* Tue Jun 13 2006 Matthias Clasen <mclasen@redhat.com> - 0.7.1-1
696932
- Update to 0.7.1
696932
696932
* Tue Jun  6 2006 Matthias Clasen <mclasen@redhat.com> - 0.6.0-3
696932
- Add a BuildRequires for perl-XML-Parser
696932
696932
* Tue Apr 11 2006 Matthias Clasen <mclasen@redhat.com> - 0.6.0-2
696932
- Add a missing Requires
696932
696932
* Sun Mar 12 2006 Ray Strode <rstrode@redhat.com> - 0.6.0-1
696932
- Update to 0.6.0
696932
696932
* Mon Feb 27 2006 Matthias Clasen <mclasen@redhat.com> - 0.5.7-1
696932
- Update to 0.5.7
696932
696932
* Mon Feb 20 2006 Matthias Clasen <mclasen@redhat.com> - 0.5.6-1
696932
- Update to 0.5.6
696932
696932
* Sun Feb 12 2006 Matthias Clasen <mclasen@redhat.com> - 0.5.5-1
696932
- Update to 0.5.5
696932
696932
* Mon Jan 30 2006 Matthias Clasen <mclasen@redhat.com> - 0.5.4-1
696932
- Update to 0.5.4
696932
696932
* Tue Jan 13 2006 Matthias Clasen <mclasen@redhat.com> - 0.5.3-1
696932
- Update to 0.5.3
696932
696932
* Wed Dec 20 2005 Matthias Clasen <mclasen@redhat.com> - 0.5.2-1
696932
- Update to 0.5.2
696932
696932
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
696932
- rebuilt
696932
696932
* Wed Nov 30 2005 Matthias Clasen <mclasen@redhat.com> - 0.5.1-1
696932
- Update to 0.5.1
696932
696932
* Tue Oct 25 2005 Matthias Clasen <mclasen@redhat.com> - 0.4.3-1
696932
- Update to 0.4.3
696932
696932
* Thu Sep 29 2005 Matthias Clasen <mclasen@redhat.com> - 0.4.2-1
696932
- Update to 0.4.2
696932
696932
* Thu Sep  8 2005 Matthias Clasen <mclasen@redhat.com> - 0.4.0-1
696932
- Update to 0.4.0
696932
696932
* Wed Jul 27 2005 Christopher Aillon <caillon@redhat.com> - 0.3.2-1
696932
- Update to 0.3.2
696932
696932
* Wed Jul 13 2005 Matthias Clasen <mclasen@redhat.com> - 0.3.1-1
696932
- Newer upstream version
696932
696932
* Tue Apr 26 2005 Ray Strode <rstrode@redhat.com> - 0.2.0-2
696932
- Add patch that might fix yelp links (bug 146862)
696932
696932
* Fri Apr 8 2005 Ray Strode <rstrode@redhat.com> - 0.2.0-1
696932
- Update to upstream version 0.2.0
696932
696932
* Thu Mar 17 2005 Ray Strode <rstrode@redhat.com> - 0.1.3-1
696932
- Update to upstream version 0.1.3
696932
696932
* Wed Feb  2 2005 Nalin Dahyabhai <nalin@redhat.com> - 0.1.2-2
696932
- remove explicit libxml dependency (should have been libxml2)
696932
- add libxml2-devel and libxslt-devel as buildprereqs
696932
696932
* Fri Jan 28 2005 Matthias Clasen <mclasen@redhat.com> - 0.1.2-1
696932
- Initial build.