From c8fc157075b9244e464c24bbf807a6d6406551f1 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 28 Jan 2005 19:17:15 +0000 Subject: [PATCH 001/132] auto-import gnome-doc-utils-0.1.2-1 on branch devel from gnome-doc-utils-0.1.2-1.src.rpm --- .cvsignore | 1 + gnome-doc-utils.spec | 58 ++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 60 insertions(+) create mode 100644 gnome-doc-utils.spec diff --git a/.cvsignore b/.cvsignore index e69de29..fb83bd7 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +gnome-doc-utils-0.1.2.tar.bz2 diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec new file mode 100644 index 0000000..73d182d --- /dev/null +++ b/gnome-doc-utils.spec @@ -0,0 +1,58 @@ +Summary: Documentation utilities for the GNOME project +Name: gnome-doc-utils +Version: 0.1.2 +Release: 1 +License: LGPL +Group: Development/Tools +URL: http://www.gnome.org +Source0: %{name}-%{version}.tar.bz2 +Patch0: gnome-doc-utils-0.1.2-reloc.patch +BuildArch: noarch +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root +Requires: libxml >= 2.6.12 +Requires: libxslt >= 1.1.8 + + +%description +gnome-doc-utils is a collection of documentation utilities for the GNOME +project. Notably, it contains utilities for building documentation and +all auxiliary files in your source tree, and it contains the DocBook +XSLT stylesheets that were once distributed with Yelp. + +%prep +%setup -q +%patch0 -p1 -b .reloc + +%build +%configure +make + +%install +rm -rf $RPM_BUILD_ROOT + +%makeinstall + +mkdir -p $RPM_BUILD_ROOT%{_datadir}/pkgconfig/ +mv $RPM_BUILD_ROOT%{_libdir}/pkgconfig/*.pc $RPM_BUILD_ROOT%{_datadir}/pkgconfig + +%clean +rm -rf $RPM_BUILD_ROOT + + +%files +%defattr(-,root,root,-) +%doc AUTHORS README NEWS +%{_bindir}/* +%{_datadir}/pkgconfig/* +%{_datadir}/aclocal/gnome-doc-utils.m4 +%{_datadir}/gnome +%{_datadir}/omf +%{_datadir}/xml +%{_datadir}/xml2po +%{_datadir}/gnome-doc-utils + + +%changelog +* Fri Jan 28 2005 Matthias Clasen - 0.1.2-1 +- Initial build. + diff --git a/sources b/sources index e69de29..a43e8f3 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +7164538a4a56418328f9bfde0313ac6b gnome-doc-utils-0.1.2.tar.bz2 From 81dc71cba0a97b36d4bf9e2332bc973055453c9f Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Wed, 2 Feb 2005 21:23:57 +0000 Subject: [PATCH 002/132] - fix libxml/libxml2 misdep, per https://www.redhat.com/archives/fedora-test-list/2005-January/msg00629. html --- gnome-doc-utils.spec | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index 73d182d..f4ff505 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -1,15 +1,17 @@ Summary: Documentation utilities for the GNOME project Name: gnome-doc-utils Version: 0.1.2 -Release: 1 +Release: 2 License: LGPL Group: Development/Tools -URL: http://www.gnome.org +URL: http://www.gnome.org/ Source0: %{name}-%{version}.tar.bz2 Patch0: gnome-doc-utils-0.1.2-reloc.patch BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root -Requires: libxml >= 2.6.12 +BuildPrereq: libxml2-devel >= 2.6.12 +BuildPrereq: libxslt-devel >= 1.1.8 +Requires: libxml2 >= 2.6.12 Requires: libxslt >= 1.1.8 @@ -51,8 +53,10 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/xml2po %{_datadir}/gnome-doc-utils - %changelog +* Wed Feb 2 2005 Nalin Dahyabhai - 0.1.2-2 +- remove explicit libxml dependency (should have been libxml2) +- add libxml2-devel and libxslt-devel as buildprereqs + * Fri Jan 28 2005 Matthias Clasen - 0.1.2-1 - Initial build. - From 66a1110b433c0bcd450c7daaa7fc498eceec0cad Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Thu, 17 Mar 2005 22:36:00 +0000 Subject: [PATCH 003/132] - Update to upstream version 0.1.3 --- .cvsignore | 1 + gnome-doc-utils.spec | 10 ++++++---- sources | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.cvsignore b/.cvsignore index fb83bd7..5d8c1f7 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1,2 @@ gnome-doc-utils-0.1.2.tar.bz2 +gnome-doc-utils-0.1.3.tar.bz2 diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index f4ff505..2dfc93f 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -1,12 +1,11 @@ Summary: Documentation utilities for the GNOME project Name: gnome-doc-utils -Version: 0.1.2 -Release: 2 +Version: 0.1.3 +Release: 1 License: LGPL Group: Development/Tools URL: http://www.gnome.org/ Source0: %{name}-%{version}.tar.bz2 -Patch0: gnome-doc-utils-0.1.2-reloc.patch BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildPrereq: libxml2-devel >= 2.6.12 @@ -23,7 +22,6 @@ XSLT stylesheets that were once distributed with Yelp. %prep %setup -q -%patch0 -p1 -b .reloc %build %configure @@ -51,9 +49,13 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/omf %{_datadir}/xml %{_datadir}/xml2po +%{_mandir}/man1/xml2po.1.gz %{_datadir}/gnome-doc-utils %changelog +* Thu Mar 17 2005 Ray Strode - 0.1.3-1 +- Update to upstream version 0.1.3 + * Wed Feb 2 2005 Nalin Dahyabhai - 0.1.2-2 - remove explicit libxml dependency (should have been libxml2) - add libxml2-devel and libxslt-devel as buildprereqs diff --git a/sources b/sources index a43e8f3..a4ff401 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7164538a4a56418328f9bfde0313ac6b gnome-doc-utils-0.1.2.tar.bz2 +d59875bb5924fd098a19a7d229af63cc gnome-doc-utils-0.1.3.tar.bz2 From 91a787b33516c3fed3ea25b98c86166fd0fd433d Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Fri, 8 Apr 2005 18:56:43 +0000 Subject: [PATCH 004/132] Ray Strode - 0.2.0-1 - Update to upstream version 0.2.0 --- .cvsignore | 1 + gnome-doc-utils.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index 5d8c1f7..c1c2ca1 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1,3 @@ gnome-doc-utils-0.1.2.tar.bz2 gnome-doc-utils-0.1.3.tar.bz2 +gnome-doc-utils-0.2.0.tar.bz2 diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index 2dfc93f..45b3f16 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -1,11 +1,11 @@ Summary: Documentation utilities for the GNOME project Name: gnome-doc-utils -Version: 0.1.3 +Version: 0.2.0 Release: 1 License: LGPL Group: Development/Tools URL: http://www.gnome.org/ -Source0: %{name}-%{version}.tar.bz2 +Source0: gnome-doc-utils-0.2.0.tar.bz2 BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildPrereq: libxml2-devel >= 2.6.12 @@ -53,6 +53,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/gnome-doc-utils %changelog +* Fri Apr 8 2005 Ray Strode - 0.2.0-1 +- Update to upstream version 0.2.0 + * Thu Mar 17 2005 Ray Strode - 0.1.3-1 - Update to upstream version 0.1.3 diff --git a/sources b/sources index a4ff401..21d2cb3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d59875bb5924fd098a19a7d229af63cc gnome-doc-utils-0.1.3.tar.bz2 +c72f2a974e4f05210d2736e92399c58e gnome-doc-utils-0.2.0.tar.bz2 From b00a2e9cb0d41773fc5f75f07f9b22f5b239bad6 Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Wed, 27 Apr 2005 14:54:51 +0000 Subject: [PATCH 005/132] - Add patch that might fix yelp links (bug 146862) --- ...e-doc-utils-0.2.0-add-endterm-support.patch | 18 ++++++++++++++++++ gnome-doc-utils.spec | 8 +++++++- 2 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 gnome-doc-utils-0.2.0-add-endterm-support.patch diff --git a/gnome-doc-utils-0.2.0-add-endterm-support.patch b/gnome-doc-utils-0.2.0-add-endterm-support.patch new file mode 100644 index 0000000..b010ccd --- /dev/null +++ b/gnome-doc-utils-0.2.0-add-endterm-support.patch @@ -0,0 +1,18 @@ +Apply this patch to +/usr/share/xml/gnome/xslt/docbook/html/db2html-xref.xsl to fix the +issue in http://bugzilla.gnome.org/show_bug.cgi?id=170074 + +Patch written by Tollef Fog Heen + +--- gnome-doc-utils-0.2.0/xslt/docbook/html/db2html-xref.xsl 2005-03-13 00:55:50.904495855 +0100 ++++ gnome-doc-utils-0.2.0/xslt/docbook/html/db2html-xref.xsl 2005-03-06 20:39:48.000000000 +0100 +@@ -114,7 +114,7 @@ + + + +- ++ + + + + diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index 45b3f16..eb62547 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -1,7 +1,7 @@ Summary: Documentation utilities for the GNOME project Name: gnome-doc-utils Version: 0.2.0 -Release: 1 +Release: 2 License: LGPL Group: Development/Tools URL: http://www.gnome.org/ @@ -13,6 +13,8 @@ BuildPrereq: libxslt-devel >= 1.1.8 Requires: libxml2 >= 2.6.12 Requires: libxslt >= 1.1.8 +Patch0: gnome-doc-utils-0.2.0-add-endterm-support.patch + %description gnome-doc-utils is a collection of documentation utilities for the GNOME @@ -22,6 +24,7 @@ XSLT stylesheets that were once distributed with Yelp. %prep %setup -q +%patch0 -p1 -b .add-endterm-support %build %configure @@ -53,6 +56,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/gnome-doc-utils %changelog +* Tue Apr 26 2005 Ray Strode - 0.2.0-2 +- Add patch that might fix yelp links (bug 146862) + * Fri Apr 8 2005 Ray Strode - 0.2.0-1 - Update to upstream version 0.2.0 From a2fb0a1f7ed690469ecf68ac7171e409789701ae Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 13 Jul 2005 18:22:48 +0000 Subject: [PATCH 006/132] 0.3.1 --- .cvsignore | 1 + gnome-doc-utils.spec | 12 ++++++------ sources | 2 +- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.cvsignore b/.cvsignore index c1c2ca1..dd2c9e6 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,3 +1,4 @@ gnome-doc-utils-0.1.2.tar.bz2 gnome-doc-utils-0.1.3.tar.bz2 gnome-doc-utils-0.2.0.tar.bz2 +gnome-doc-utils-0.3.1.tar.bz2 diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index eb62547..814dbeb 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -1,11 +1,11 @@ Summary: Documentation utilities for the GNOME project Name: gnome-doc-utils -Version: 0.2.0 -Release: 2 +Version: 0.3.1 +Release: 1 License: LGPL Group: Development/Tools URL: http://www.gnome.org/ -Source0: gnome-doc-utils-0.2.0.tar.bz2 +Source0: %{name}-%{version}.tar.bz2 BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildPrereq: libxml2-devel >= 2.6.12 @@ -13,8 +13,6 @@ BuildPrereq: libxslt-devel >= 1.1.8 Requires: libxml2 >= 2.6.12 Requires: libxslt >= 1.1.8 -Patch0: gnome-doc-utils-0.2.0-add-endterm-support.patch - %description gnome-doc-utils is a collection of documentation utilities for the GNOME @@ -24,7 +22,6 @@ XSLT stylesheets that were once distributed with Yelp. %prep %setup -q -%patch0 -p1 -b .add-endterm-support %build %configure @@ -56,6 +53,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/gnome-doc-utils %changelog +* Wed Jul 13 2005 Matthias Clasen - 0.3.1-1 +- Newer upstream version + * Tue Apr 26 2005 Ray Strode - 0.2.0-2 - Add patch that might fix yelp links (bug 146862) diff --git a/sources b/sources index 21d2cb3..9c1fff6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c72f2a974e4f05210d2736e92399c58e gnome-doc-utils-0.2.0.tar.bz2 +43b4d8aa7bbbe506c3153b682dd6ef9a gnome-doc-utils-0.3.1.tar.bz2 From 7abb7f2142389447e94bf2aaf504a9d2360ce4d1 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 13 Jul 2005 18:33:05 +0000 Subject: [PATCH 007/132] Stop scrollkeeper --- gnome-doc-utils.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index 814dbeb..79d1506 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -24,7 +24,7 @@ XSLT stylesheets that were once distributed with Yelp. %setup -q %build -%configure +%configure --disable-scrollkeeper make %install From 836c0590a41ed5b331efb64b03a75435ba8537fe Mon Sep 17 00:00:00 2001 From: Christopher Aillon Date: Wed, 27 Jul 2005 17:16:40 +0000 Subject: [PATCH 008/132] - Update to 0.3.2 --- .cvsignore | 1 + gnome-doc-utils.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.cvsignore b/.cvsignore index dd2c9e6..9a0128a 100644 --- a/.cvsignore +++ b/.cvsignore @@ -2,3 +2,4 @@ gnome-doc-utils-0.1.2.tar.bz2 gnome-doc-utils-0.1.3.tar.bz2 gnome-doc-utils-0.2.0.tar.bz2 gnome-doc-utils-0.3.1.tar.bz2 +gnome-doc-utils-0.3.2.tar.bz2 diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index 79d1506..5dab676 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -1,6 +1,6 @@ Summary: Documentation utilities for the GNOME project Name: gnome-doc-utils -Version: 0.3.1 +Version: 0.3.2 Release: 1 License: LGPL Group: Development/Tools @@ -53,6 +53,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/gnome-doc-utils %changelog +* Wed Jul 27 2005 Christopher Aillon - 0.3.2-1 +- Update to 0.3.2 + * Wed Jul 13 2005 Matthias Clasen - 0.3.1-1 - Newer upstream version diff --git a/sources b/sources index 9c1fff6..36c0820 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -43b4d8aa7bbbe506c3153b682dd6ef9a gnome-doc-utils-0.3.1.tar.bz2 +d29a3e10ff8cba17dbb6d3aff2f30bb8 gnome-doc-utils-0.3.2.tar.bz2 From 8e90c75d52c69b6e532d1c81e49c4fb3851160fd Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 8 Sep 2005 14:04:28 +0000 Subject: [PATCH 009/132] 0.4.0 --- .cvsignore | 1 + gnome-doc-utils.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.cvsignore b/.cvsignore index 9a0128a..9431768 100644 --- a/.cvsignore +++ b/.cvsignore @@ -3,3 +3,4 @@ gnome-doc-utils-0.1.3.tar.bz2 gnome-doc-utils-0.2.0.tar.bz2 gnome-doc-utils-0.3.1.tar.bz2 gnome-doc-utils-0.3.2.tar.bz2 +gnome-doc-utils-0.4.0.tar.bz2 diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index 5dab676..4ffaffd 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -1,6 +1,6 @@ Summary: Documentation utilities for the GNOME project Name: gnome-doc-utils -Version: 0.3.2 +Version: 0.4.0 Release: 1 License: LGPL Group: Development/Tools @@ -53,6 +53,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/gnome-doc-utils %changelog +* Thu Sep 8 2005 Matthias Clasen - 0.4.0-1 +- Update to 0.4.0 + * Wed Jul 27 2005 Christopher Aillon - 0.3.2-1 - Update to 0.3.2 diff --git a/sources b/sources index 36c0820..522371d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d29a3e10ff8cba17dbb6d3aff2f30bb8 gnome-doc-utils-0.3.2.tar.bz2 +159fb5b3997c921140fcc83fac5fb2b8 gnome-doc-utils-0.4.0.tar.bz2 From ccaa6ed064635d18fd54753980000917e701ba75 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 29 Sep 2005 19:44:52 +0000 Subject: [PATCH 010/132] 0.4.2 --- .cvsignore | 1 + gnome-doc-utils.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.cvsignore b/.cvsignore index 9431768..e986000 100644 --- a/.cvsignore +++ b/.cvsignore @@ -4,3 +4,4 @@ gnome-doc-utils-0.2.0.tar.bz2 gnome-doc-utils-0.3.1.tar.bz2 gnome-doc-utils-0.3.2.tar.bz2 gnome-doc-utils-0.4.0.tar.bz2 +gnome-doc-utils-0.4.2.tar.bz2 diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index 4ffaffd..e02f807 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -1,6 +1,6 @@ Summary: Documentation utilities for the GNOME project Name: gnome-doc-utils -Version: 0.4.0 +Version: 0.4.2 Release: 1 License: LGPL Group: Development/Tools @@ -53,6 +53,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/gnome-doc-utils %changelog +* Thu Sep 29 2005 Matthias Clasen - 0.4.2-1 +- Update to 0.4.2 + * Thu Sep 8 2005 Matthias Clasen - 0.4.0-1 - Update to 0.4.0 diff --git a/sources b/sources index 522371d..093a5c1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -159fb5b3997c921140fcc83fac5fb2b8 gnome-doc-utils-0.4.0.tar.bz2 +3ea18197de296936619ef99bf75ca364 gnome-doc-utils-0.4.2.tar.bz2 From 48aea11ed4f0f809c163034240447d24bd841f9d Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 25 Oct 2005 04:56:58 +0000 Subject: [PATCH 011/132] 0.4.3 --- .cvsignore | 1 + gnome-doc-utils.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.cvsignore b/.cvsignore index e986000..e718a34 100644 --- a/.cvsignore +++ b/.cvsignore @@ -5,3 +5,4 @@ gnome-doc-utils-0.3.1.tar.bz2 gnome-doc-utils-0.3.2.tar.bz2 gnome-doc-utils-0.4.0.tar.bz2 gnome-doc-utils-0.4.2.tar.bz2 +gnome-doc-utils-0.4.3.tar.bz2 diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index e02f807..b872246 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -1,6 +1,6 @@ Summary: Documentation utilities for the GNOME project Name: gnome-doc-utils -Version: 0.4.2 +Version: 0.4.3 Release: 1 License: LGPL Group: Development/Tools @@ -53,6 +53,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/gnome-doc-utils %changelog +* Tue Oct 25 2005 Matthias Clasen - 0.4.3-1 +- Update to 0.4.3 + * Thu Sep 29 2005 Matthias Clasen - 0.4.2-1 - Update to 0.4.2 diff --git a/sources b/sources index 093a5c1..3d5a1b2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3ea18197de296936619ef99bf75ca364 gnome-doc-utils-0.4.2.tar.bz2 +7931f20fa72bcb5ae956d6f7dfed0b7a gnome-doc-utils-0.4.3.tar.bz2 From a09e29850a280294329753d12df9e8756f43abd2 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 30 Nov 2005 18:29:19 +0000 Subject: [PATCH 012/132] 0.5.1 --- .cvsignore | 1 + gnome-doc-utils.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.cvsignore b/.cvsignore index e718a34..e6ec2ec 100644 --- a/.cvsignore +++ b/.cvsignore @@ -6,3 +6,4 @@ gnome-doc-utils-0.3.2.tar.bz2 gnome-doc-utils-0.4.0.tar.bz2 gnome-doc-utils-0.4.2.tar.bz2 gnome-doc-utils-0.4.3.tar.bz2 +gnome-doc-utils-0.5.1.tar.bz2 diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index b872246..73b85fd 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -1,6 +1,6 @@ Summary: Documentation utilities for the GNOME project Name: gnome-doc-utils -Version: 0.4.3 +Version: 0.5.1 Release: 1 License: LGPL Group: Development/Tools @@ -53,6 +53,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/gnome-doc-utils %changelog +* Wed Nov 30 2005 Matthias Clasen - 0.5.1-1 +- Update to 0.5.1 + * Tue Oct 25 2005 Matthias Clasen - 0.4.3-1 - Update to 0.4.3 diff --git a/sources b/sources index 3d5a1b2..c8b2643 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7931f20fa72bcb5ae956d6f7dfed0b7a gnome-doc-utils-0.4.3.tar.bz2 +271818c23c675e15a6c5743842fe2bac gnome-doc-utils-0.5.1.tar.bz2 From 7ee68889fa2ffee592f1902068969ff9daca232f Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Fri, 9 Dec 2005 22:40:38 +0000 Subject: [PATCH 013/132] gcc update bump --- gnome-doc-utils.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index 73b85fd..58fbc2d 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -1,7 +1,7 @@ Summary: Documentation utilities for the GNOME project Name: gnome-doc-utils Version: 0.5.1 -Release: 1 +Release: 1.1 License: LGPL Group: Development/Tools URL: http://www.gnome.org/ @@ -53,6 +53,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/gnome-doc-utils %changelog +* Fri Dec 09 2005 Jesse Keating +- rebuilt + * Wed Nov 30 2005 Matthias Clasen - 0.5.1-1 - Update to 0.5.1 From dd97218da28d670a7655d9fd2edb6666249c9f8d Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 21 Dec 2005 03:45:31 +0000 Subject: [PATCH 014/132] 0.5.2 --- .cvsignore | 1 + gnome-doc-utils.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index e6ec2ec..18575e2 100644 --- a/.cvsignore +++ b/.cvsignore @@ -7,3 +7,4 @@ gnome-doc-utils-0.4.0.tar.bz2 gnome-doc-utils-0.4.2.tar.bz2 gnome-doc-utils-0.4.3.tar.bz2 gnome-doc-utils-0.5.1.tar.bz2 +gnome-doc-utils-0.5.2.tar.bz2 diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index 58fbc2d..1f59bf2 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -1,7 +1,7 @@ Summary: Documentation utilities for the GNOME project Name: gnome-doc-utils -Version: 0.5.1 -Release: 1.1 +Version: 0.5.2 +Release: 1 License: LGPL Group: Development/Tools URL: http://www.gnome.org/ @@ -53,6 +53,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/gnome-doc-utils %changelog +* Wed Dec 20 2005 Matthias Clasen - 0.5.2-1 +- Update to 0.5.2 + * Fri Dec 09 2005 Jesse Keating - rebuilt diff --git a/sources b/sources index c8b2643..c71c3d4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -271818c23c675e15a6c5743842fe2bac gnome-doc-utils-0.5.1.tar.bz2 +87ed7a6cd37a872f4a6f99245a08ed3d gnome-doc-utils-0.5.2.tar.bz2 From 92358ffd899989f57693303ee93e69d894140b79 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 18 Jan 2006 04:59:19 +0000 Subject: [PATCH 015/132] 0.5.3 --- .cvsignore | 1 + gnome-doc-utils.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.cvsignore b/.cvsignore index 18575e2..1dc8edb 100644 --- a/.cvsignore +++ b/.cvsignore @@ -8,3 +8,4 @@ gnome-doc-utils-0.4.2.tar.bz2 gnome-doc-utils-0.4.3.tar.bz2 gnome-doc-utils-0.5.1.tar.bz2 gnome-doc-utils-0.5.2.tar.bz2 +gnome-doc-utils-0.5.3.tar.bz2 diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index 1f59bf2..ccb0d1a 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -1,6 +1,6 @@ Summary: Documentation utilities for the GNOME project Name: gnome-doc-utils -Version: 0.5.2 +Version: 0.5.3 Release: 1 License: LGPL Group: Development/Tools @@ -53,6 +53,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/gnome-doc-utils %changelog +* Tue Jan 13 2006 Matthias Clasen - 0.5.3-1 +- Update to 0.5.3 + * Wed Dec 20 2005 Matthias Clasen - 0.5.2-1 - Update to 0.5.2 diff --git a/sources b/sources index c71c3d4..6c25368 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -87ed7a6cd37a872f4a6f99245a08ed3d gnome-doc-utils-0.5.2.tar.bz2 +54c01d6cc947d3b0d50ea3a6b0e5d00d gnome-doc-utils-0.5.3.tar.bz2 From 88631766cfd3e1578f9e77ac8f843d87a6d7e8b5 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 31 Jan 2006 04:21:05 +0000 Subject: [PATCH 016/132] 0.5.4 --- .cvsignore | 1 + gnome-doc-utils.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.cvsignore b/.cvsignore index 1dc8edb..74f77b2 100644 --- a/.cvsignore +++ b/.cvsignore @@ -9,3 +9,4 @@ gnome-doc-utils-0.4.3.tar.bz2 gnome-doc-utils-0.5.1.tar.bz2 gnome-doc-utils-0.5.2.tar.bz2 gnome-doc-utils-0.5.3.tar.bz2 +gnome-doc-utils-0.5.4.tar.bz2 diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index ccb0d1a..117edb4 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -1,6 +1,6 @@ Summary: Documentation utilities for the GNOME project Name: gnome-doc-utils -Version: 0.5.3 +Version: 0.5.4 Release: 1 License: LGPL Group: Development/Tools @@ -53,6 +53,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/gnome-doc-utils %changelog +* Mon Jan 30 2006 Matthias Clasen - 0.5.4-1 +- Update to 0.5.4 + * Tue Jan 13 2006 Matthias Clasen - 0.5.3-1 - Update to 0.5.3 diff --git a/sources b/sources index 6c25368..8e045de 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -54c01d6cc947d3b0d50ea3a6b0e5d00d gnome-doc-utils-0.5.3.tar.bz2 +87c12c7d7c984b289df58c3a49726fd4 gnome-doc-utils-0.5.4.tar.bz2 From e0654f211e879fbba6cf407dc143bcfccb89bd6f Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 13 Feb 2006 01:21:49 +0000 Subject: [PATCH 017/132] 0.5.5 --- .cvsignore | 1 + gnome-doc-utils.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.cvsignore b/.cvsignore index 74f77b2..4e148bc 100644 --- a/.cvsignore +++ b/.cvsignore @@ -10,3 +10,4 @@ gnome-doc-utils-0.5.1.tar.bz2 gnome-doc-utils-0.5.2.tar.bz2 gnome-doc-utils-0.5.3.tar.bz2 gnome-doc-utils-0.5.4.tar.bz2 +gnome-doc-utils-0.5.5.tar.bz2 diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index 117edb4..3a2a704 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -1,6 +1,6 @@ Summary: Documentation utilities for the GNOME project Name: gnome-doc-utils -Version: 0.5.4 +Version: 0.5.5 Release: 1 License: LGPL Group: Development/Tools @@ -53,6 +53,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/gnome-doc-utils %changelog +* Sun Feb 12 2006 Matthias Clasen - 0.5.5-1 +- Update to 0.5.5 + * Mon Jan 30 2006 Matthias Clasen - 0.5.4-1 - Update to 0.5.4 diff --git a/sources b/sources index 8e045de..b807647 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -87c12c7d7c984b289df58c3a49726fd4 gnome-doc-utils-0.5.4.tar.bz2 +ce9a4787afb9aac91ce55bbee2127d43 gnome-doc-utils-0.5.5.tar.bz2 From 3997139ecb69c5bba8c1197ccefc9a48522072fd Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 21 Feb 2006 04:40:27 +0000 Subject: [PATCH 018/132] 0.5.6 --- .cvsignore | 1 + gnome-doc-utils.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.cvsignore b/.cvsignore index 4e148bc..856b04a 100644 --- a/.cvsignore +++ b/.cvsignore @@ -11,3 +11,4 @@ gnome-doc-utils-0.5.2.tar.bz2 gnome-doc-utils-0.5.3.tar.bz2 gnome-doc-utils-0.5.4.tar.bz2 gnome-doc-utils-0.5.5.tar.bz2 +gnome-doc-utils-0.5.6.tar.bz2 diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index 3a2a704..3a24278 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -1,6 +1,6 @@ Summary: Documentation utilities for the GNOME project Name: gnome-doc-utils -Version: 0.5.5 +Version: 0.5.6 Release: 1 License: LGPL Group: Development/Tools @@ -53,6 +53,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/gnome-doc-utils %changelog +* Mon Feb 20 2006 Matthias Clasen - 0.5.6-1 +- Update to 0.5.6 + * Sun Feb 12 2006 Matthias Clasen - 0.5.5-1 - Update to 0.5.5 diff --git a/sources b/sources index b807647..246a337 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ce9a4787afb9aac91ce55bbee2127d43 gnome-doc-utils-0.5.5.tar.bz2 +fb59fdb7874593f8ed6f5a248b149236 gnome-doc-utils-0.5.6.tar.bz2 From 4f1fbafa3522283ba762c0d398c6ad95f7e26528 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 27 Feb 2006 14:00:30 +0000 Subject: [PATCH 019/132] 0.5.7 --- .cvsignore | 1 + gnome-doc-utils.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.cvsignore b/.cvsignore index 856b04a..e1ae3d2 100644 --- a/.cvsignore +++ b/.cvsignore @@ -12,3 +12,4 @@ gnome-doc-utils-0.5.3.tar.bz2 gnome-doc-utils-0.5.4.tar.bz2 gnome-doc-utils-0.5.5.tar.bz2 gnome-doc-utils-0.5.6.tar.bz2 +gnome-doc-utils-0.5.7.tar.bz2 diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index 3a24278..f451808 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -1,6 +1,6 @@ Summary: Documentation utilities for the GNOME project Name: gnome-doc-utils -Version: 0.5.6 +Version: 0.5.7 Release: 1 License: LGPL Group: Development/Tools @@ -53,6 +53,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/gnome-doc-utils %changelog +* Mon Feb 27 2006 Matthias Clasen - 0.5.7-1 +- Update to 0.5.7 + * Mon Feb 20 2006 Matthias Clasen - 0.5.6-1 - Update to 0.5.6 diff --git a/sources b/sources index 246a337..45ab0a9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -fb59fdb7874593f8ed6f5a248b149236 gnome-doc-utils-0.5.6.tar.bz2 +113bf83ba2c09f5baff6e3c8e748abf6 gnome-doc-utils-0.5.7.tar.bz2 From a003a93cbaa6eb35695c4f1493b52c355ccbfc28 Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Sun, 12 Mar 2006 19:52:51 +0000 Subject: [PATCH 020/132] - Update to 0.6.0 --- .cvsignore | 16 +--------------- gnome-doc-utils.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 18 deletions(-) diff --git a/.cvsignore b/.cvsignore index e1ae3d2..e95a6db 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,15 +1 @@ -gnome-doc-utils-0.1.2.tar.bz2 -gnome-doc-utils-0.1.3.tar.bz2 -gnome-doc-utils-0.2.0.tar.bz2 -gnome-doc-utils-0.3.1.tar.bz2 -gnome-doc-utils-0.3.2.tar.bz2 -gnome-doc-utils-0.4.0.tar.bz2 -gnome-doc-utils-0.4.2.tar.bz2 -gnome-doc-utils-0.4.3.tar.bz2 -gnome-doc-utils-0.5.1.tar.bz2 -gnome-doc-utils-0.5.2.tar.bz2 -gnome-doc-utils-0.5.3.tar.bz2 -gnome-doc-utils-0.5.4.tar.bz2 -gnome-doc-utils-0.5.5.tar.bz2 -gnome-doc-utils-0.5.6.tar.bz2 -gnome-doc-utils-0.5.7.tar.bz2 +gnome-doc-utils-0.6.0.tar.bz2 diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index f451808..829c2ac 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -1,6 +1,6 @@ Summary: Documentation utilities for the GNOME project Name: gnome-doc-utils -Version: 0.5.7 +Version: 0.6.0 Release: 1 License: LGPL Group: Development/Tools @@ -30,7 +30,7 @@ make %install rm -rf $RPM_BUILD_ROOT -%makeinstall +make install DESTDIR=$RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT%{_datadir}/pkgconfig/ mv $RPM_BUILD_ROOT%{_libdir}/pkgconfig/*.pc $RPM_BUILD_ROOT%{_datadir}/pkgconfig @@ -53,6 +53,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/gnome-doc-utils %changelog +* Sun Mar 12 2006 Ray Strode - 0.6.0-1 +- Update to 0.6.0 + * Mon Feb 27 2006 Matthias Clasen - 0.5.7-1 - Update to 0.5.7 diff --git a/sources b/sources index 45ab0a9..4f6a5d0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -113bf83ba2c09f5baff6e3c8e748abf6 gnome-doc-utils-0.5.7.tar.bz2 +1e0c26e3e1159f60551aab5187634744 gnome-doc-utils-0.6.0.tar.bz2 From 81ebd1cf136dd53e59ec638ee58ebfd7f32d860f Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 11 Apr 2006 15:48:16 +0000 Subject: [PATCH 021/132] Add a missing requires --- gnome-doc-utils.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index 829c2ac..88c668e 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -1,7 +1,7 @@ Summary: Documentation utilities for the GNOME project Name: gnome-doc-utils Version: 0.6.0 -Release: 1 +Release: 2 License: LGPL Group: Development/Tools URL: http://www.gnome.org/ @@ -12,6 +12,7 @@ BuildPrereq: libxml2-devel >= 2.6.12 BuildPrereq: libxslt-devel >= 1.1.8 Requires: libxml2 >= 2.6.12 Requires: libxslt >= 1.1.8 +Requires: libxml2-python %description @@ -53,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/gnome-doc-utils %changelog +* Tue Apr 11 2006 Matthias Clasen - 0.6.0-2 +- Add a missing Requires + * Sun Mar 12 2006 Ray Strode - 0.6.0-1 - Update to 0.6.0 From dad9144b485e7a1f4447b4dfab29878501affb9c Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 6 Jun 2006 12:56:16 +0000 Subject: [PATCH 022/132] fix build reqs --- gnome-doc-utils.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index 88c668e..f92a6bc 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -1,7 +1,7 @@ Summary: Documentation utilities for the GNOME project Name: gnome-doc-utils Version: 0.6.0 -Release: 2 +Release: 3 License: LGPL Group: Development/Tools URL: http://www.gnome.org/ @@ -10,6 +10,7 @@ BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildPrereq: libxml2-devel >= 2.6.12 BuildPrereq: libxslt-devel >= 1.1.8 +BuildRequires: perl-XML-Parser Requires: libxml2 >= 2.6.12 Requires: libxslt >= 1.1.8 Requires: libxml2-python @@ -54,6 +55,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/gnome-doc-utils %changelog +* Tue Jun 6 2006 Matthias Clasen - 0.6.0-3 +- Add a BuildRequires for perl-XML-Parser + * Tue Apr 11 2006 Matthias Clasen - 0.6.0-2 - Add a missing Requires From 30b68018dc3cd4446ad875a73a8f3b1f5d95f533 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 13 Jun 2006 04:28:04 +0000 Subject: [PATCH 023/132] 0.7.1 --- .cvsignore | 2 +- gnome-doc-utils.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index e95a6db..53b2985 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -gnome-doc-utils-0.6.0.tar.bz2 +gnome-doc-utils-0.7.1.tar.bz2 diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index f92a6bc..3a73139 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -1,7 +1,7 @@ Summary: Documentation utilities for the GNOME project Name: gnome-doc-utils -Version: 0.6.0 -Release: 3 +Version: 0.7.1 +Release: 1 License: LGPL Group: Development/Tools URL: http://www.gnome.org/ @@ -55,6 +55,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/gnome-doc-utils %changelog +* Tue Jun 13 2006 Matthias Clasen - 0.7.1-1 +- Update to 0.7.1 + * Tue Jun 6 2006 Matthias Clasen - 0.6.0-3 - Add a BuildRequires for perl-XML-Parser diff --git a/sources b/sources index 4f6a5d0..51cac84 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1e0c26e3e1159f60551aab5187634744 gnome-doc-utils-0.6.0.tar.bz2 +21fe881ab473fdc9246c36bd8ef929b0 gnome-doc-utils-0.7.1.tar.bz2 From 71c2cf9f990acd9ab833e5ef1ac2df9bfc850853 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 12 Aug 2006 04:59:52 +0000 Subject: [PATCH 024/132] 0.7.2 --- .cvsignore | 2 +- gnome-doc-utils.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index 53b2985..02717e7 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -gnome-doc-utils-0.7.1.tar.bz2 +gnome-doc-utils-0.7.2.tar.bz2 diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index 3a73139..7399be8 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -1,7 +1,7 @@ Summary: Documentation utilities for the GNOME project Name: gnome-doc-utils -Version: 0.7.1 -Release: 1 +Version: 0.7.2 +Release: 1%{?dist} License: LGPL Group: Development/Tools URL: http://www.gnome.org/ @@ -55,6 +55,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/gnome-doc-utils %changelog +* Sat Aug 12 2006 Matthias Clasen - 0.7.2-1.fc6 +- Update to 0.7.2 + * Tue Jun 13 2006 Matthias Clasen - 0.7.1-1 - Update to 0.7.1 diff --git a/sources b/sources index 51cac84..48ed434 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -21fe881ab473fdc9246c36bd8ef929b0 gnome-doc-utils-0.7.1.tar.bz2 +3f3903e5a3e3b05261498d907f2471a9 gnome-doc-utils-0.7.2.tar.bz2 From 905f63bb21a65513044937b9ce6c6cbb787d84db Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 12 Aug 2006 05:18:46 +0000 Subject: [PATCH 025/132] fix file lists --- gnome-doc-utils.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index 7399be8..3af66aa 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -37,11 +37,13 @@ make install DESTDIR=$RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT%{_datadir}/pkgconfig/ mv $RPM_BUILD_ROOT%{_libdir}/pkgconfig/*.pc $RPM_BUILD_ROOT%{_datadir}/pkgconfig +%find_lang %{name} + %clean rm -rf $RPM_BUILD_ROOT -%files +%files -f %{name}.lang %defattr(-,root,root,-) %doc AUTHORS README NEWS %{_bindir}/* From bc31629147b049ae2fa7c5ed754f0c2adbac8ca9 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 12 Aug 2006 05:54:55 +0000 Subject: [PATCH 026/132] fix build reqs --- gnome-doc-utils.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index 3af66aa..8e88c1b 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -11,6 +11,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildPrereq: libxml2-devel >= 2.6.12 BuildPrereq: libxslt-devel >= 1.1.8 BuildRequires: perl-XML-Parser +BuildRequires: gettext Requires: libxml2 >= 2.6.12 Requires: libxslt >= 1.1.8 Requires: libxml2-python From 861074b04019000f69128c537e708e9012030bbe Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 4 Sep 2006 23:52:43 +0000 Subject: [PATCH 027/132] 0.8.0 --- .cvsignore | 2 +- gnome-doc-utils.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index 02717e7..1c14384 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -gnome-doc-utils-0.7.2.tar.bz2 +gnome-doc-utils-0.8.0.tar.bz2 diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index 8e88c1b..96cf906 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -1,6 +1,6 @@ Summary: Documentation utilities for the GNOME project Name: gnome-doc-utils -Version: 0.7.2 +Version: 0.8.0 Release: 1%{?dist} License: LGPL Group: Development/Tools @@ -58,6 +58,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/gnome-doc-utils %changelog +* Mon Sep 4 2006 Matthias Clasen - 0.8.0-1.fc6 +- Update to 0.8.0 + * Sat Aug 12 2006 Matthias Clasen - 0.7.2-1.fc6 - Update to 0.7.2 diff --git a/sources b/sources index 48ed434..2a0cdcd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3f3903e5a3e3b05261498d907f2471a9 gnome-doc-utils-0.7.2.tar.bz2 +50726331fef362dc94921f366fcc8ed2 gnome-doc-utils-0.8.0.tar.bz2 From 86053ecda92b8c733f730530883af0e28fc14b44 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 8 Sep 2006 20:18:46 +0000 Subject: [PATCH 028/132] fix directory ownership --- gnome-doc-utils.spec | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index 96cf906..25d250a 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -1,7 +1,7 @@ Summary: Documentation utilities for the GNOME project Name: gnome-doc-utils Version: 0.8.0 -Release: 1%{?dist} +Release: 2%{?dist} License: LGPL Group: Development/Tools URL: http://www.gnome.org/ @@ -50,14 +50,19 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/* %{_datadir}/pkgconfig/* %{_datadir}/aclocal/gnome-doc-utils.m4 -%{_datadir}/gnome -%{_datadir}/omf -%{_datadir}/xml +%{_datadir}/gnome/help/gnome-doc-make +%{_datadir}/gnome/help/gnome-doc-xslt +%{_datadir}/omf/gnome-doc-make +%{_datadir}/omf/gnome-doc-xslt +%{_datadir}/xml/gnome %{_datadir}/xml2po %{_mandir}/man1/xml2po.1.gz %{_datadir}/gnome-doc-utils %changelog +* Fri Sep 8 2006 Matthias Clasen - 0.8.0-2 +- Fix some directory ownership issues (#205677) + * Mon Sep 4 2006 Matthias Clasen - 0.8.0-1.fc6 - Update to 0.8.0 From 242552ab32859b065ac067a60aad954807274c29 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sun, 10 Dec 2006 03:08:41 +0000 Subject: [PATCH 029/132] - Add patch for GNOME bug #355521 (look for local m4 files). --- gnome-doc-utils-0.8.0-aclocal-flags.patch | 22 ++++++++++++++ gnome-doc-utils.spec | 35 +++++++++++++++++------ 2 files changed, 48 insertions(+), 9 deletions(-) create mode 100644 gnome-doc-utils-0.8.0-aclocal-flags.patch diff --git a/gnome-doc-utils-0.8.0-aclocal-flags.patch b/gnome-doc-utils-0.8.0-aclocal-flags.patch new file mode 100644 index 0000000..4d106b1 --- /dev/null +++ b/gnome-doc-utils-0.8.0-aclocal-flags.patch @@ -0,0 +1,22 @@ +--- gnome-doc-utils-0.8.0/Makefile.in.aclocal-flags 2006-12-09 21:56:54.000000000 -0500 ++++ gnome-doc-utils-0.8.0/Makefile.in 2006-12-09 21:57:18.000000000 -0500 +@@ -374,6 +374,8 @@ + # doc must go last + SUBDIRS = po xslt $(xml2po_SUBDIRS) doc + ++ACLOCAL_AMFLAGS=-I . ++ + EXTRA_DIST = \ + $(aclocal_DATA) \ + $(share_DATA) \ +--- gnome-doc-utils-0.8.0/Makefile.am.aclocal-flags 2006-04-23 18:44:38.000000000 -0400 ++++ gnome-doc-utils-0.8.0/Makefile.am 2006-12-09 21:56:29.000000000 -0500 +@@ -30,6 +30,8 @@ + # doc must go last + SUBDIRS = po xslt $(xml2po_SUBDIRS) doc + ++ACLOCAL_AMFLAGS=-I . ++ + EXTRA_DIST = \ + $(aclocal_DATA) \ + $(share_DATA) \ diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index 25d250a..db183eb 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -1,21 +1,35 @@ -Summary: Documentation utilities for the GNOME project +### Abstract ### + Name: gnome-doc-utils Version: 0.8.0 -Release: 2%{?dist} +Release: 3%{?dist} License: LGPL Group: Development/Tools +Summary: Documentation utilities for the GNOME project URL: http://www.gnome.org/ -Source0: %{name}-%{version}.tar.bz2 -BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root -BuildPrereq: libxml2-devel >= 2.6.12 -BuildPrereq: libxslt-devel >= 1.1.8 -BuildRequires: perl-XML-Parser -BuildRequires: gettext +Source: %{name}-%{version}.tar.bz2 + +BuildArch: noarch + +### Patches ### + +# GNOME bug #355521 +Patch1: gnome-doc-utils-0.8.0-aclocal-flags.patch + +### Dependencies ### + Requires: libxml2 >= 2.6.12 Requires: libxslt >= 1.1.8 Requires: libxml2-python +### Build Dependencies ### + +BuildPrereq: libxml2-devel >= 2.6.12 +BuildPrereq: libxslt-devel >= 1.1.8 + +BuildRequires: perl-XML-Parser +BuildRequires: gettext %description gnome-doc-utils is a collection of documentation utilities for the GNOME @@ -25,6 +39,7 @@ XSLT stylesheets that were once distributed with Yelp. %prep %setup -q +%patch1 -p1 -b .aclocal-flags %build %configure --disable-scrollkeeper @@ -43,7 +58,6 @@ mv $RPM_BUILD_ROOT%{_libdir}/pkgconfig/*.pc $RPM_BUILD_ROOT%{_datadir}/pkgconfig %clean rm -rf $RPM_BUILD_ROOT - %files -f %{name}.lang %defattr(-,root,root,-) %doc AUTHORS README NEWS @@ -60,6 +74,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/gnome-doc-utils %changelog +* Sat Dec 09 2006 Matthew Barnes - 0.8.0-3 +- Add patch for GNOME bug #355521 (look for local m4 files). + * Fri Sep 8 2006 Matthias Clasen - 0.8.0-2 - Fix some directory ownership issues (#205677) From 0c020c93952c4888aa58bdd27c139054fb20750a Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 31 Jan 2007 18:02:40 +0000 Subject: [PATCH 030/132] 0.9.2 --- .cvsignore | 2 +- gnome-doc-utils.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.cvsignore b/.cvsignore index 1c14384..05e9fc8 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -gnome-doc-utils-0.8.0.tar.bz2 +gnome-doc-utils-0.9.2.tar.bz2 diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index db183eb..ee0a9ae 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -1,13 +1,13 @@ ### Abstract ### Name: gnome-doc-utils -Version: 0.8.0 -Release: 3%{?dist} +Version: 0.9.2 +Release: 1%{?dist} License: LGPL Group: Development/Tools Summary: Documentation utilities for the GNOME project URL: http://www.gnome.org/ -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Source: %{name}-%{version}.tar.bz2 BuildArch: noarch @@ -74,6 +74,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/gnome-doc-utils %changelog +* Wed Jan 31 2007 Matthias Clasen - 0.9.2-1 +- Update to 0.9.2 + * Sat Dec 09 2006 Matthew Barnes - 0.8.0-3 - Add patch for GNOME bug #355521 (look for local m4 files). diff --git a/sources b/sources index 2a0cdcd..3fa5bd0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -50726331fef362dc94921f366fcc8ed2 gnome-doc-utils-0.8.0.tar.bz2 +1a79f644efcb76537c02b842272c9b41 gnome-doc-utils-0.9.2.tar.bz2 From eb011407fb1f7c9f16dc44b4c51c5fc0a687243e Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 31 Jan 2007 18:11:31 +0000 Subject: [PATCH 031/132] drop obsolete patch --- gnome-doc-utils.spec | 4 ---- 1 file changed, 4 deletions(-) diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index ee0a9ae..c51f13b 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -14,9 +14,6 @@ BuildArch: noarch ### Patches ### -# GNOME bug #355521 -Patch1: gnome-doc-utils-0.8.0-aclocal-flags.patch - ### Dependencies ### Requires: libxml2 >= 2.6.12 @@ -39,7 +36,6 @@ XSLT stylesheets that were once distributed with Yelp. %prep %setup -q -%patch1 -p1 -b .aclocal-flags %build %configure --disable-scrollkeeper From 274da3d22c64d4858ebf142c612eb97355738ada Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 31 Jan 2007 18:18:09 +0000 Subject: [PATCH 032/132] fix BRs --- gnome-doc-utils.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index c51f13b..d1206cf 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -27,6 +27,7 @@ BuildPrereq: libxslt-devel >= 1.1.8 BuildRequires: perl-XML-Parser BuildRequires: gettext +BuildRequires: scrollkeeper %description gnome-doc-utils is a collection of documentation utilities for the GNOME From 1dc5c6c6d619196e24e04b1250c314affcbe26a9 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Tue, 13 Mar 2007 02:21:15 +0000 Subject: [PATCH 033/132] - Update to 0.10.1 --- .cvsignore | 2 +- gnome-doc-utils.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index 05e9fc8..8af1174 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -gnome-doc-utils-0.9.2.tar.bz2 +gnome-doc-utils-0.10.1.tar.bz2 diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index d1206cf..673b3bd 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -1,7 +1,7 @@ ### Abstract ### Name: gnome-doc-utils -Version: 0.9.2 +Version: 0.10.1 Release: 1%{?dist} License: LGPL Group: Development/Tools @@ -71,6 +71,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/gnome-doc-utils %changelog +* Mon Mar 12 2007 Matthew Barnes - 0.10.1-1.fc7 +- Update to 0.10.1 + * Wed Jan 31 2007 Matthias Clasen - 0.9.2-1 - Update to 0.9.2 diff --git a/sources b/sources index 3fa5bd0..4181b9d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1a79f644efcb76537c02b842272c9b41 gnome-doc-utils-0.9.2.tar.bz2 +208775a4b6c6d9ea0478a84afb36701f gnome-doc-utils-0.10.1.tar.bz2 From be69bb07a1e3ef759be4e94a56a4b547bd50d34d Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Mon, 9 Apr 2007 17:34:53 +0000 Subject: [PATCH 034/132] - Update to 0.10.2 --- .cvsignore | 2 +- gnome-doc-utils.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index 8af1174..32a2328 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -gnome-doc-utils-0.10.1.tar.bz2 +gnome-doc-utils-0.10.2.tar.bz2 diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index 673b3bd..870c53c 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -1,7 +1,7 @@ ### Abstract ### Name: gnome-doc-utils -Version: 0.10.1 +Version: 0.10.2 Release: 1%{?dist} License: LGPL Group: Development/Tools @@ -71,6 +71,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/gnome-doc-utils %changelog +* Mon Apr 09 2007 Matthew Barnes - 0.10.2-1.fc7 +- Update to 0.10.2 + * Mon Mar 12 2007 Matthew Barnes - 0.10.1-1.fc7 - Update to 0.10.1 diff --git a/sources b/sources index 4181b9d..39a5c9a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -208775a4b6c6d9ea0478a84afb36701f gnome-doc-utils-0.10.1.tar.bz2 +6df322b239fa8c7c0d2e4d9b9905c1a2 gnome-doc-utils-0.10.2.tar.bz2 From ef644f2b778d04c0c9c0445b4e96cfe8cb9a5e13 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Mon, 9 Apr 2007 19:45:52 +0000 Subject: [PATCH 035/132] - Update to 0.10.3 --- .cvsignore | 2 +- gnome-doc-utils.spec | 6 +++--- sources | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.cvsignore b/.cvsignore index 32a2328..c4f69ef 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -gnome-doc-utils-0.10.2.tar.bz2 +gnome-doc-utils-0.10.3.tar.bz2 diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index 870c53c..fcbc49c 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -1,7 +1,7 @@ ### Abstract ### Name: gnome-doc-utils -Version: 0.10.2 +Version: 0.10.3 Release: 1%{?dist} License: LGPL Group: Development/Tools @@ -71,8 +71,8 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/gnome-doc-utils %changelog -* Mon Apr 09 2007 Matthew Barnes - 0.10.2-1.fc7 -- Update to 0.10.2 +* Mon Apr 09 2007 Matthew Barnes - 0.10.3-1.fc7 +- Update to 0.10.3 * Mon Mar 12 2007 Matthew Barnes - 0.10.1-1.fc7 - Update to 0.10.1 diff --git a/sources b/sources index 39a5c9a..a1c8494 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6df322b239fa8c7c0d2e4d9b9905c1a2 gnome-doc-utils-0.10.2.tar.bz2 +43f3a4086ec1254cbe20b85948192d18 gnome-doc-utils-0.10.3.tar.bz2 From c1c1e2e4dd56fc43401fd6f302a749c909f978b9 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 17 Jun 2007 04:25:09 +0000 Subject: [PATCH 036/132] Fix up dependencies --- gnome-doc-utils.spec | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index fcbc49c..07bed68 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -2,7 +2,7 @@ Name: gnome-doc-utils Version: 0.10.3 -Release: 1%{?dist} +Release: 2%{?dist} License: LGPL Group: Development/Tools Summary: Documentation utilities for the GNOME project @@ -19,13 +19,21 @@ BuildArch: noarch Requires: libxml2 >= 2.6.12 Requires: libxslt >= 1.1.8 Requires: libxml2-python +# for /usr/share/pkgconfig +Requires: pkgconfig +# for /usr/share/aclocal +Requires: automake +# for /usr/share/xml +Requires: xml-common +# for /usr/share/gnome/help +Requires: yelp ### Build Dependencies ### -BuildPrereq: libxml2-devel >= 2.6.12 -BuildPrereq: libxslt-devel >= 1.1.8 +BuildRequires: libxml2-devel >= 2.6.12 +BuildRequires: libxslt-devel >= 1.1.8 -BuildRequires: perl-XML-Parser +BuildRequires: perl(XML::Parser) BuildRequires: gettext BuildRequires: scrollkeeper @@ -71,6 +79,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/gnome-doc-utils %changelog +* Sun Jun 17 2007 Matthias Clasen - 0.10.3-2 +- Fix up Requires and BuildRequires + * Mon Apr 09 2007 Matthew Barnes - 0.10.3-1.fc7 - Update to 0.10.3 From 0bca747bb38eb1f85015bbf6a30db141fa5ed439 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Fri, 20 Jul 2007 15:44:36 +0000 Subject: [PATCH 037/132] - Don't require yelp for now --- gnome-doc-utils.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index 07bed68..e6f6407 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -2,7 +2,7 @@ Name: gnome-doc-utils Version: 0.10.3 -Release: 2%{?dist} +Release: 3%{?dist} License: LGPL Group: Development/Tools Summary: Documentation utilities for the GNOME project @@ -26,7 +26,10 @@ Requires: automake # for /usr/share/xml Requires: xml-common # for /usr/share/gnome/help -Requires: yelp +#Requires: yelp +# Currently creates a chicken/egg problem; gnome-doc-utils is needed in +# the build-chain for yelp, thus making it nearly impossible to ever +# update yelp for say newer Firefox. ### Build Dependencies ### @@ -79,6 +82,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/gnome-doc-utils %changelog +* Fri Jul 20 2007 Jesse Keating - 0.10.3-3 +- Don't require yelp for now + * Sun Jun 17 2007 Matthias Clasen - 0.10.3-2 - Fix up Requires and BuildRequires From 8a861396d3c9d6288d5568e219cb1e47d1033e02 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 23 Jul 2007 22:45:05 +0000 Subject: [PATCH 038/132] split out a stylesheets subpackage --- gnome-doc-utils.spec | 30 +++++++++++++++++++++++------- 1 file changed, 23 insertions(+), 7 deletions(-) diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index e6f6407..c2b109c 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -2,7 +2,7 @@ Name: gnome-doc-utils Version: 0.10.3 -Release: 3%{?dist} +Release: 4%{?dist} License: LGPL Group: Development/Tools Summary: Documentation utilities for the GNOME project @@ -19,17 +19,14 @@ BuildArch: noarch Requires: libxml2 >= 2.6.12 Requires: libxslt >= 1.1.8 Requires: libxml2-python -# for /usr/share/pkgconfig -Requires: pkgconfig # for /usr/share/aclocal Requires: automake -# for /usr/share/xml -Requires: xml-common # for /usr/share/gnome/help #Requires: yelp # Currently creates a chicken/egg problem; gnome-doc-utils is needed in # the build-chain for yelp, thus making it nearly impossible to ever # update yelp for say newer Firefox. +Requires: gnome-doc-utils-stylesheets = %{version}-%{release} ### Build Dependencies ### @@ -46,6 +43,19 @@ project. Notably, it contains utilities for building documentation and all auxiliary files in your source tree, and it contains the DocBook XSLT stylesheets that were once distributed with Yelp. +# note that this is an "inverse dependency" subpackage +%package stylesheets +Summary: XSL stylesheets used by gnome-doc-utils +Group: Development/Tools +# for /usr/share/pkgconfig +Requires: pkgconfig +# for /usr/share/xml +Requires: xml-common + +%description stylesheets +The gnome-doc-utils-stylesheets package contains XSL +stylesheets which are used by the tools in gnome-doc-utils. + %prep %setup -q @@ -70,18 +80,24 @@ rm -rf $RPM_BUILD_ROOT %defattr(-,root,root,-) %doc AUTHORS README NEWS %{_bindir}/* -%{_datadir}/pkgconfig/* %{_datadir}/aclocal/gnome-doc-utils.m4 %{_datadir}/gnome/help/gnome-doc-make %{_datadir}/gnome/help/gnome-doc-xslt %{_datadir}/omf/gnome-doc-make %{_datadir}/omf/gnome-doc-xslt -%{_datadir}/xml/gnome %{_datadir}/xml2po %{_mandir}/man1/xml2po.1.gz %{_datadir}/gnome-doc-utils +%files stylesheets +%{_datadir}/pkgconfig/* +%{_datadir}/xml/gnome + %changelog +* Mon Jul 23 2007 Matthias Clasen - 0.10.3-4 +- Split out stylesheets as subpackage to avoid pulling automake + in the live CD + * Fri Jul 20 2007 Jesse Keating - 0.10.3-3 - Don't require yelp for now From 79cf757a88f59003de130f3b68dc4d8c5c34a408 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 31 Jul 2007 01:15:18 +0000 Subject: [PATCH 039/132] 0.11.1 --- .cvsignore | 2 +- gnome-doc-utils.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index c4f69ef..617b3c0 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -gnome-doc-utils-0.10.3.tar.bz2 +gnome-doc-utils-0.11.1.tar.bz2 diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index c2b109c..28ad0cc 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -1,8 +1,8 @@ ### Abstract ### Name: gnome-doc-utils -Version: 0.10.3 -Release: 4%{?dist} +Version: 0.11.1 +Release: 1%{?dist} License: LGPL Group: Development/Tools Summary: Documentation utilities for the GNOME project @@ -94,6 +94,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/xml/gnome %changelog +* Mon Jul 30 2007 Matthias Clasen - 0.11.1-1 +- Update to 0.11.1 + * Mon Jul 23 2007 Matthias Clasen - 0.10.3-4 - Split out stylesheets as subpackage to avoid pulling automake in the live CD diff --git a/sources b/sources index a1c8494..7d9e063 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -43f3a4086ec1254cbe20b85948192d18 gnome-doc-utils-0.10.3.tar.bz2 +a63c55de0f8f343598dce60d071b2828 gnome-doc-utils-0.11.1.tar.bz2 From f7fd517b9d758c36e43cc2d402afc86ce6885114 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 3 Aug 2007 03:35:09 +0000 Subject: [PATCH 040/132] update the license field --- gnome-doc-utils.spec | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index 28ad0cc..6e0af85 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -3,7 +3,7 @@ Name: gnome-doc-utils Version: 0.11.1 Release: 1%{?dist} -License: LGPL +License: GPLv2+ Group: Development/Tools Summary: Documentation utilities for the GNOME project URL: http://www.gnome.org/ @@ -46,6 +46,7 @@ XSLT stylesheets that were once distributed with Yelp. # note that this is an "inverse dependency" subpackage %package stylesheets Summary: XSL stylesheets used by gnome-doc-utils +License: LGPLv2+ Group: Development/Tools # for /usr/share/pkgconfig Requires: pkgconfig @@ -78,7 +79,7 @@ rm -rf $RPM_BUILD_ROOT %files -f %{name}.lang %defattr(-,root,root,-) -%doc AUTHORS README NEWS +%doc AUTHORS README NEWS COPYING COPYING.GPL COPYING.LGPL %{_bindir}/* %{_datadir}/aclocal/gnome-doc-utils.m4 %{_datadir}/gnome/help/gnome-doc-make @@ -86,14 +87,18 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/omf/gnome-doc-make %{_datadir}/omf/gnome-doc-xslt %{_datadir}/xml2po -%{_mandir}/man1/xml2po.1.gz %{_datadir}/gnome-doc-utils +%doc %{_mandir}/man1/xml2po.1.gz %files stylesheets +%defattr(-,root,root,-) %{_datadir}/pkgconfig/* %{_datadir}/xml/gnome %changelog +* Thu Aug 2 2007 Matthias Clasen - 0.11.1-2 +- Update the license field + * Mon Jul 30 2007 Matthias Clasen - 0.11.1-1 - Update to 0.11.1 From 91a6500ff88a84e5f004f08fa2f4b76ab1cc5a40 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 7 Aug 2007 06:10:31 +0000 Subject: [PATCH 041/132] update license field --- gnome-doc-utils.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index 6e0af85..674b0c8 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -3,7 +3,7 @@ Name: gnome-doc-utils Version: 0.11.1 Release: 1%{?dist} -License: GPLv2+ +License: GPLv2+ and GFDL+ Group: Development/Tools Summary: Documentation utilities for the GNOME project URL: http://www.gnome.org/ From d3d4e4f4fbd9a6e367e4b283461765f19187497d Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 4 Sep 2007 03:15:41 +0000 Subject: [PATCH 042/132] 0.11.2 --- .cvsignore | 2 +- gnome-doc-utils.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index 617b3c0..97c3ec8 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -gnome-doc-utils-0.11.1.tar.bz2 +gnome-doc-utils-0.11.2.tar.bz2 diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index 674b0c8..aedb3b9 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -1,14 +1,14 @@ ### Abstract ### Name: gnome-doc-utils -Version: 0.11.1 +Version: 0.11.2 Release: 1%{?dist} License: GPLv2+ and GFDL+ Group: Development/Tools Summary: Documentation utilities for the GNOME project URL: http://www.gnome.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Source: %{name}-%{version}.tar.bz2 +Source: http://download.gnome.org/sources/gnome-doc-utils/0.11/%{name}-%{version}.tar.bz2 BuildArch: noarch @@ -96,6 +96,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/xml/gnome %changelog +* Mon Sep 3 2007 Matthias Clasen - 0.11.2-1 +- Update to 0.11.2 + * Thu Aug 2 2007 Matthias Clasen - 0.11.1-2 - Update the license field diff --git a/sources b/sources index 7d9e063..d57d1ea 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a63c55de0f8f343598dce60d071b2828 gnome-doc-utils-0.11.1.tar.bz2 +6999661ccbca9b0f409f6a735821e447 gnome-doc-utils-0.11.2.tar.bz2 From a7c9e7ccc963299f28670bb4a558dcc5764ea136 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 18 Sep 2007 03:41:09 +0000 Subject: [PATCH 043/132] 0.12.0 --- .cvsignore | 2 +- gnome-doc-utils.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index 97c3ec8..e3f48ec 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -gnome-doc-utils-0.11.2.tar.bz2 +gnome-doc-utils-0.12.0.tar.bz2 diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index aedb3b9..1c7b772 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -1,14 +1,14 @@ ### Abstract ### Name: gnome-doc-utils -Version: 0.11.2 +Version: 0.12.0 Release: 1%{?dist} License: GPLv2+ and GFDL+ Group: Development/Tools Summary: Documentation utilities for the GNOME project URL: http://www.gnome.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Source: http://download.gnome.org/sources/gnome-doc-utils/0.11/%{name}-%{version}.tar.bz2 +Source: http://download.gnome.org/sources/gnome-doc-utils/0.12/%{name}-%{version}.tar.bz2 BuildArch: noarch @@ -96,6 +96,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/xml/gnome %changelog +* Mon Sep 17 2007 Matthias Clasen - 0.12.0-1 +- Update to 0.12.0 + * Mon Sep 3 2007 Matthias Clasen - 0.11.2-1 - Update to 0.11.2 diff --git a/sources b/sources index d57d1ea..fcac425 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6999661ccbca9b0f409f6a735821e447 gnome-doc-utils-0.11.2.tar.bz2 +5934c08d12407d8233416343cd73df24 gnome-doc-utils-0.12.0.tar.bz2 From 4ceae323b944d3c7c88f15794e37b48a8259a977 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Mon, 15 Oct 2007 18:48:09 +0000 Subject: [PATCH 044/132] makefile update to properly grab makefile.common --- Makefile | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index ef62f4d..a73634a 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,21 @@ # Makefile for source rpm: gnome-doc-utils -# $Id$ +# $Id: Makefile,v 1.1 2005/01/28 19:17:02 mclasen Exp $ NAME := gnome-doc-utils SPECFILE = $(firstword $(wildcard *.spec)) -include ../common/Makefile.common +define find-makefile-common +for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done +endef + +MAKEFILE_COMMON := $(shell $(find-makefile-common)) + +ifeq ($(MAKEFILE_COMMON),) +# attempt a checkout +define checkout-makefile-common +test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 +endef + +MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) +endif + +include $(MAKEFILE_COMMON) From 02d29e1dd5ffc430ea4d696c2fb2bf2bbcdcf032 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Tue, 12 Feb 2008 19:39:52 +0000 Subject: [PATCH 045/132] - Update to 0.12.1 --- .cvsignore | 2 +- gnome-doc-utils.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index e3f48ec..da477c9 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -gnome-doc-utils-0.12.0.tar.bz2 +gnome-doc-utils-0.12.1.tar.bz2 diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index 1c7b772..4a94648 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -1,7 +1,7 @@ ### Abstract ### Name: gnome-doc-utils -Version: 0.12.0 +Version: 0.12.1 Release: 1%{?dist} License: GPLv2+ and GFDL+ Group: Development/Tools @@ -96,6 +96,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/xml/gnome %changelog +* Tue Feb 12 2008 Matthew Barnes - 0.12.1-1 +- Update to 0.12.1 + * Mon Sep 17 2007 Matthias Clasen - 0.12.0-1 - Update to 0.12.0 diff --git a/sources b/sources index fcac425..840b495 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5934c08d12407d8233416343cd73df24 gnome-doc-utils-0.12.0.tar.bz2 +3e55a31a62985076131e603062371ac7 gnome-doc-utils-0.12.1.tar.bz2 From 94b32680f30bb8420cd46df3f1787b90b2db16f5 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Mon, 18 Feb 2008 16:35:11 +0000 Subject: [PATCH 046/132] - Package review corrections (RH bug #225816). --- gnome-doc-utils.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index 4a94648..86819fd 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -2,8 +2,8 @@ Name: gnome-doc-utils Version: 0.12.1 -Release: 1%{?dist} -License: GPLv2+ and GFDL+ +Release: 2%{?dist} +License: GPLv2+ and LGPLv2+ and GFDL Group: Development/Tools Summary: Documentation utilities for the GNOME project URL: http://www.gnome.org/ @@ -96,6 +96,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/xml/gnome %changelog +* Mon Feb 18 2008 Matthew Barnes - 0.12.1-2 +- Package review corrections (RH bug #225816). + * Tue Feb 12 2008 Matthew Barnes - 0.12.1-1 - Update to 0.12.1 From db4ab4291177c5c59000adad119b53781d46559e Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 10 Mar 2008 05:18:05 +0000 Subject: [PATCH 047/132] 0.12.2 --- .cvsignore | 2 +- gnome-doc-utils.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index da477c9..9db5427 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -gnome-doc-utils-0.12.1.tar.bz2 +gnome-doc-utils-0.12.2.tar.bz2 diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index 86819fd..e23bc63 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -1,8 +1,8 @@ ### Abstract ### Name: gnome-doc-utils -Version: 0.12.1 -Release: 2%{?dist} +Version: 0.12.2 +Release: 1%{?dist} License: GPLv2+ and LGPLv2+ and GFDL Group: Development/Tools Summary: Documentation utilities for the GNOME project @@ -96,6 +96,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/xml/gnome %changelog +* Mon Mar 10 2008 Matthias Clasen - 0.12.2-1 +- Update to 0.12.2 + * Mon Feb 18 2008 Matthew Barnes - 0.12.1-2 - Package review corrections (RH bug #225816). diff --git a/sources b/sources index 840b495..4c7688d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3e55a31a62985076131e603062371ac7 gnome-doc-utils-0.12.1.tar.bz2 +e1a9e9ba923b8950f8803c90ebeaadb8 gnome-doc-utils-0.12.2.tar.bz2 From ae3b8266d64909a58ea51a4a011d082d22095d91 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 2 Sep 2008 22:30:29 +0000 Subject: [PATCH 048/132] 0.13.1 --- .cvsignore | 2 +- gnome-doc-utils.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index 9db5427..e9d9780 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -gnome-doc-utils-0.12.2.tar.bz2 +gnome-doc-utils-0.13.1.tar.bz2 diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index e23bc63..b4372e8 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -1,14 +1,14 @@ ### Abstract ### Name: gnome-doc-utils -Version: 0.12.2 +Version: 0.13.1 Release: 1%{?dist} License: GPLv2+ and LGPLv2+ and GFDL Group: Development/Tools Summary: Documentation utilities for the GNOME project URL: http://www.gnome.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Source: http://download.gnome.org/sources/gnome-doc-utils/0.12/%{name}-%{version}.tar.bz2 +Source: http://download.gnome.org/sources/gnome-doc-utils/0.13/%{name}-%{version}.tar.bz2 BuildArch: noarch @@ -96,6 +96,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/xml/gnome %changelog +* Tue Sep 2 2008 Matthias Clasen - 0.13.1-1 +- Update to 0.13.1 + * Mon Mar 10 2008 Matthias Clasen - 0.12.2-1 - Update to 0.12.2 diff --git a/sources b/sources index 4c7688d..d2acb8b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e1a9e9ba923b8950f8803c90ebeaadb8 gnome-doc-utils-0.12.2.tar.bz2 +7cb98de7c6bdc9ebffaf37c653f126a5 gnome-doc-utils-0.13.1.tar.bz2 From 6be34a27c77127028ea54720a46eefad24d4c63f Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 22 Sep 2008 23:26:11 +0000 Subject: [PATCH 049/132] 0.14.0 --- .cvsignore | 2 +- gnome-doc-utils.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index e9d9780..0072753 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -gnome-doc-utils-0.13.1.tar.bz2 +gnome-doc-utils-0.14.0.tar.bz2 diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index b4372e8..7cb2bf8 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -1,14 +1,14 @@ ### Abstract ### Name: gnome-doc-utils -Version: 0.13.1 +Version: 0.14.1 Release: 1%{?dist} License: GPLv2+ and LGPLv2+ and GFDL Group: Development/Tools Summary: Documentation utilities for the GNOME project URL: http://www.gnome.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Source: http://download.gnome.org/sources/gnome-doc-utils/0.13/%{name}-%{version}.tar.bz2 +Source: http://download.gnome.org/sources/gnome-doc-utils/0.14/%{name}-%{version}.tar.bz2 BuildArch: noarch @@ -96,6 +96,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/xml/gnome %changelog +* Mon Sep 22 2008 Matthias Clasen - 0.14.0-1 +- Update to 0.14.0 + * Tue Sep 2 2008 Matthias Clasen - 0.13.1-1 - Update to 0.13.1 diff --git a/sources b/sources index d2acb8b..9ec9e94 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7cb98de7c6bdc9ebffaf37c653f126a5 gnome-doc-utils-0.13.1.tar.bz2 +3aee9b504f6c9b1cb0f34f80264f2239 gnome-doc-utils-0.14.0.tar.bz2 From a0966bef934317c2a17bb098f9369d28967e3ff7 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 22 Sep 2008 23:28:35 +0000 Subject: [PATCH 050/132] gah --- gnome-doc-utils.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index 7cb2bf8..19a68c4 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -1,7 +1,7 @@ ### Abstract ### Name: gnome-doc-utils -Version: 0.14.1 +Version: 0.14.0 Release: 1%{?dist} License: GPLv2+ and LGPLv2+ and GFDL Group: Development/Tools From 7decf1685330f18d3b7f1e06bf48eaeb39116c95 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 23 Nov 2008 06:04:15 +0000 Subject: [PATCH 051/132] Tweak description --- gnome-doc-utils.spec | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index 19a68c4..f9ee440 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -2,10 +2,10 @@ Name: gnome-doc-utils Version: 0.14.0 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ and LGPLv2+ and GFDL Group: Development/Tools -Summary: Documentation utilities for the GNOME project +Summary: Documentation utilities for GNOME URL: http://www.gnome.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Source: http://download.gnome.org/sources/gnome-doc-utils/0.14/%{name}-%{version}.tar.bz2 @@ -40,8 +40,7 @@ BuildRequires: scrollkeeper %description gnome-doc-utils is a collection of documentation utilities for the GNOME project. Notably, it contains utilities for building documentation and -all auxiliary files in your source tree, and it contains the DocBook -XSLT stylesheets that were once distributed with Yelp. +all auxiliary files in your source tree. # note that this is an "inverse dependency" subpackage %package stylesheets @@ -54,8 +53,8 @@ Requires: pkgconfig Requires: xml-common %description stylesheets -The gnome-doc-utils-stylesheets package contains XSL -stylesheets which are used by the tools in gnome-doc-utils. +The gnome-doc-utils-stylesheets package contains XSL stylesheets which +are used by the tools in gnome-doc-utils and by yelp. %prep %setup -q @@ -96,6 +95,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/xml/gnome %changelog +* Sun Nov 23 2008 Matthias Clasen - 0.14.0-2 +- Tweak %%summary and %%description + * Mon Sep 22 2008 Matthias Clasen - 0.14.0-1 - Update to 0.14.0 From 9d175a88df0ab29fe58fd51d7e1f6f744c1a7ed0 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sat, 29 Nov 2008 16:42:34 +0000 Subject: [PATCH 052/132] - Add patch for RH bug #438638 (monospace elements). --- gnome-doc-utils-0.14.0-package.patch | 26 ++++++++++++++++++++++++++ gnome-doc-utils.spec | 9 ++++++++- 2 files changed, 34 insertions(+), 1 deletion(-) create mode 100644 gnome-doc-utils-0.14.0-package.patch diff --git a/gnome-doc-utils-0.14.0-package.patch b/gnome-doc-utils-0.14.0-package.patch new file mode 100644 index 0000000..232a195 --- /dev/null +++ b/gnome-doc-utils-0.14.0-package.patch @@ -0,0 +1,26 @@ +diff -up gnome-doc-utils-0.14.0/xslt/docbook/html/db2html-css.xsl.package gnome-doc-utils-0.14.0/xslt/docbook/html/db2html-css.xsl +--- gnome-doc-utils-0.14.0/xslt/docbook/html/db2html-css.xsl.package 2008-09-22 16:06:09.000000000 -0400 ++++ gnome-doc-utils-0.14.0/xslt/docbook/html/db2html-css.xsl 2008-11-29 11:35:54.000000000 -0500 +@@ -465,6 +465,7 @@ span.medialabel { font-style: italic; } + span.methodname { font-family: monospace; } + span.ooclass, span.ooexception, span.oointerface { font-family: monospace; } + span.option { font-family: monospace; } ++span.package { font-family: monospace; } + span.parameter { font-family: monospace; } + span.paramdef span.parameter { font-style: italic; } + span.prompt { font-family: monospace; } +diff -up gnome-doc-utils-0.14.0/xslt/docbook/html/db2html-inline.xsl.package gnome-doc-utils-0.14.0/xslt/docbook/html/db2html-inline.xsl +--- gnome-doc-utils-0.14.0/xslt/docbook/html/db2html-inline.xsl.package 2008-09-22 16:06:09.000000000 -0400 ++++ gnome-doc-utils-0.14.0/xslt/docbook/html/db2html-inline.xsl 2008-11-29 11:35:54.000000000 -0500 +@@ -669,6 +669,11 @@ FIXME + + + ++ ++ ++ ++ ++ + + + diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index f9ee440..e31ed2d 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -2,7 +2,7 @@ Name: gnome-doc-utils Version: 0.14.0 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv2+ and LGPLv2+ and GFDL Group: Development/Tools Summary: Documentation utilities for GNOME @@ -14,6 +14,9 @@ BuildArch: noarch ### Patches ### +# RH bug #438638 / GNOME bug #524207 +Patch1: gnome-doc-utils-0.14.0-package.patch + ### Dependencies ### Requires: libxml2 >= 2.6.12 @@ -58,6 +61,7 @@ are used by the tools in gnome-doc-utils and by yelp. %prep %setup -q +%patch1 -p1 -b .package %build %configure --disable-scrollkeeper @@ -95,6 +99,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/xml/gnome %changelog +* Sat Nov 29 2008 Matthew Barnes - 0.14.0-3 +- Add patch for RH bug #438638 (monospace elements). + * Sun Nov 23 2008 Matthias Clasen - 0.14.0-2 - Tweak %%summary and %%description From e81414ad9f0e74d780b879b3965107b9d0d2ad8a Mon Sep 17 00:00:00 2001 From: Ignacio Vazquez-Abrams Date: Mon, 1 Dec 2008 15:00:28 +0000 Subject: [PATCH 053/132] Rebuild for Python 2.6 --- gnome-doc-utils.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index e31ed2d..1d11d9b 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -2,7 +2,7 @@ Name: gnome-doc-utils Version: 0.14.0 -Release: 3%{?dist} +Release: 4%{?dist} License: GPLv2+ and LGPLv2+ and GFDL Group: Development/Tools Summary: Documentation utilities for GNOME @@ -99,6 +99,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/xml/gnome %changelog +* Mon Dec 01 2008 Ignacio Vazquez-Abrams - 0.14.0-4 +- Rebuild for Python 2.6 + * Sat Nov 29 2008 Matthew Barnes - 0.14.0-3 - Add patch for RH bug #438638 (monospace elements). From 888a75bad3788353de39511095f6515f65c466ba Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 8 Dec 2008 22:58:50 +0000 Subject: [PATCH 054/132] Fight dependency bloat --- gnome-doc-utils.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index 1d11d9b..46158db 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -2,7 +2,7 @@ Name: gnome-doc-utils Version: 0.14.0 -Release: 4%{?dist} +Release: 5%{?dist} License: GPLv2+ and LGPLv2+ and GFDL Group: Development/Tools Summary: Documentation utilities for GNOME @@ -74,6 +74,7 @@ make install DESTDIR=$RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT%{_datadir}/pkgconfig/ mv $RPM_BUILD_ROOT%{_libdir}/pkgconfig/*.pc $RPM_BUILD_ROOT%{_datadir}/pkgconfig +sed -i -e 'd/^Requires:/' $RPM_BUILD_ROOT{_datadir}/pkgconfig/xml2po.pc %find_lang %{name} @@ -99,6 +100,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/xml/gnome %changelog +* Mon Dec 8 2008 Matthias Clasen - 0.14.0-5 +- Fight pkg-config-induced dependency bloat + * Mon Dec 01 2008 Ignacio Vazquez-Abrams - 0.14.0-4 - Rebuild for Python 2.6 From ef59b695faf1969ddddd620d3fcc3b5dfe2ebce6 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 8 Dec 2008 23:03:57 +0000 Subject: [PATCH 055/132] try again --- gnome-doc-utils.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index 46158db..b40348f 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -2,7 +2,7 @@ Name: gnome-doc-utils Version: 0.14.0 -Release: 5%{?dist} +Release: 6%{?dist} License: GPLv2+ and LGPLv2+ and GFDL Group: Development/Tools Summary: Documentation utilities for GNOME @@ -74,7 +74,7 @@ make install DESTDIR=$RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT%{_datadir}/pkgconfig/ mv $RPM_BUILD_ROOT%{_libdir}/pkgconfig/*.pc $RPM_BUILD_ROOT%{_datadir}/pkgconfig -sed -i -e 'd/^Requires:/' $RPM_BUILD_ROOT{_datadir}/pkgconfig/xml2po.pc +sed -i -e '/^Requires:/d' $RPM_BUILD_ROOT{_datadir}/pkgconfig/xml2po.pc %find_lang %{name} @@ -100,7 +100,7 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/xml/gnome %changelog -* Mon Dec 8 2008 Matthias Clasen - 0.14.0-5 +* Mon Dec 8 2008 Matthias Clasen - 0.14.0-6 - Fight pkg-config-induced dependency bloat * Mon Dec 01 2008 Ignacio Vazquez-Abrams - 0.14.0-4 From 6ac54f7adc42fbd5f749148ddcb82b1ace5e0263 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 9 Dec 2008 00:13:43 +0000 Subject: [PATCH 056/132] fix spec --- gnome-doc-utils.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index b40348f..6823b15 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -2,7 +2,7 @@ Name: gnome-doc-utils Version: 0.14.0 -Release: 6%{?dist} +Release: 7%{?dist} License: GPLv2+ and LGPLv2+ and GFDL Group: Development/Tools Summary: Documentation utilities for GNOME @@ -74,7 +74,7 @@ make install DESTDIR=$RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT%{_datadir}/pkgconfig/ mv $RPM_BUILD_ROOT%{_libdir}/pkgconfig/*.pc $RPM_BUILD_ROOT%{_datadir}/pkgconfig -sed -i -e '/^Requires:/d' $RPM_BUILD_ROOT{_datadir}/pkgconfig/xml2po.pc +sed -i -e '/^Requires:/d' $RPM_BUILD_ROOT%{_datadir}/pkgconfig/xml2po.pc %find_lang %{name} @@ -100,7 +100,7 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/xml/gnome %changelog -* Mon Dec 8 2008 Matthias Clasen - 0.14.0-6 +* Mon Dec 8 2008 Matthias Clasen - 0.14.0-7 - Fight pkg-config-induced dependency bloat * Mon Dec 01 2008 Ignacio Vazquez-Abrams - 0.14.0-4 From b7a142ce96ba121466f9f2adf4b0f07c3658cf74 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 17 Dec 2008 06:22:23 +0000 Subject: [PATCH 057/132] 2.14.1 --- .cvsignore | 2 +- gnome-doc-utils.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index 0072753..962bc7e 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -gnome-doc-utils-0.14.0.tar.bz2 +gnome-doc-utils-0.14.1.tar.bz2 diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index 6823b15..19af782 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -1,8 +1,8 @@ ### Abstract ### Name: gnome-doc-utils -Version: 0.14.0 -Release: 7%{?dist} +Version: 0.14.1 +Release: 1%{?dist} License: GPLv2+ and LGPLv2+ and GFDL Group: Development/Tools Summary: Documentation utilities for GNOME @@ -100,6 +100,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/xml/gnome %changelog +* Wed Dec 17 2008 Matthias Clasen - 0.14.1-1 +- Update to 0.14.1 + * Mon Dec 8 2008 Matthias Clasen - 0.14.0-7 - Fight pkg-config-induced dependency bloat diff --git a/sources b/sources index 9ec9e94..5341bc5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3aee9b504f6c9b1cb0f34f80264f2239 gnome-doc-utils-0.14.0.tar.bz2 +5eba14aa3a4ebd0025fa7b17c50e7c01 gnome-doc-utils-0.14.1.tar.bz2 From 5f11b4a5b5dbfb89413b30d5cf206c1c3c53aecd Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 12 Jan 2009 03:06:06 +0000 Subject: [PATCH 058/132] 0.14.2 --- .cvsignore | 2 +- gnome-doc-utils.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index 962bc7e..996aa3d 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -gnome-doc-utils-0.14.1.tar.bz2 +gnome-doc-utils-0.14.2.tar.bz2 diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index 19af782..3371eff 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -1,7 +1,7 @@ ### Abstract ### Name: gnome-doc-utils -Version: 0.14.1 +Version: 0.14.2 Release: 1%{?dist} License: GPLv2+ and LGPLv2+ and GFDL Group: Development/Tools @@ -100,6 +100,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/xml/gnome %changelog +* Sun Jan 11 2008 Matthias Clasen - 0.14.2-1 +- Update to 0.14.2 + * Wed Dec 17 2008 Matthias Clasen - 0.14.1-1 - Update to 0.14.1 diff --git a/sources b/sources index 5341bc5..1e8ca53 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5eba14aa3a4ebd0025fa7b17c50e7c01 gnome-doc-utils-0.14.1.tar.bz2 +d7a7d8646f34571704e4be62e5c7107f gnome-doc-utils-0.14.2.tar.bz2 From ba80225abcc01c45dd378c090c42373ef765f588 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 12 Jan 2009 03:08:18 +0000 Subject: [PATCH 059/132] fix spec --- gnome-doc-utils.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index 3371eff..919d69c 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -100,7 +100,7 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/xml/gnome %changelog -* Sun Jan 11 2008 Matthias Clasen - 0.14.2-1 +* Sun Jan 11 2009 Matthias Clasen - 0.14.2-1 - Update to 0.14.2 * Wed Dec 17 2008 Matthias Clasen - 0.14.1-1 From 67ae8c9dad0785c6bc69234e4a38dda008a9e85b Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 3 Feb 2009 05:08:05 +0000 Subject: [PATCH 060/132] 0.15.1 --- .cvsignore | 2 +- gnome-doc-utils.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index 996aa3d..d677605 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -gnome-doc-utils-0.14.2.tar.bz2 +gnome-doc-utils-0.15.1.tar.bz2 diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index 919d69c..f935565 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -1,7 +1,7 @@ ### Abstract ### Name: gnome-doc-utils -Version: 0.14.2 +Version: 0.15.1 Release: 1%{?dist} License: GPLv2+ and LGPLv2+ and GFDL Group: Development/Tools @@ -100,6 +100,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/xml/gnome %changelog +* Tue Feb 3 2009 Matthias Clasen - 0.15.1-1 +- Update to 0.15.1 + * Sun Jan 11 2009 Matthias Clasen - 0.14.2-1 - Update to 0.14.2 diff --git a/sources b/sources index 1e8ca53..3cfe2e3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d7a7d8646f34571704e4be62e5c7107f gnome-doc-utils-0.14.2.tar.bz2 +ddaa44de375f0b13e8e74bbaa1349bf5 gnome-doc-utils-0.15.1.tar.bz2 From 4de1cae07a6c2fc5ce4466d13f05fafe8f8a813f Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 3 Feb 2009 05:21:16 +0000 Subject: [PATCH 061/132] BR intltool --- gnome-doc-utils.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index f935565..b92c240 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -2,7 +2,7 @@ Name: gnome-doc-utils Version: 0.15.1 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ and LGPLv2+ and GFDL Group: Development/Tools Summary: Documentation utilities for GNOME @@ -36,7 +36,7 @@ Requires: gnome-doc-utils-stylesheets = %{version}-%{release} BuildRequires: libxml2-devel >= 2.6.12 BuildRequires: libxslt-devel >= 1.1.8 -BuildRequires: perl(XML::Parser) +BuildRequires: intltool BuildRequires: gettext BuildRequires: scrollkeeper @@ -100,7 +100,7 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/xml/gnome %changelog -* Tue Feb 3 2009 Matthias Clasen - 0.15.1-1 +* Tue Feb 3 2009 Matthias Clasen - 0.15.1-2 - Update to 0.15.1 * Sun Jan 11 2009 Matthias Clasen - 0.14.2-1 From 85174dc3e74b0a39acfa9adf89cff684c502706e Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 22 Feb 2009 05:41:29 +0000 Subject: [PATCH 062/132] fix source url --- gnome-doc-utils.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index b92c240..9845afb 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -8,7 +8,7 @@ Group: Development/Tools Summary: Documentation utilities for GNOME URL: http://www.gnome.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Source: http://download.gnome.org/sources/gnome-doc-utils/0.14/%{name}-%{version}.tar.bz2 +Source: http://download.gnome.org/sources/gnome-doc-utils/0.15/%{name}-%{version}.tar.bz2 BuildArch: noarch From bb20666de3ab279bca094ebf4cf01ea1a3eede64 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Tue, 24 Feb 2009 22:53:25 +0000 Subject: [PATCH 063/132] - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild --- gnome-doc-utils.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index 9845afb..fa4abd6 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -2,7 +2,7 @@ Name: gnome-doc-utils Version: 0.15.1 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv2+ and LGPLv2+ and GFDL Group: Development/Tools Summary: Documentation utilities for GNOME @@ -100,6 +100,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/xml/gnome %changelog +* Tue Feb 24 2009 Fedora Release Engineering - 0.15.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Tue Feb 3 2009 Matthias Clasen - 0.15.1-2 - Update to 0.15.1 From 5d996f1f94cec3f7292c8f30f04ef974a96a7d1a Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Mon, 2 Mar 2009 12:05:43 +0000 Subject: [PATCH 064/132] - Update to 0.15.2 --- .cvsignore | 2 +- gnome-doc-utils.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index d677605..853deb0 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -gnome-doc-utils-0.15.1.tar.bz2 +gnome-doc-utils-0.15.2.tar.bz2 diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index fa4abd6..0af4463 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -1,8 +1,8 @@ ### Abstract ### Name: gnome-doc-utils -Version: 0.15.1 -Release: 3%{?dist} +Version: 0.15.2 +Release: 1%{?dist} License: GPLv2+ and LGPLv2+ and GFDL Group: Development/Tools Summary: Documentation utilities for GNOME @@ -100,6 +100,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/xml/gnome %changelog +* Mon Mar 02 2009 Matthew Barnes - 0.15.2-1 +- Update to 0.15.2 + * Tue Feb 24 2009 Fedora Release Engineering - 0.15.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild diff --git a/sources b/sources index 3cfe2e3..22dc485 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ddaa44de375f0b13e8e74bbaa1349bf5 gnome-doc-utils-0.15.1.tar.bz2 +29ab180fb58b0b5c98840b18d3a0d488 gnome-doc-utils-0.15.2.tar.bz2 From 17db3d5a49de6d6c88116343fe9c0c8ac09a9f60 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 17 Mar 2009 02:29:21 +0000 Subject: [PATCH 065/132] 0.16.0 --- .cvsignore | 2 +- gnome-doc-utils.spec | 13 ++++++++----- sources | 2 +- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/.cvsignore b/.cvsignore index 853deb0..e41bf3c 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -gnome-doc-utils-0.15.2.tar.bz2 +gnome-doc-utils-0.16.0.tar.bz2 diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index 0af4463..420b368 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -1,14 +1,14 @@ ### Abstract ### Name: gnome-doc-utils -Version: 0.15.2 +Version: 0.16.0 Release: 1%{?dist} License: GPLv2+ and LGPLv2+ and GFDL Group: Development/Tools Summary: Documentation utilities for GNOME URL: http://www.gnome.org/ -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Source: http://download.gnome.org/sources/gnome-doc-utils/0.15/%{name}-%{version}.tar.bz2 +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +Source: http://download.gnome.org/sources/gnome-doc-utils/0.16/%{name}-%{version}.tar.bz2 BuildArch: noarch @@ -51,12 +51,12 @@ Summary: XSL stylesheets used by gnome-doc-utils License: LGPLv2+ Group: Development/Tools # for /usr/share/pkgconfig -Requires: pkgconfig +Requires: pkgconfig # for /usr/share/xml Requires: xml-common %description stylesheets -The gnome-doc-utils-stylesheets package contains XSL stylesheets which +The gnome-doc-utils-stylesheets package contains XSL stylesheets which are used by the tools in gnome-doc-utils and by yelp. %prep @@ -100,6 +100,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/xml/gnome %changelog +* Mon Mar 16 2009 Matthias Clasen - 0.16.0-1 +- Update to 0.16.0 + * Mon Mar 02 2009 Matthew Barnes - 0.15.2-1 - Update to 0.15.2 diff --git a/sources b/sources index 22dc485..955ac34 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -29ab180fb58b0b5c98840b18d3a0d488 gnome-doc-utils-0.15.2.tar.bz2 +45971197fd48147ee928462d5b74f234 gnome-doc-utils-0.16.0.tar.bz2 From 69bb9eb2aee8ef6d5c78c1c2422147e872861aa0 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 14 Apr 2009 20:10:04 +0000 Subject: [PATCH 066/132] 0.16.1 --- .cvsignore | 2 +- gnome-doc-utils.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index e41bf3c..25323e6 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -gnome-doc-utils-0.16.0.tar.bz2 +gnome-doc-utils-0.16.1.tar.bz2 diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index 420b368..54e6968 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -1,7 +1,7 @@ ### Abstract ### Name: gnome-doc-utils -Version: 0.16.0 +Version: 0.16.1 Release: 1%{?dist} License: GPLv2+ and LGPLv2+ and GFDL Group: Development/Tools @@ -100,6 +100,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/xml/gnome %changelog +* Tue Apr 14 2009 Matthias Clasen - 0.16.1-1 +- Update to 0.16.1 + * Mon Mar 16 2009 Matthias Clasen - 0.16.0-1 - Update to 0.16.0 diff --git a/sources b/sources index 955ac34..ad9b411 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -45971197fd48147ee928462d5b74f234 gnome-doc-utils-0.16.0.tar.bz2 +85d4bba44773f6162de72e81e8bd0ab0 gnome-doc-utils-0.16.1.tar.bz2 From 27e6b88fd8d5ce83032aaa5c63bc81164011d6a6 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 16 Jun 2009 02:44:40 +0000 Subject: [PATCH 067/132] 0.17.1 --- .cvsignore | 2 +- gnome-doc-utils.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index 25323e6..d45937b 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -gnome-doc-utils-0.16.1.tar.bz2 +gnome-doc-utils-0.17.1.tar.bz2 diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index 54e6968..1b60a33 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -1,14 +1,14 @@ ### Abstract ### Name: gnome-doc-utils -Version: 0.16.1 +Version: 0.17.1 Release: 1%{?dist} License: GPLv2+ and LGPLv2+ and GFDL Group: Development/Tools Summary: Documentation utilities for GNOME URL: http://www.gnome.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Source: http://download.gnome.org/sources/gnome-doc-utils/0.16/%{name}-%{version}.tar.bz2 +Source: http://download.gnome.org/sources/gnome-doc-utils/0.17/%{name}-%{version}.tar.bz2 BuildArch: noarch @@ -100,6 +100,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/xml/gnome %changelog +* Mon Jun 15 2009 Matthias Clasen - 0.17.1-1 +- Update to 0.17.1 + * Tue Apr 14 2009 Matthias Clasen - 0.16.1-1 - Update to 0.16.1 diff --git a/sources b/sources index ad9b411..4aeee51 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -85d4bba44773f6162de72e81e8bd0ab0 gnome-doc-utils-0.16.1.tar.bz2 +0aa0718d01bd85a5b8a4f49794ef358c gnome-doc-utils-0.17.1.tar.bz2 From 0713978148d717e8b8fecaf1cfacfebbf39ade93 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Mon, 29 Jun 2009 13:23:56 +0000 Subject: [PATCH 068/132] - Update to 0.17.2 --- .cvsignore | 2 +- gnome-doc-utils.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index d45937b..8ae5baf 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -gnome-doc-utils-0.17.1.tar.bz2 +gnome-doc-utils-0.17.2.tar.bz2 diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index 1b60a33..dcf4403 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -1,7 +1,7 @@ ### Abstract ### Name: gnome-doc-utils -Version: 0.17.1 +Version: 0.17.2 Release: 1%{?dist} License: GPLv2+ and LGPLv2+ and GFDL Group: Development/Tools @@ -100,6 +100,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/xml/gnome %changelog +* Mon Jun 29 2009 Matthew Barnes - 0.17.2-1 +- Update to 0.17.2 + * Mon Jun 15 2009 Matthias Clasen - 0.17.1-1 - Update to 0.17.1 diff --git a/sources b/sources index 4aeee51..b8c13d3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0aa0718d01bd85a5b8a4f49794ef358c gnome-doc-utils-0.17.1.tar.bz2 +b40f3724b5e01f9de6a4891b6aa184f7 gnome-doc-utils-0.17.2.tar.bz2 From 877dbe7a11bb7a6da7695aa0085c5c542186f84a Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Mon, 29 Jun 2009 13:57:04 +0000 Subject: [PATCH 069/132] - Update to 0.17.2 - Require libxml2-python for building. --- gnome-doc-utils.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index dcf4403..ac5f12f 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -35,6 +35,7 @@ Requires: gnome-doc-utils-stylesheets = %{version}-%{release} BuildRequires: libxml2-devel >= 2.6.12 BuildRequires: libxslt-devel >= 1.1.8 +BuildRequires: libxml2-python BuildRequires: intltool BuildRequires: gettext @@ -102,6 +103,7 @@ rm -rf $RPM_BUILD_ROOT %changelog * Mon Jun 29 2009 Matthew Barnes - 0.17.2-1 - Update to 0.17.2 +- Require libxml2-python for building. * Mon Jun 15 2009 Matthias Clasen - 0.17.1-1 - Update to 0.17.1 From 881c727c0b845b36bcfa1160a25124fbe95620a2 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Tue, 30 Jun 2009 19:54:32 +0000 Subject: [PATCH 070/132] - Update to 0.17.2 - Require libxml2-python for building. --- gnome-doc-utils.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index ac5f12f..2f543a9 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -91,7 +91,6 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/gnome/help/gnome-doc-xslt %{_datadir}/omf/gnome-doc-make %{_datadir}/omf/gnome-doc-xslt -%{_datadir}/xml2po %{_datadir}/gnome-doc-utils %doc %{_mandir}/man1/xml2po.1.gz From b8b0bf0c66de01bb97e4d29e2ec06611651983d7 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Tue, 30 Jun 2009 20:16:29 +0000 Subject: [PATCH 071/132] Account for new mallard/xml2po files. --- gnome-doc-utils.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index 2f543a9..fa2381b 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -1,3 +1,5 @@ +%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} + ### Abstract ### Name: gnome-doc-utils @@ -87,12 +89,14 @@ rm -rf $RPM_BUILD_ROOT %doc AUTHORS README NEWS COPYING COPYING.GPL COPYING.LGPL %{_bindir}/* %{_datadir}/aclocal/gnome-doc-utils.m4 +%{_datadir}/gnome/help/gnome-doc-mallard-spec/ %{_datadir}/gnome/help/gnome-doc-make %{_datadir}/gnome/help/gnome-doc-xslt %{_datadir}/omf/gnome-doc-make %{_datadir}/omf/gnome-doc-xslt %{_datadir}/gnome-doc-utils %doc %{_mandir}/man1/xml2po.1.gz +%{python_sitearch}/xml2po/ %files stylesheets %defattr(-,root,root,-) From 9d2fbeed96bdd1de56a6ef41a44dc8046cb452b9 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Tue, 30 Jun 2009 20:27:55 +0000 Subject: [PATCH 072/132] Forgot a couple... --- gnome-doc-utils.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index fa2381b..4d92a22 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -102,6 +102,7 @@ rm -rf $RPM_BUILD_ROOT %defattr(-,root,root,-) %{_datadir}/pkgconfig/* %{_datadir}/xml/gnome +%{_datadir}/xml/mallard %changelog * Mon Jun 29 2009 Matthew Barnes - 0.17.2-1 From 3dc7974456ead153ba020eda128d735171b4d870 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Sat, 25 Jul 2009 00:38:15 +0000 Subject: [PATCH 073/132] - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild --- gnome-doc-utils.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index 4d92a22..82a12dd 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -4,7 +4,7 @@ Name: gnome-doc-utils Version: 0.17.2 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ and LGPLv2+ and GFDL Group: Development/Tools Summary: Documentation utilities for GNOME @@ -105,6 +105,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/xml/mallard %changelog +* Fri Jul 24 2009 Fedora Release Engineering - 0.17.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + * Mon Jun 29 2009 Matthew Barnes - 0.17.2-1 - Update to 0.17.2 - Require libxml2-python for building. From c7219f1ebdbea00bfa37dd1b08a2327a48cca68e Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 28 Jul 2009 05:07:52 +0000 Subject: [PATCH 074/132] 0.17.3 --- .cvsignore | 2 +- gnome-doc-utils.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.cvsignore b/.cvsignore index 8ae5baf..d128c31 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -gnome-doc-utils-0.17.2.tar.bz2 +gnome-doc-utils-0.17.3.tar.bz2 diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index 82a12dd..24903c4 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -3,8 +3,8 @@ ### Abstract ### Name: gnome-doc-utils -Version: 0.17.2 -Release: 2%{?dist} +Version: 0.17.3 +Release: 1%{?dist} License: GPLv2+ and LGPLv2+ and GFDL Group: Development/Tools Summary: Documentation utilities for GNOME @@ -67,7 +67,7 @@ are used by the tools in gnome-doc-utils and by yelp. %patch1 -p1 -b .package %build -%configure --disable-scrollkeeper +%configure --disable-scrollkeeper --enable-build-utils make %install @@ -105,6 +105,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/xml/mallard %changelog +* Tue Jul 28 2009 Matthias Clasen - 0.17.3-1 +- Update to 0.17.3 + * Fri Jul 24 2009 Fedora Release Engineering - 0.17.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild diff --git a/sources b/sources index b8c13d3..879d04e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b40f3724b5e01f9de6a4891b6aa184f7 gnome-doc-utils-0.17.2.tar.bz2 +eac1ee2a039a2e66c4de32bc656f7be6 gnome-doc-utils-0.17.3.tar.bz2 From 75b4b9bab715bd848816559777091015d3264ed8 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 25 Aug 2009 02:13:09 +0000 Subject: [PATCH 075/132] 0.17.4 --- .cvsignore | 2 +- gnome-doc-utils.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index d128c31..4a5ff5b 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -gnome-doc-utils-0.17.3.tar.bz2 +gnome-doc-utils-0.17.4.tar.bz2 diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index 24903c4..f246dce 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -3,7 +3,7 @@ ### Abstract ### Name: gnome-doc-utils -Version: 0.17.3 +Version: 0.17.4 Release: 1%{?dist} License: GPLv2+ and LGPLv2+ and GFDL Group: Development/Tools @@ -105,6 +105,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/xml/mallard %changelog +* Mon Aug 24 2009 Matthias Clasen - 0.17.4-1 +- Update to 0.17.4 + * Tue Jul 28 2009 Matthias Clasen - 0.17.3-1 - Update to 0.17.3 diff --git a/sources b/sources index 879d04e..f9ff6ac 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -eac1ee2a039a2e66c4de32bc656f7be6 gnome-doc-utils-0.17.3.tar.bz2 +708ec43e56a1e07f70bb435d2142dcd2 gnome-doc-utils-0.17.4.tar.bz2 From b6acd13a549c3bf329e370d3c7e436634c11abc4 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 8 Sep 2009 00:56:29 +0000 Subject: [PATCH 076/132] 0.17.5 --- .cvsignore | 2 +- gnome-doc-utils.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index 4a5ff5b..2915c3b 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -gnome-doc-utils-0.17.4.tar.bz2 +gnome-doc-utils-0.17.5.tar.bz2 diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index f246dce..b03ecfa 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -3,7 +3,7 @@ ### Abstract ### Name: gnome-doc-utils -Version: 0.17.4 +Version: 0.17.5 Release: 1%{?dist} License: GPLv2+ and LGPLv2+ and GFDL Group: Development/Tools @@ -105,6 +105,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/xml/mallard %changelog +* Mon Sep 7 2009 Matthias Clasen - 0.17.5-1 +- Update to 0.17.5 + * Mon Aug 24 2009 Matthias Clasen - 0.17.4-1 - Update to 0.17.4 diff --git a/sources b/sources index f9ff6ac..7f62fe9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -708ec43e56a1e07f70bb435d2142dcd2 gnome-doc-utils-0.17.4.tar.bz2 +74060b2e8c35ee1ee4b5b15469afc681 gnome-doc-utils-0.17.5.tar.bz2 From 63f7a432c8246369210205f2898a37c788a8773d Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 21 Sep 2009 18:03:37 +0000 Subject: [PATCH 077/132] 0.18.0 --- .cvsignore | 2 +- gnome-doc-utils.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index 2915c3b..e4fe400 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -gnome-doc-utils-0.17.5.tar.bz2 +gnome-doc-utils-0.18.0.tar.bz2 diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index b03ecfa..d073f3e 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -3,14 +3,14 @@ ### Abstract ### Name: gnome-doc-utils -Version: 0.17.5 +Version: 0.18.0 Release: 1%{?dist} License: GPLv2+ and LGPLv2+ and GFDL Group: Development/Tools Summary: Documentation utilities for GNOME URL: http://www.gnome.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Source: http://download.gnome.org/sources/gnome-doc-utils/0.17/%{name}-%{version}.tar.bz2 +Source: http://download.gnome.org/sources/gnome-doc-utils/0.18/%{name}-%{version}.tar.bz2 BuildArch: noarch @@ -105,6 +105,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/xml/mallard %changelog +* Mon Sep 21 2009 Matthias Clasen - 0.18.0-1 +- Update to 0.18.0 + * Mon Sep 7 2009 Matthias Clasen - 0.17.5-1 - Update to 0.17.5 diff --git a/sources b/sources index 7f62fe9..d090dde 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -74060b2e8c35ee1ee4b5b15469afc681 gnome-doc-utils-0.17.5.tar.bz2 +5a25827673f9ff060a554c0858dbf020 gnome-doc-utils-0.18.0.tar.bz2 From a2b6e9270f5db560d40e92a7992aa0bcfa952406 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 25 Nov 2009 23:19:36 +0000 Subject: [PATCH 078/132] Fix typo that causes a failure to update the common directory. (releng #2781) --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index a73634a..e3a8d38 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ # Makefile for source rpm: gnome-doc-utils -# $Id: Makefile,v 1.1 2005/01/28 19:17:02 mclasen Exp $ +# $Id: Makefile,v 1.2 2007/10/15 18:48:09 notting Exp $ NAME := gnome-doc-utils SPECFILE = $(firstword $(wildcard *.spec)) define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done +for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done endef MAKEFILE_COMMON := $(shell $(find-makefile-common)) From 16874ed0e2c26660c413f326badb5edafd641fb1 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sun, 20 Dec 2009 13:03:50 +0000 Subject: [PATCH 079/132] - Update to 0.18.1 --- .cvsignore | 2 +- gnome-doc-utils.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index e4fe400..9635dc0 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -gnome-doc-utils-0.18.0.tar.bz2 +gnome-doc-utils-0.18.1.tar.bz2 diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index d073f3e..a1b212d 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -3,7 +3,7 @@ ### Abstract ### Name: gnome-doc-utils -Version: 0.18.0 +Version: 0.18.1 Release: 1%{?dist} License: GPLv2+ and LGPLv2+ and GFDL Group: Development/Tools @@ -105,6 +105,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/xml/mallard %changelog +* Sun Dec 20 2009 Matthew Barnes - 0.18.1-1 +- Update to 0.18.1 + * Mon Sep 21 2009 Matthias Clasen - 0.18.0-1 - Update to 0.18.0 diff --git a/sources b/sources index d090dde..661f85a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5a25827673f9ff060a554c0858dbf020 gnome-doc-utils-0.18.0.tar.bz2 +c98ca796f3f2938a1fced7476e65351e gnome-doc-utils-0.18.1.tar.bz2 From 7a9df189ab1d49cbb83dc3a1b90bb177ca637f87 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Wed, 6 Jan 2010 23:44:15 +0000 Subject: [PATCH 080/132] - Update to 0.19.1 --- .cvsignore | 2 +- gnome-doc-utils.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index 9635dc0..959350b 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -gnome-doc-utils-0.18.1.tar.bz2 +gnome-doc-utils-0.19.1.tar.bz2 diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index a1b212d..7d1e9c9 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -3,7 +3,7 @@ ### Abstract ### Name: gnome-doc-utils -Version: 0.18.1 +Version: 0.19.1 Release: 1%{?dist} License: GPLv2+ and LGPLv2+ and GFDL Group: Development/Tools @@ -105,6 +105,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/xml/mallard %changelog +* Wed Jan 06 2010 Matthew Barnes - 0.19.1-1 +- Update to 0.19.1 + * Sun Dec 20 2009 Matthew Barnes - 0.18.1-1 - Update to 0.18.1 diff --git a/sources b/sources index 661f85a..1adfbf9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c98ca796f3f2938a1fced7476e65351e gnome-doc-utils-0.18.1.tar.bz2 +948b6ca4217e81f9e269dc43fa1d4f89 gnome-doc-utils-0.19.1.tar.bz2 From 9d5ef2e1121e0c323039ea5510348cb413949991 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Mon, 11 Jan 2010 22:54:36 +0000 Subject: [PATCH 081/132] - Update to 0.19.2 --- .cvsignore | 2 +- gnome-doc-utils.spec | 7 ++++--- sources | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.cvsignore b/.cvsignore index 959350b..4e8efa8 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -gnome-doc-utils-0.19.1.tar.bz2 +gnome-doc-utils-0.19.2.tar.bz2 diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index 7d1e9c9..4de5404 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -3,7 +3,7 @@ ### Abstract ### Name: gnome-doc-utils -Version: 0.19.1 +Version: 0.19.2 Release: 1%{?dist} License: GPLv2+ and LGPLv2+ and GFDL Group: Development/Tools @@ -75,8 +75,6 @@ rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT -mkdir -p $RPM_BUILD_ROOT%{_datadir}/pkgconfig/ -mv $RPM_BUILD_ROOT%{_libdir}/pkgconfig/*.pc $RPM_BUILD_ROOT%{_datadir}/pkgconfig sed -i -e '/^Requires:/d' $RPM_BUILD_ROOT%{_datadir}/pkgconfig/xml2po.pc %find_lang %{name} @@ -105,6 +103,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/xml/mallard %changelog +* Mon Jan 11 2010 Matthew Barnes - 0.19.2-1 +- Update to 0.19.2 + * Wed Jan 06 2010 Matthew Barnes - 0.19.1-1 - Update to 0.19.1 diff --git a/sources b/sources index 1adfbf9..97259f8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -948b6ca4217e81f9e269dc43fa1d4f89 gnome-doc-utils-0.19.1.tar.bz2 +e2509ab1a7719902cf544cb288df438d gnome-doc-utils-0.19.2.tar.bz2 From c23a8e42160671234a2091381653ac7012518e5f Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Wed, 20 Jan 2010 05:09:19 +0000 Subject: [PATCH 082/132] - Update to 0.19.2 --- gnome-doc-utils.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index 4de5404..e20c840 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -1,4 +1,4 @@ -%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} +%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(0)")} ### Abstract ### @@ -94,7 +94,7 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/omf/gnome-doc-xslt %{_datadir}/gnome-doc-utils %doc %{_mandir}/man1/xml2po.1.gz -%{python_sitearch}/xml2po/ +%{python_sitelib}/xml2po/ %files stylesheets %defattr(-,root,root,-) From 3ca1af37c181cc33149958e240727c6953fb0536 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Tue, 26 Jan 2010 02:27:29 +0000 Subject: [PATCH 083/132] - Update to 0.19.3 --- .cvsignore | 2 +- gnome-doc-utils.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index 4e8efa8..2bbeb94 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -gnome-doc-utils-0.19.2.tar.bz2 +gnome-doc-utils-0.19.3.tar.bz2 diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index e20c840..acd3e4c 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -3,7 +3,7 @@ ### Abstract ### Name: gnome-doc-utils -Version: 0.19.2 +Version: 0.19.3 Release: 1%{?dist} License: GPLv2+ and LGPLv2+ and GFDL Group: Development/Tools @@ -103,6 +103,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/xml/mallard %changelog +* Mon Jan 23 2010 Matthew Barnes - 0.19.3-1 +- Update to 0.19.3 + * Mon Jan 11 2010 Matthew Barnes - 0.19.2-1 - Update to 0.19.2 diff --git a/sources b/sources index 97259f8..e048061 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e2509ab1a7719902cf544cb288df438d gnome-doc-utils-0.19.2.tar.bz2 +60ec6d6b99f8cab9bb19efe69515169a gnome-doc-utils-0.19.3.tar.bz2 From d7a80f77d02f545bec4b4f020360ebe00011c536 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Tue, 9 Feb 2010 02:30:35 +0000 Subject: [PATCH 084/132] - Update to 0.19.4 --- .cvsignore | 2 +- gnome-doc-utils.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index 2bbeb94..c9f8f97 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -gnome-doc-utils-0.19.3.tar.bz2 +gnome-doc-utils-0.19.4.tar.bz2 diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index acd3e4c..3a207e1 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -3,7 +3,7 @@ ### Abstract ### Name: gnome-doc-utils -Version: 0.19.3 +Version: 0.19.4 Release: 1%{?dist} License: GPLv2+ and LGPLv2+ and GFDL Group: Development/Tools @@ -103,6 +103,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/xml/mallard %changelog +* Mon Feb 08 2010 Matthew Barnes - 0.19.4-1 +- Update to 0.19.4 + * Mon Jan 23 2010 Matthew Barnes - 0.19.3-1 - Update to 0.19.3 diff --git a/sources b/sources index e048061..47f9daf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -60ec6d6b99f8cab9bb19efe69515169a gnome-doc-utils-0.19.3.tar.bz2 +4c79ac3cc87338290bf42e84c44e9cbf gnome-doc-utils-0.19.4.tar.bz2 From dcc09a52f1af7a518ea9c980d09c2d9e6352ed7f Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 22 Feb 2010 15:12:45 +0000 Subject: [PATCH 085/132] 0.19.5 --- .cvsignore | 2 +- gnome-doc-utils.spec | 6 ++++-- sources | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index c9f8f97..cd88110 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -gnome-doc-utils-0.19.4.tar.bz2 +gnome-doc-utils-0.19.5.tar.bz2 diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index 3a207e1..8b105c9 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -3,13 +3,12 @@ ### Abstract ### Name: gnome-doc-utils -Version: 0.19.4 +Version: 0.19.5 Release: 1%{?dist} License: GPLv2+ and LGPLv2+ and GFDL Group: Development/Tools Summary: Documentation utilities for GNOME URL: http://www.gnome.org/ -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Source: http://download.gnome.org/sources/gnome-doc-utils/0.18/%{name}-%{version}.tar.bz2 BuildArch: noarch @@ -103,6 +102,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/xml/mallard %changelog +* Mon Feb 22 2010 Matthias Clasen - 0.19.5-1 +- Update to 0.19.5 + * Mon Feb 08 2010 Matthew Barnes - 0.19.4-1 - Update to 0.19.4 diff --git a/sources b/sources index 47f9daf..040fedf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4c79ac3cc87338290bf42e84c44e9cbf gnome-doc-utils-0.19.4.tar.bz2 +9342c6dd8a88ba7e519609994215eb42 gnome-doc-utils-0.19.5.tar.bz2 From 8330d2fc106ad1f5f04771ac06cd92a940e79e48 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 22 Feb 2010 15:27:39 +0000 Subject: [PATCH 086/132] try again --- gnome-doc-utils.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index 8b105c9..1221006 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -86,7 +86,6 @@ rm -rf $RPM_BUILD_ROOT %doc AUTHORS README NEWS COPYING COPYING.GPL COPYING.LGPL %{_bindir}/* %{_datadir}/aclocal/gnome-doc-utils.m4 -%{_datadir}/gnome/help/gnome-doc-mallard-spec/ %{_datadir}/gnome/help/gnome-doc-make %{_datadir}/gnome/help/gnome-doc-xslt %{_datadir}/omf/gnome-doc-make From 1c6c60a0b3463b487c06d8e4c5c488da78c76ffa Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 29 Mar 2010 17:24:57 +0000 Subject: [PATCH 087/132] 0.20.0 --- .cvsignore | 2 +- gnome-doc-utils.spec | 8 ++++++-- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index cd88110..5d697e3 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -gnome-doc-utils-0.19.5.tar.bz2 +gnome-doc-utils-0.20.0.tar.bz2 diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index 1221006..1ad5128 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -3,13 +3,14 @@ ### Abstract ### Name: gnome-doc-utils -Version: 0.19.5 +Version: 0.20.0 Release: 1%{?dist} License: GPLv2+ and LGPLv2+ and GFDL Group: Development/Tools Summary: Documentation utilities for GNOME URL: http://www.gnome.org/ -Source: http://download.gnome.org/sources/gnome-doc-utils/0.18/%{name}-%{version}.tar.bz2 +#VCS: git:git://git.gnome.org/gnome-doc-utils +Source: http://download.gnome.org/sources/gnome-doc-utils/0.20/%{name}-%{version}.tar.bz2 BuildArch: noarch @@ -101,6 +102,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/xml/mallard %changelog +* Mon Mar 29 2010 Matthias Clasen - 0.20.0-1 +- Update to 0.20.0 + * Mon Feb 22 2010 Matthias Clasen - 0.19.5-1 - Update to 0.19.5 diff --git a/sources b/sources index 040fedf..2930040 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9342c6dd8a88ba7e519609994215eb42 gnome-doc-utils-0.19.5.tar.bz2 +fb0e687e0270eff4bbeb6df7091f72b3 gnome-doc-utils-0.20.0.tar.bz2 From 1a6bafdbf8cde4c87a08277bcdb27823af055160 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 27 Apr 2010 03:30:58 +0000 Subject: [PATCH 088/132] 0.20.1 --- .cvsignore | 2 +- gnome-doc-utils.spec | 10 ++++------ sources | 2 +- 3 files changed, 6 insertions(+), 8 deletions(-) diff --git a/.cvsignore b/.cvsignore index 5d697e3..3fbf99a 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -gnome-doc-utils-0.20.0.tar.bz2 +gnome-doc-utils-0.20.1.tar.bz2 diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index 1ad5128..67bbbd4 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -3,7 +3,7 @@ ### Abstract ### Name: gnome-doc-utils -Version: 0.20.0 +Version: 0.20.1 Release: 1%{?dist} License: GPLv2+ and LGPLv2+ and GFDL Group: Development/Tools @@ -71,17 +71,12 @@ are used by the tools in gnome-doc-utils and by yelp. make %install -rm -rf $RPM_BUILD_ROOT - make install DESTDIR=$RPM_BUILD_ROOT sed -i -e '/^Requires:/d' $RPM_BUILD_ROOT%{_datadir}/pkgconfig/xml2po.pc %find_lang %{name} -%clean -rm -rf $RPM_BUILD_ROOT - %files -f %{name}.lang %defattr(-,root,root,-) %doc AUTHORS README NEWS COPYING COPYING.GPL COPYING.LGPL @@ -102,6 +97,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/xml/mallard %changelog +* Mon Apr 26 2010 Matthias Clasen - 0.20.1-1 +- Update to 0.20.1 + * Mon Mar 29 2010 Matthias Clasen - 0.20.0-1 - Update to 0.20.0 diff --git a/sources b/sources index 2930040..e49355c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -fb0e687e0270eff4bbeb6df7091f72b3 gnome-doc-utils-0.20.0.tar.bz2 +19e67da738497f82a2a36a603953f588 gnome-doc-utils-0.20.1.tar.bz2 From eaf20273a27a2aa0fc57015e0c54ea97cfd4832a Mon Sep 17 00:00:00 2001 From: dmalcolm Date: Thu, 22 Jul 2010 01:38:23 +0000 Subject: [PATCH 089/132] - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild --- gnome-doc-utils.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index 67bbbd4..e97a33f 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -4,7 +4,7 @@ Name: gnome-doc-utils Version: 0.20.1 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ and LGPLv2+ and GFDL Group: Development/Tools Summary: Documentation utilities for GNOME @@ -97,6 +97,9 @@ sed -i -e '/^Requires:/d' $RPM_BUILD_ROOT%{_datadir}/pkgconfig/xml2po.pc %{_datadir}/xml/mallard %changelog +* Wed Jul 21 2010 David Malcolm - 0.20.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild + * Mon Apr 26 2010 Matthias Clasen - 0.20.1-1 - Update to 0.20.1 From 4c3de983d3d4fbff15920767b98114dda069435f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 28 Jul 2010 16:13:37 +0000 Subject: [PATCH 090/132] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- 2 files changed, 21 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore diff --git a/Makefile b/Makefile deleted file mode 100644 index e3a8d38..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: gnome-doc-utils -# $Id: Makefile,v 1.2 2007/10/15 18:48:09 notting Exp $ -NAME := gnome-doc-utils -SPECFILE = $(firstword $(wildcard *.spec)) - -define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done -endef - -MAKEFILE_COMMON := $(shell $(find-makefile-common)) - -ifeq ($(MAKEFILE_COMMON),) -# attempt a checkout -define checkout-makefile-common -test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 -endef - -MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) -endif - -include $(MAKEFILE_COMMON) From fc7893f455495ad9aba025d3ed5f30208ee99d8e Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 28 Sep 2010 12:29:02 -0400 Subject: [PATCH 091/132] 0.20.2 --- .gitignore | 1 + gnome-doc-utils.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 3fbf99a..f304227 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ gnome-doc-utils-0.20.1.tar.bz2 +/gnome-doc-utils-0.20.2.tar.bz2 diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index e97a33f..f3803bb 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -3,8 +3,8 @@ ### Abstract ### Name: gnome-doc-utils -Version: 0.20.1 -Release: 2%{?dist} +Version: 0.20.2 +Release: 1%{?dist} License: GPLv2+ and LGPLv2+ and GFDL Group: Development/Tools Summary: Documentation utilities for GNOME @@ -97,6 +97,9 @@ sed -i -e '/^Requires:/d' $RPM_BUILD_ROOT%{_datadir}/pkgconfig/xml2po.pc %{_datadir}/xml/mallard %changelog +* Tue Sep 28 2010 Matthias Clasen - 0.20.2-1 +- Update to 0.20.2 + * Wed Jul 21 2010 David Malcolm - 0.20.1-2 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild diff --git a/sources b/sources index e49355c..f299863 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -19e67da738497f82a2a36a603953f588 gnome-doc-utils-0.20.1.tar.bz2 +920914c13c57e67616c6ff8594579786 gnome-doc-utils-0.20.2.tar.bz2 From dbf6d6da59507762eabcebec6e195f58871cf2d2 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 28 Sep 2010 12:44:49 -0400 Subject: [PATCH 092/132] Move pc file to main package --- gnome-doc-utils.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index f3803bb..eaa9744 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -4,7 +4,7 @@ Name: gnome-doc-utils Version: 0.20.2 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ and LGPLv2+ and GFDL Group: Development/Tools Summary: Documentation utilities for GNOME @@ -89,14 +89,17 @@ sed -i -e '/^Requires:/d' $RPM_BUILD_ROOT%{_datadir}/pkgconfig/xml2po.pc %{_datadir}/gnome-doc-utils %doc %{_mandir}/man1/xml2po.1.gz %{python_sitelib}/xml2po/ +%{_datadir}/pkgconfig/gnome-doc-utils.pc %files stylesheets %defattr(-,root,root,-) -%{_datadir}/pkgconfig/* %{_datadir}/xml/gnome %{_datadir}/xml/mallard %changelog +* Tue Sep 28 2010 Matthias Clasen - 0.20.2-2 +- Carry over a change from the f14 branch + * Tue Sep 28 2010 Matthias Clasen - 0.20.2-1 - Update to 0.20.2 From a75097ade9dc439b0e66b98ff736693795a481a1 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 28 Sep 2010 12:58:16 -0400 Subject: [PATCH 093/132] fix filelist --- gnome-doc-utils.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index eaa9744..b4462ed 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -90,6 +90,7 @@ sed -i -e '/^Requires:/d' $RPM_BUILD_ROOT%{_datadir}/pkgconfig/xml2po.pc %doc %{_mandir}/man1/xml2po.1.gz %{python_sitelib}/xml2po/ %{_datadir}/pkgconfig/gnome-doc-utils.pc +%{_datadir}/pkgconfig/xml2po.pc %files stylesheets %defattr(-,root,root,-) From afe0a01ce347008689d93e6a9dcd5719d5ab4fcc Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 10 Jan 2011 11:33:31 -0500 Subject: [PATCH 094/132] 0.20.4 --- gnome-doc-utils.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index b4462ed..e35b62e 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -3,8 +3,8 @@ ### Abstract ### Name: gnome-doc-utils -Version: 0.20.2 -Release: 2%{?dist} +Version: 0.20.4 +Release: 1%{?dist} License: GPLv2+ and LGPLv2+ and GFDL Group: Development/Tools Summary: Documentation utilities for GNOME @@ -98,6 +98,9 @@ sed -i -e '/^Requires:/d' $RPM_BUILD_ROOT%{_datadir}/pkgconfig/xml2po.pc %{_datadir}/xml/mallard %changelog +* Mon Jan 10 2011 Matthias Clasen - 0.20.4-1 +- Update to 0.20.4 + * Tue Sep 28 2010 Matthias Clasen - 0.20.2-2 - Carry over a change from the f14 branch From 4e1f59dbbcd663b6a742f101e0866b84f8382b0b Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 10 Jan 2011 11:38:59 -0500 Subject: [PATCH 095/132] update sources --- .gitignore | 1 + sources | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f304227..d04fc4f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ gnome-doc-utils-0.20.1.tar.bz2 /gnome-doc-utils-0.20.2.tar.bz2 +/gnome-doc-utils-0.20.4.tar.bz2 diff --git a/sources b/sources index f299863..034eaef 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -920914c13c57e67616c6ff8594579786 gnome-doc-utils-0.20.2.tar.bz2 +6872b68dd081fc033e07d5877b4c0645 gnome-doc-utils-0.20.4.tar.bz2 From f8628e49611c45c794e4bd51d64c003f58f477ca Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Tue, 8 Feb 2011 22:00:12 -0600 Subject: [PATCH 096/132] - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild --- gnome-doc-utils.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index e35b62e..a4a50e7 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -4,7 +4,7 @@ Name: gnome-doc-utils Version: 0.20.4 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ and LGPLv2+ and GFDL Group: Development/Tools Summary: Documentation utilities for GNOME @@ -98,6 +98,9 @@ sed -i -e '/^Requires:/d' $RPM_BUILD_ROOT%{_datadir}/pkgconfig/xml2po.pc %{_datadir}/xml/mallard %changelog +* Tue Feb 08 2011 Fedora Release Engineering - 0.20.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + * Mon Jan 10 2011 Matthias Clasen - 0.20.4-1 - Update to 0.20.4 From ff8167be75b3d45606cac6007535d4129caa8744 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 22 Mar 2011 14:17:07 -0400 Subject: [PATCH 097/132] 0.20.5 --- .gitignore | 1 + gnome-doc-utils.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d04fc4f..af85945 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ gnome-doc-utils-0.20.1.tar.bz2 /gnome-doc-utils-0.20.2.tar.bz2 /gnome-doc-utils-0.20.4.tar.bz2 +/gnome-doc-utils-0.20.5.tar.bz2 diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index a4a50e7..9a1e4ce 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -3,8 +3,8 @@ ### Abstract ### Name: gnome-doc-utils -Version: 0.20.4 -Release: 2%{?dist} +Version: 0.20.5 +Release: 1%{?dist} License: GPLv2+ and LGPLv2+ and GFDL Group: Development/Tools Summary: Documentation utilities for GNOME @@ -98,6 +98,9 @@ sed -i -e '/^Requires:/d' $RPM_BUILD_ROOT%{_datadir}/pkgconfig/xml2po.pc %{_datadir}/xml/mallard %changelog +* Tue Mar 22 2011 Matthias Clasen - 0.20.5-1 +- Update to 0.20.5 + * Tue Feb 08 2011 Fedora Release Engineering - 0.20.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild diff --git a/sources b/sources index 034eaef..660dd6d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6872b68dd081fc033e07d5877b4c0645 gnome-doc-utils-0.20.4.tar.bz2 +3aa1f651834714090cdbf898ec090a98 gnome-doc-utils-0.20.5.tar.bz2 From ef8b82b5dccbba34340961100d5c188ddb4ed44b Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 25 Apr 2011 16:39:06 -0400 Subject: [PATCH 098/132] Sync with f15 --- .gitignore | 1 + gnome-doc-utils.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index af85945..3939bee 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ gnome-doc-utils-0.20.1.tar.bz2 /gnome-doc-utils-0.20.2.tar.bz2 /gnome-doc-utils-0.20.4.tar.bz2 /gnome-doc-utils-0.20.5.tar.bz2 +/gnome-doc-utils-0.20.6.tar.bz2 diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index 9a1e4ce..d083d60 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -3,7 +3,7 @@ ### Abstract ### Name: gnome-doc-utils -Version: 0.20.5 +Version: 0.20.6 Release: 1%{?dist} License: GPLv2+ and LGPLv2+ and GFDL Group: Development/Tools @@ -98,6 +98,9 @@ sed -i -e '/^Requires:/d' $RPM_BUILD_ROOT%{_datadir}/pkgconfig/xml2po.pc %{_datadir}/xml/mallard %changelog +* Mon Apr 25 2011 Matthias Clasen - 0.20.6-1 +- Update to 0.20.6 + * Tue Mar 22 2011 Matthias Clasen - 0.20.5-1 - Update to 0.20.5 diff --git a/sources b/sources index 660dd6d..5b562de 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3aa1f651834714090cdbf898ec090a98 gnome-doc-utils-0.20.5.tar.bz2 +8f6e05071599bc073007830ea0a68391 gnome-doc-utils-0.20.6.tar.bz2 From f78a273e0b3d24f8153544f0d213f31e82a6cb02 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Thu, 12 Jan 2012 21:48:30 -0600 Subject: [PATCH 099/132] - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild --- gnome-doc-utils.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index d083d60..b79bf7e 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -4,7 +4,7 @@ Name: gnome-doc-utils Version: 0.20.6 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ and LGPLv2+ and GFDL Group: Development/Tools Summary: Documentation utilities for GNOME @@ -98,6 +98,9 @@ sed -i -e '/^Requires:/d' $RPM_BUILD_ROOT%{_datadir}/pkgconfig/xml2po.pc %{_datadir}/xml/mallard %changelog +* Fri Jan 13 2012 Fedora Release Engineering - 0.20.6-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + * Mon Apr 25 2011 Matthias Clasen - 0.20.6-1 - Update to 0.20.6 From 92aef44db7269ab60e1566aae3280342fe80584a Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 5 Mar 2012 23:10:15 -0500 Subject: [PATCH 100/132] 0.20.7 --- .gitignore | 1 + gnome-doc-utils.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 3939bee..44205a2 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ gnome-doc-utils-0.20.1.tar.bz2 /gnome-doc-utils-0.20.4.tar.bz2 /gnome-doc-utils-0.20.5.tar.bz2 /gnome-doc-utils-0.20.6.tar.bz2 +/gnome-doc-utils-0.20.7.tar.xz diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index b79bf7e..75dc2fa 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -3,8 +3,8 @@ ### Abstract ### Name: gnome-doc-utils -Version: 0.20.6 -Release: 2%{?dist} +Version: 0.20.7 +Release: 1%{?dist} License: GPLv2+ and LGPLv2+ and GFDL Group: Development/Tools Summary: Documentation utilities for GNOME @@ -98,6 +98,9 @@ sed -i -e '/^Requires:/d' $RPM_BUILD_ROOT%{_datadir}/pkgconfig/xml2po.pc %{_datadir}/xml/mallard %changelog +* Mon Mar 5 2012 Matthias Clasen - 0.20.7-1 +- Update to 0.20.7 + * Fri Jan 13 2012 Fedora Release Engineering - 0.20.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild diff --git a/sources b/sources index 5b562de..bc9aa5c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8f6e05071599bc073007830ea0a68391 gnome-doc-utils-0.20.6.tar.bz2 +c07b2759433ec9e337712a20c63113fb gnome-doc-utils-0.20.7.tar.xz From 7f89cbf7f8161ef5d00c315a9948a3ab18569c53 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 5 Mar 2012 23:15:47 -0500 Subject: [PATCH 101/132] fix sources --- gnome-doc-utils.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index 75dc2fa..8faacfe 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -10,7 +10,7 @@ Group: Development/Tools Summary: Documentation utilities for GNOME URL: http://www.gnome.org/ #VCS: git:git://git.gnome.org/gnome-doc-utils -Source: http://download.gnome.org/sources/gnome-doc-utils/0.20/%{name}-%{version}.tar.bz2 +Source: http://download.gnome.org/sources/gnome-doc-utils/0.20/%{name}-%{version}.tar.xz BuildArch: noarch From b60d44fde0c8d50a53d03177f5fd2c4ec900358f Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 5 Mar 2012 23:22:25 -0500 Subject: [PATCH 102/132] fix file list --- gnome-doc-utils.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index 8faacfe..82a1573 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -84,8 +84,6 @@ sed -i -e '/^Requires:/d' $RPM_BUILD_ROOT%{_datadir}/pkgconfig/xml2po.pc %{_datadir}/aclocal/gnome-doc-utils.m4 %{_datadir}/gnome/help/gnome-doc-make %{_datadir}/gnome/help/gnome-doc-xslt -%{_datadir}/omf/gnome-doc-make -%{_datadir}/omf/gnome-doc-xslt %{_datadir}/gnome-doc-utils %doc %{_mandir}/man1/xml2po.1.gz %{python_sitelib}/xml2po/ From 4b3c5a74f454b48af7f436d0610acfb761fb49c6 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 5 Mar 2012 23:29:49 -0500 Subject: [PATCH 103/132] fix file list --- gnome-doc-utils.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index 82a1573..bfa8aaa 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -93,7 +93,6 @@ sed -i -e '/^Requires:/d' $RPM_BUILD_ROOT%{_datadir}/pkgconfig/xml2po.pc %files stylesheets %defattr(-,root,root,-) %{_datadir}/xml/gnome -%{_datadir}/xml/mallard %changelog * Mon Mar 5 2012 Matthias Clasen - 0.20.7-1 From fceec7d0ade6b221647575fabc4b2531ebd43c3c Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Wed, 21 Mar 2012 12:23:40 +0200 Subject: [PATCH 104/132] 0.20.9 --- .gitignore | 1 + gnome-doc-utils.spec | 8 +++++--- sources | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 44205a2..3b5b872 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ gnome-doc-utils-0.20.1.tar.bz2 /gnome-doc-utils-0.20.5.tar.bz2 /gnome-doc-utils-0.20.6.tar.bz2 /gnome-doc-utils-0.20.7.tar.xz +/gnome-doc-utils-0.20.9.tar.xz diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index bfa8aaa..485b65d 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -3,7 +3,7 @@ ### Abstract ### Name: gnome-doc-utils -Version: 0.20.7 +Version: 0.20.9 Release: 1%{?dist} License: GPLv2+ and LGPLv2+ and GFDL Group: Development/Tools @@ -78,7 +78,6 @@ sed -i -e '/^Requires:/d' $RPM_BUILD_ROOT%{_datadir}/pkgconfig/xml2po.pc %find_lang %{name} %files -f %{name}.lang -%defattr(-,root,root,-) %doc AUTHORS README NEWS COPYING COPYING.GPL COPYING.LGPL %{_bindir}/* %{_datadir}/aclocal/gnome-doc-utils.m4 @@ -91,10 +90,13 @@ sed -i -e '/^Requires:/d' $RPM_BUILD_ROOT%{_datadir}/pkgconfig/xml2po.pc %{_datadir}/pkgconfig/xml2po.pc %files stylesheets -%defattr(-,root,root,-) %{_datadir}/xml/gnome +%{_datadir}/xml/mallard %changelog +* Wed Mar 21 2012 Kalev Lember - 0.20.9-1 +- Update to 0.20.9 + * Mon Mar 5 2012 Matthias Clasen - 0.20.7-1 - Update to 0.20.7 diff --git a/sources b/sources index bc9aa5c..3afffdc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c07b2759433ec9e337712a20c63113fb gnome-doc-utils-0.20.7.tar.xz +dd58f8dd10fb90299ae009dd0faf5270 gnome-doc-utils-0.20.9.tar.xz From f6c9dc40e723c308fa45d4bb9c931ace3c1d6182 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Mon, 26 Mar 2012 14:59:35 -0400 Subject: [PATCH 105/132] Update to 0.20.10 --- .gitignore | 1 + gnome-doc-utils.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 3b5b872..3e32b71 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ gnome-doc-utils-0.20.1.tar.bz2 /gnome-doc-utils-0.20.6.tar.bz2 /gnome-doc-utils-0.20.7.tar.xz /gnome-doc-utils-0.20.9.tar.xz +/gnome-doc-utils-0.20.10.tar.xz diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index 485b65d..bae96c8 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -3,7 +3,7 @@ ### Abstract ### Name: gnome-doc-utils -Version: 0.20.9 +Version: 0.20.10 Release: 1%{?dist} License: GPLv2+ and LGPLv2+ and GFDL Group: Development/Tools @@ -94,6 +94,9 @@ sed -i -e '/^Requires:/d' $RPM_BUILD_ROOT%{_datadir}/pkgconfig/xml2po.pc %{_datadir}/xml/mallard %changelog +* Mon Mar 26 2012 Matthew Barnes - 0.20.10-1 +- Update to 0.20.10 (needed for evolution-3.4.0) + * Wed Mar 21 2012 Kalev Lember - 0.20.9-1 - Update to 0.20.9 diff --git a/sources b/sources index 3afffdc..27462a7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -dd58f8dd10fb90299ae009dd0faf5270 gnome-doc-utils-0.20.9.tar.xz +3c64ad7bacd617b04999e4a168afaac5 gnome-doc-utils-0.20.10.tar.xz From b1193134d8a23317276842bf7d24b9ec446191ba Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Wed, 18 Apr 2012 20:05:17 +0300 Subject: [PATCH 106/132] Depend on docbook-dtds for local validation Added Requires: docbook-dtds to the gnome-doc-utils-stylesheets subpackage so that xsltproc validation wouldn't have to download DTDs. Koji has no network access so this was resulting in xsltproc warnings: > warning: failed to load external entity "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" --- gnome-doc-utils.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index bae96c8..aca9955 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -4,7 +4,7 @@ Name: gnome-doc-utils Version: 0.20.10 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ and LGPLv2+ and GFDL Group: Development/Tools Summary: Documentation utilities for GNOME @@ -53,6 +53,8 @@ all auxiliary files in your source tree. Summary: XSL stylesheets used by gnome-doc-utils License: LGPLv2+ Group: Development/Tools +# for the validation with xsltproc to use local dtds +Requires: docbook-dtds # for /usr/share/pkgconfig Requires: pkgconfig # for /usr/share/xml @@ -94,6 +96,9 @@ sed -i -e '/^Requires:/d' $RPM_BUILD_ROOT%{_datadir}/pkgconfig/xml2po.pc %{_datadir}/xml/mallard %changelog +* Wed Apr 18 2012 Kalev Lember - 0.20.10-2 +- Depend on docbook-dtds for local validation + * Mon Mar 26 2012 Matthew Barnes - 0.20.10-1 - Update to 0.20.10 (needed for evolution-3.4.0) From 8e16af3715d529d055a5b03e99976751d5f05452 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Thu, 19 Jul 2012 02:43:29 -0500 Subject: [PATCH 107/132] - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild --- gnome-doc-utils.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index aca9955..0617e6e 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -4,7 +4,7 @@ Name: gnome-doc-utils Version: 0.20.10 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv2+ and LGPLv2+ and GFDL Group: Development/Tools Summary: Documentation utilities for GNOME @@ -96,6 +96,9 @@ sed -i -e '/^Requires:/d' $RPM_BUILD_ROOT%{_datadir}/pkgconfig/xml2po.pc %{_datadir}/xml/mallard %changelog +* Thu Jul 19 2012 Fedora Release Engineering - 0.20.10-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + * Wed Apr 18 2012 Kalev Lember - 0.20.10-2 - Depend on docbook-dtds for local validation From 40f8c0762b71edc297b812744dfb12647397f078 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Wed, 13 Feb 2013 17:57:32 -0600 Subject: [PATCH 108/132] - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild --- gnome-doc-utils.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index 0617e6e..b51d766 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -4,7 +4,7 @@ Name: gnome-doc-utils Version: 0.20.10 -Release: 3%{?dist} +Release: 4%{?dist} License: GPLv2+ and LGPLv2+ and GFDL Group: Development/Tools Summary: Documentation utilities for GNOME @@ -96,6 +96,9 @@ sed -i -e '/^Requires:/d' $RPM_BUILD_ROOT%{_datadir}/pkgconfig/xml2po.pc %{_datadir}/xml/mallard %changelog +* Wed Feb 13 2013 Fedora Release Engineering - 0.20.10-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + * Thu Jul 19 2012 Fedora Release Engineering - 0.20.10-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild From 95b16617aa0b247af5b2fd9a69421a28cbf44ee1 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 3 Aug 2013 10:24:45 -0500 Subject: [PATCH 109/132] - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild --- gnome-doc-utils.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index b51d766..d74bc03 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -4,7 +4,7 @@ Name: gnome-doc-utils Version: 0.20.10 -Release: 4%{?dist} +Release: 5%{?dist} License: GPLv2+ and LGPLv2+ and GFDL Group: Development/Tools Summary: Documentation utilities for GNOME @@ -96,6 +96,9 @@ sed -i -e '/^Requires:/d' $RPM_BUILD_ROOT%{_datadir}/pkgconfig/xml2po.pc %{_datadir}/xml/mallard %changelog +* Sat Aug 03 2013 Fedora Release Engineering - 0.20.10-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + * Wed Feb 13 2013 Fedora Release Engineering - 0.20.10-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild From 83a2929dcd3e9a1f168a446b0cd985a1af052a31 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 7 Jun 2014 12:06:17 -0500 Subject: [PATCH 110/132] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild --- gnome-doc-utils.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index d74bc03..b053d61 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -4,7 +4,7 @@ Name: gnome-doc-utils Version: 0.20.10 -Release: 5%{?dist} +Release: 6%{?dist} License: GPLv2+ and LGPLv2+ and GFDL Group: Development/Tools Summary: Documentation utilities for GNOME @@ -96,6 +96,9 @@ sed -i -e '/^Requires:/d' $RPM_BUILD_ROOT%{_datadir}/pkgconfig/xml2po.pc %{_datadir}/xml/mallard %changelog +* Sat Jun 07 2014 Fedora Release Engineering - 0.20.10-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + * Sat Aug 03 2013 Fedora Release Engineering - 0.20.10-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild From 38ec612fe2f13335dae3b141fc3506a58ee4bad2 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Wed, 17 Jun 2015 08:52:18 +0000 Subject: [PATCH 111/132] - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild --- gnome-doc-utils.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index b053d61..058451d 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -4,7 +4,7 @@ Name: gnome-doc-utils Version: 0.20.10 -Release: 6%{?dist} +Release: 7%{?dist} License: GPLv2+ and LGPLv2+ and GFDL Group: Development/Tools Summary: Documentation utilities for GNOME @@ -96,6 +96,9 @@ sed -i -e '/^Requires:/d' $RPM_BUILD_ROOT%{_datadir}/pkgconfig/xml2po.pc %{_datadir}/xml/mallard %changelog +* Wed Jun 17 2015 Fedora Release Engineering - 0.20.10-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + * Sat Jun 07 2014 Fedora Release Engineering - 0.20.10-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild From f0ab9302f8e3bb35a80cbc8608d958f72c74788f Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Wed, 3 Feb 2016 22:23:53 +0000 Subject: [PATCH 112/132] - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild --- gnome-doc-utils.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index 058451d..941b876 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -4,7 +4,7 @@ Name: gnome-doc-utils Version: 0.20.10 -Release: 7%{?dist} +Release: 8%{?dist} License: GPLv2+ and LGPLv2+ and GFDL Group: Development/Tools Summary: Documentation utilities for GNOME @@ -96,6 +96,9 @@ sed -i -e '/^Requires:/d' $RPM_BUILD_ROOT%{_datadir}/pkgconfig/xml2po.pc %{_datadir}/xml/mallard %changelog +* Wed Feb 03 2016 Fedora Release Engineering - 0.20.10-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + * Wed Jun 17 2015 Fedora Release Engineering - 0.20.10-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild From 831ef65a02168155c6ceee6e7a2db9692c562f3a Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 19 Jul 2016 07:14:41 +0000 Subject: [PATCH 113/132] - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages --- gnome-doc-utils.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index 941b876..bced1cd 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -4,7 +4,7 @@ Name: gnome-doc-utils Version: 0.20.10 -Release: 8%{?dist} +Release: 9%{?dist} License: GPLv2+ and LGPLv2+ and GFDL Group: Development/Tools Summary: Documentation utilities for GNOME @@ -96,6 +96,9 @@ sed -i -e '/^Requires:/d' $RPM_BUILD_ROOT%{_datadir}/pkgconfig/xml2po.pc %{_datadir}/xml/mallard %changelog +* Tue Jul 19 2016 Fedora Release Engineering - 0.20.10-9 +- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages + * Wed Feb 03 2016 Fedora Release Engineering - 0.20.10-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild From c8d7f992a523d8e538a158b6869fea221fc53a10 Mon Sep 17 00:00:00 2001 From: Merlin Mathesius Date: Wed, 18 Jan 2017 12:34:18 -0600 Subject: [PATCH 114/132] Add BuildRequires: python to fix FTBFS (BZ#1414528). --- gnome-doc-utils.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index bced1cd..a13b700 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -4,7 +4,7 @@ Name: gnome-doc-utils Version: 0.20.10 -Release: 9%{?dist} +Release: 10%{?dist} License: GPLv2+ and LGPLv2+ and GFDL Group: Development/Tools Summary: Documentation utilities for GNOME @@ -38,6 +38,7 @@ Requires: gnome-doc-utils-stylesheets = %{version}-%{release} BuildRequires: libxml2-devel >= 2.6.12 BuildRequires: libxslt-devel >= 1.1.8 BuildRequires: libxml2-python +BuildRequires: python BuildRequires: intltool BuildRequires: gettext @@ -96,6 +97,9 @@ sed -i -e '/^Requires:/d' $RPM_BUILD_ROOT%{_datadir}/pkgconfig/xml2po.pc %{_datadir}/xml/mallard %changelog +* Wed Jan 18 2017 Merlin Mathesius - 0.20.10-10 +- Add BuildRequires: python to fix FTBFS (BZ#1414528). + * Tue Jul 19 2016 Fedora Release Engineering - 0.20.10-9 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages From 97a42fc86e42808aded2497a4d9e6d541800ab86 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 10 Feb 2017 11:22:20 +0000 Subject: [PATCH 115/132] - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild --- gnome-doc-utils.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index a13b700..a46fe4d 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -4,7 +4,7 @@ Name: gnome-doc-utils Version: 0.20.10 -Release: 10%{?dist} +Release: 11%{?dist} License: GPLv2+ and LGPLv2+ and GFDL Group: Development/Tools Summary: Documentation utilities for GNOME @@ -97,6 +97,9 @@ sed -i -e '/^Requires:/d' $RPM_BUILD_ROOT%{_datadir}/pkgconfig/xml2po.pc %{_datadir}/xml/mallard %changelog +* Fri Feb 10 2017 Fedora Release Engineering - 0.20.10-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + * Wed Jan 18 2017 Merlin Mathesius - 0.20.10-10 - Add BuildRequires: python to fix FTBFS (BZ#1414528). From 0bd3049145301ce44ca6338ad397c430958bfb2e Mon Sep 17 00:00:00 2001 From: David King Date: Wed, 14 Jun 2017 14:50:10 +0100 Subject: [PATCH 116/132] Remove unused patches --- ...-doc-utils-0.2.0-add-endterm-support.patch | 18 --------------- gnome-doc-utils-0.8.0-aclocal-flags.patch | 22 ------------------- 2 files changed, 40 deletions(-) delete mode 100644 gnome-doc-utils-0.2.0-add-endterm-support.patch delete mode 100644 gnome-doc-utils-0.8.0-aclocal-flags.patch diff --git a/gnome-doc-utils-0.2.0-add-endterm-support.patch b/gnome-doc-utils-0.2.0-add-endterm-support.patch deleted file mode 100644 index b010ccd..0000000 --- a/gnome-doc-utils-0.2.0-add-endterm-support.patch +++ /dev/null @@ -1,18 +0,0 @@ -Apply this patch to -/usr/share/xml/gnome/xslt/docbook/html/db2html-xref.xsl to fix the -issue in http://bugzilla.gnome.org/show_bug.cgi?id=170074 - -Patch written by Tollef Fog Heen - ---- gnome-doc-utils-0.2.0/xslt/docbook/html/db2html-xref.xsl 2005-03-13 00:55:50.904495855 +0100 -+++ gnome-doc-utils-0.2.0/xslt/docbook/html/db2html-xref.xsl 2005-03-06 20:39:48.000000000 +0100 -@@ -114,7 +114,7 @@ - - - -- -+ - - - - diff --git a/gnome-doc-utils-0.8.0-aclocal-flags.patch b/gnome-doc-utils-0.8.0-aclocal-flags.patch deleted file mode 100644 index 4d106b1..0000000 --- a/gnome-doc-utils-0.8.0-aclocal-flags.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- gnome-doc-utils-0.8.0/Makefile.in.aclocal-flags 2006-12-09 21:56:54.000000000 -0500 -+++ gnome-doc-utils-0.8.0/Makefile.in 2006-12-09 21:57:18.000000000 -0500 -@@ -374,6 +374,8 @@ - # doc must go last - SUBDIRS = po xslt $(xml2po_SUBDIRS) doc - -+ACLOCAL_AMFLAGS=-I . -+ - EXTRA_DIST = \ - $(aclocal_DATA) \ - $(share_DATA) \ ---- gnome-doc-utils-0.8.0/Makefile.am.aclocal-flags 2006-04-23 18:44:38.000000000 -0400 -+++ gnome-doc-utils-0.8.0/Makefile.am 2006-12-09 21:56:29.000000000 -0500 -@@ -30,6 +30,8 @@ - # doc must go last - SUBDIRS = po xslt $(xml2po_SUBDIRS) doc - -+ACLOCAL_AMFLAGS=-I . -+ - EXTRA_DIST = \ - $(aclocal_DATA) \ - $(share_DATA) \ From 434ed571894c91743e63333fdf61cc319af4b9a9 Mon Sep 17 00:00:00 2001 From: David King Date: Wed, 14 Jun 2017 14:55:57 +0100 Subject: [PATCH 117/132] Use license macro for COPYING* --- gnome-doc-utils.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index a46fe4d..9939657 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -4,7 +4,7 @@ Name: gnome-doc-utils Version: 0.20.10 -Release: 11%{?dist} +Release: 12%{?dist} License: GPLv2+ and LGPLv2+ and GFDL Group: Development/Tools Summary: Documentation utilities for GNOME @@ -81,7 +81,8 @@ sed -i -e '/^Requires:/d' $RPM_BUILD_ROOT%{_datadir}/pkgconfig/xml2po.pc %find_lang %{name} %files -f %{name}.lang -%doc AUTHORS README NEWS COPYING COPYING.GPL COPYING.LGPL +%doc AUTHORS README NEWS +%license COPYING COPYING.GPL COPYING.LGPL %{_bindir}/* %{_datadir}/aclocal/gnome-doc-utils.m4 %{_datadir}/gnome/help/gnome-doc-make @@ -97,6 +98,9 @@ sed -i -e '/^Requires:/d' $RPM_BUILD_ROOT%{_datadir}/pkgconfig/xml2po.pc %{_datadir}/xml/mallard %changelog +* Wed Jun 14 2017 David King - 0.20.10-12 +- Use license macro for COPYING* + * Fri Feb 10 2017 Fedora Release Engineering - 0.20.10-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild From 55d136bb2bbb5016b7dc1bd9ad7d0a9db54703fd Mon Sep 17 00:00:00 2001 From: David King Date: Wed, 14 Jun 2017 15:01:25 +0100 Subject: [PATCH 118/132] Update URL --- gnome-doc-utils.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index 9939657..ff1d992 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -8,9 +8,9 @@ Release: 12%{?dist} License: GPLv2+ and LGPLv2+ and GFDL Group: Development/Tools Summary: Documentation utilities for GNOME -URL: http://www.gnome.org/ +URL: https://wiki.gnome.org/Projects/GnomeDocUtils #VCS: git:git://git.gnome.org/gnome-doc-utils -Source: http://download.gnome.org/sources/gnome-doc-utils/0.20/%{name}-%{version}.tar.xz +Source: https://download.gnome.org/sources/%{name}/0.20/%{name}-%{version}.tar.xz BuildArch: noarch @@ -100,6 +100,7 @@ sed -i -e '/^Requires:/d' $RPM_BUILD_ROOT%{_datadir}/pkgconfig/xml2po.pc %changelog * Wed Jun 14 2017 David King - 0.20.10-12 - Use license macro for COPYING* +- Update URL * Fri Feb 10 2017 Fedora Release Engineering - 0.20.10-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild From d0a191c28e698e9ea895c07ce3db4aea4a9c0280 Mon Sep 17 00:00:00 2001 From: David King Date: Wed, 14 Jun 2017 15:45:38 +0100 Subject: [PATCH 119/132] Use some more modern macros --- gnome-doc-utils.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index ff1d992..6b6ab87 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -71,12 +71,12 @@ are used by the tools in gnome-doc-utils and by yelp. %build %configure --disable-scrollkeeper --enable-build-utils -make +%make_build %install -make install DESTDIR=$RPM_BUILD_ROOT +%make_install -sed -i -e '/^Requires:/d' $RPM_BUILD_ROOT%{_datadir}/pkgconfig/xml2po.pc +sed -i -e '/^Requires:/d' %{buildroot}%{_datadir}/pkgconfig/xml2po.pc %find_lang %{name} @@ -101,6 +101,7 @@ sed -i -e '/^Requires:/d' $RPM_BUILD_ROOT%{_datadir}/pkgconfig/xml2po.pc * Wed Jun 14 2017 David King - 0.20.10-12 - Use license macro for COPYING* - Update URL +- Use some more modern macros * Fri Feb 10 2017 Fedora Release Engineering - 0.20.10-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild From 4d121372a51948c91029c3d42a44de7db6a33ba4 Mon Sep 17 00:00:00 2001 From: David King Date: Wed, 14 Jun 2017 15:48:12 +0100 Subject: [PATCH 120/132] Update man page glob https://fedoraproject.org/wiki/Packaging:Guidelines#Manpages --- gnome-doc-utils.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index 6b6ab87..b34947c 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -88,7 +88,7 @@ sed -i -e '/^Requires:/d' %{buildroot}%{_datadir}/pkgconfig/xml2po.pc %{_datadir}/gnome/help/gnome-doc-make %{_datadir}/gnome/help/gnome-doc-xslt %{_datadir}/gnome-doc-utils -%doc %{_mandir}/man1/xml2po.1.gz +%{_mandir}/man1/xml2po.1* %{python_sitelib}/xml2po/ %{_datadir}/pkgconfig/gnome-doc-utils.pc %{_datadir}/pkgconfig/xml2po.pc @@ -102,6 +102,7 @@ sed -i -e '/^Requires:/d' %{buildroot}%{_datadir}/pkgconfig/xml2po.pc - Use license macro for COPYING* - Update URL - Use some more modern macros +- Update man page glob * Fri Feb 10 2017 Fedora Release Engineering - 0.20.10-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild From 2370b382a8647aea7172ec49c4b6cf104244039c Mon Sep 17 00:00:00 2001 From: David King Date: Wed, 14 Jun 2017 15:51:39 +0100 Subject: [PATCH 121/132] Remove Group tag Additionally, rearrange other tags. --- gnome-doc-utils.spec | 36 ++++++++++++++---------------------- 1 file changed, 14 insertions(+), 22 deletions(-) diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index b34947c..619fec9 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -1,25 +1,26 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(0)")} -### Abstract ### - Name: gnome-doc-utils Version: 0.20.10 Release: 12%{?dist} -License: GPLv2+ and LGPLv2+ and GFDL -Group: Development/Tools Summary: Documentation utilities for GNOME -URL: https://wiki.gnome.org/Projects/GnomeDocUtils + +License: GPLv2+ and LGPLv2+ and GFDL +URL: https://wiki.gnome.org/Projects/GnomeDocUtils +Source: https://download.gnome.org/sources/%{name}/0.20/%{name}-%{version}.tar.xz #VCS: git:git://git.gnome.org/gnome-doc-utils -Source: https://download.gnome.org/sources/%{name}/0.20/%{name}-%{version}.tar.xz +# RH bug #438638 / GNOME bug #524207 +Patch1: gnome-doc-utils-0.14.0-package.patch BuildArch: noarch -### Patches ### - -# RH bug #438638 / GNOME bug #524207 -Patch1: gnome-doc-utils-0.14.0-package.patch - -### Dependencies ### +BuildRequires: libxml2-devel >= 2.6.12 +BuildRequires: libxslt-devel >= 1.1.8 +BuildRequires: libxml2-python +BuildRequires: python +BuildRequires: intltool +BuildRequires: gettext +BuildRequires: scrollkeeper Requires: libxml2 >= 2.6.12 Requires: libxslt >= 1.1.8 @@ -33,16 +34,6 @@ Requires: automake # update yelp for say newer Firefox. Requires: gnome-doc-utils-stylesheets = %{version}-%{release} -### Build Dependencies ### - -BuildRequires: libxml2-devel >= 2.6.12 -BuildRequires: libxslt-devel >= 1.1.8 -BuildRequires: libxml2-python -BuildRequires: python - -BuildRequires: intltool -BuildRequires: gettext -BuildRequires: scrollkeeper %description gnome-doc-utils is a collection of documentation utilities for the GNOME @@ -103,6 +94,7 @@ sed -i -e '/^Requires:/d' %{buildroot}%{_datadir}/pkgconfig/xml2po.pc - Update URL - Use some more modern macros - Update man page glob +- Remove Group tag * Fri Feb 10 2017 Fedora Release Engineering - 0.20.10-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild From bb8577eb9380932ded9873254343cdf3c8a8fc21 Mon Sep 17 00:00:00 2001 From: David King Date: Wed, 14 Jun 2017 15:58:08 +0100 Subject: [PATCH 122/132] Fix bogus changelog entries --- gnome-doc-utils.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index 619fec9..f0cc197 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -171,7 +171,7 @@ sed -i -e '/^Requires:/d' %{buildroot}%{_datadir}/pkgconfig/xml2po.pc * Mon Feb 08 2010 Matthew Barnes - 0.19.4-1 - Update to 0.19.4 -* Mon Jan 23 2010 Matthew Barnes - 0.19.3-1 +* Sat Jan 23 2010 Matthew Barnes - 0.19.3-1 - Update to 0.19.3 * Mon Jan 11 2010 Matthew Barnes - 0.19.2-1 @@ -320,10 +320,10 @@ sed -i -e '/^Requires:/d' %{buildroot}%{_datadir}/pkgconfig/xml2po.pc * Mon Jan 30 2006 Matthias Clasen - 0.5.4-1 - Update to 0.5.4 -* Tue Jan 13 2006 Matthias Clasen - 0.5.3-1 +* Fri Jan 13 2006 Matthias Clasen - 0.5.3-1 - Update to 0.5.3 -* Wed Dec 20 2005 Matthias Clasen - 0.5.2-1 +* Tue Dec 20 2005 Matthias Clasen - 0.5.2-1 - Update to 0.5.2 * Fri Dec 09 2005 Jesse Keating From 7e6418f735d8e563717b9f4ba2dba65930e9c0c0 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 26 Jul 2017 10:42:24 +0000 Subject: [PATCH 123/132] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild --- gnome-doc-utils.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index f0cc197..5c5a21c 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -2,7 +2,7 @@ Name: gnome-doc-utils Version: 0.20.10 -Release: 12%{?dist} +Release: 13%{?dist} Summary: Documentation utilities for GNOME License: GPLv2+ and LGPLv2+ and GFDL @@ -89,6 +89,9 @@ sed -i -e '/^Requires:/d' %{buildroot}%{_datadir}/pkgconfig/xml2po.pc %{_datadir}/xml/mallard %changelog +* Wed Jul 26 2017 Fedora Release Engineering - 0.20.10-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + * Wed Jun 14 2017 David King - 0.20.10-12 - Use license macro for COPYING* - Update URL From 9032f0303ecaddb02d8bb54f8796c95c206484ca Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Fri, 5 Jan 2018 22:05:55 +0100 Subject: [PATCH 124/132] Update Python 2 dependency declarations to new packaging standards --- gnome-doc-utils.spec | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index 5c5a21c..1aba4b3 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -2,7 +2,7 @@ Name: gnome-doc-utils Version: 0.20.10 -Release: 13%{?dist} +Release: 14%{?dist} Summary: Documentation utilities for GNOME License: GPLv2+ and LGPLv2+ and GFDL @@ -16,15 +16,15 @@ BuildArch: noarch BuildRequires: libxml2-devel >= 2.6.12 BuildRequires: libxslt-devel >= 1.1.8 -BuildRequires: libxml2-python -BuildRequires: python +BuildRequires: python2-libxml2 +BuildRequires: python2 BuildRequires: intltool BuildRequires: gettext BuildRequires: scrollkeeper Requires: libxml2 >= 2.6.12 Requires: libxslt >= 1.1.8 -Requires: libxml2-python +Requires: python2-libxml2 # for /usr/share/aclocal Requires: automake # for /usr/share/gnome/help @@ -89,6 +89,10 @@ sed -i -e '/^Requires:/d' %{buildroot}%{_datadir}/pkgconfig/xml2po.pc %{_datadir}/xml/mallard %changelog +* Fri Jan 05 2018 Iryna Shcherbina - 0.20.10-14 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Wed Jul 26 2017 Fedora Release Engineering - 0.20.10-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild From 457f0bf968fe012df70aac9d15f600b4c774f565 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 7 Feb 2018 13:18:58 +0000 Subject: [PATCH 125/132] - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- gnome-doc-utils.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index 1aba4b3..8015639 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -2,7 +2,7 @@ Name: gnome-doc-utils Version: 0.20.10 -Release: 14%{?dist} +Release: 15%{?dist} Summary: Documentation utilities for GNOME License: GPLv2+ and LGPLv2+ and GFDL @@ -89,6 +89,9 @@ sed -i -e '/^Requires:/d' %{buildroot}%{_datadir}/pkgconfig/xml2po.pc %{_datadir}/xml/mallard %changelog +* Wed Feb 07 2018 Fedora Release Engineering - 0.20.10-15 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + * Fri Jan 05 2018 Iryna Shcherbina - 0.20.10-14 - Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) From 8441d32b07b19f61d1f9e5aa2c7284a4c15f0733 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 9 Jul 2018 19:06:45 +0200 Subject: [PATCH 126/132] add BuildRequires: gcc Reference: https://fedoraproject.org/wiki/Changes/Remove_GCC_from_BuildRoot --- gnome-doc-utils.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index 8015639..14cf2e6 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -14,6 +14,7 @@ Patch1: gnome-doc-utils-0.14.0-package.patch BuildArch: noarch +BuildRequires: gcc BuildRequires: libxml2-devel >= 2.6.12 BuildRequires: libxslt-devel >= 1.1.8 BuildRequires: python2-libxml2 From 67745cfac40d0cf4ed418c9536af2ea2f028d7d0 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 13 Jul 2018 02:52:32 +0000 Subject: [PATCH 127/132] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- gnome-doc-utils.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index 14cf2e6..d66861e 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -2,7 +2,7 @@ Name: gnome-doc-utils Version: 0.20.10 -Release: 15%{?dist} +Release: 16%{?dist} Summary: Documentation utilities for GNOME License: GPLv2+ and LGPLv2+ and GFDL @@ -90,6 +90,9 @@ sed -i -e '/^Requires:/d' %{buildroot}%{_datadir}/pkgconfig/xml2po.pc %{_datadir}/xml/mallard %changelog +* Fri Jul 13 2018 Fedora Release Engineering - 0.20.10-16 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Wed Feb 07 2018 Fedora Release Engineering - 0.20.10-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild From 4e7deaafda962936372520eb8eb9ded6c30fbcee Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sun, 29 Jul 2018 23:11:54 +0200 Subject: [PATCH 128/132] =?UTF-8?q?%{python=5Fsitelib}=20=E2=86=92=20%{pyt?= =?UTF-8?q?hon2=5Fsitelib}?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Igor Gnatenko --- gnome-doc-utils.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index d66861e..f158ab9 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -81,7 +81,7 @@ sed -i -e '/^Requires:/d' %{buildroot}%{_datadir}/pkgconfig/xml2po.pc %{_datadir}/gnome/help/gnome-doc-xslt %{_datadir}/gnome-doc-utils %{_mandir}/man1/xml2po.1* -%{python_sitelib}/xml2po/ +%{python2_sitelib}/xml2po/ %{_datadir}/pkgconfig/gnome-doc-utils.pc %{_datadir}/pkgconfig/xml2po.pc From 68cd9c48669b719ff81715b273c92f0debeffccb Mon Sep 17 00:00:00 2001 From: David King Date: Sun, 12 Aug 2018 03:40:17 +0100 Subject: [PATCH 129/132] Fix build by adding Requires on python2-devel Additionally, remove bogus python_sitelib macro redefinition. --- gnome-doc-utils.spec | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index f158ab9..379e883 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -1,5 +1,3 @@ -%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(0)")} - Name: gnome-doc-utils Version: 0.20.10 Release: 16%{?dist} @@ -18,7 +16,7 @@ BuildRequires: gcc BuildRequires: libxml2-devel >= 2.6.12 BuildRequires: libxslt-devel >= 1.1.8 BuildRequires: python2-libxml2 -BuildRequires: python2 +BuildRequires: python2-devel BuildRequires: intltool BuildRequires: gettext BuildRequires: scrollkeeper From a0ab1f37686847b35cbd0699c5de610d855a3188 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 28 Jan 2019 20:17:46 +0100 Subject: [PATCH 130/132] Remove obsolete Group tag References: https://fedoraproject.org/wiki/Changes/Remove_Group_Tag --- gnome-doc-utils.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index 379e883..d0a1727 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -43,7 +43,6 @@ all auxiliary files in your source tree. %package stylesheets Summary: XSL stylesheets used by gnome-doc-utils License: LGPLv2+ -Group: Development/Tools # for the validation with xsltproc to use local dtds Requires: docbook-dtds # for /usr/share/pkgconfig From e4681b561e82fcb0d84f8f2169d28c015dcf100c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 31 Jan 2019 23:07:34 +0000 Subject: [PATCH 131/132] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- gnome-doc-utils.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index d0a1727..d3ab013 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -1,6 +1,6 @@ Name: gnome-doc-utils Version: 0.20.10 -Release: 16%{?dist} +Release: 17%{?dist} Summary: Documentation utilities for GNOME License: GPLv2+ and LGPLv2+ and GFDL @@ -87,6 +87,9 @@ sed -i -e '/^Requires:/d' %{buildroot}%{_datadir}/pkgconfig/xml2po.pc %{_datadir}/xml/mallard %changelog +* Thu Jan 31 2019 Fedora Release Engineering - 0.20.10-17 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Fri Jul 13 2018 Fedora Release Engineering - 0.20.10-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild From 7f87834e4419910b9020d3bd74ffc1465b0b4f02 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 25 Jul 2019 04:08:16 +0000 Subject: [PATCH 132/132] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- gnome-doc-utils.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gnome-doc-utils.spec b/gnome-doc-utils.spec index d3ab013..bbd1106 100644 --- a/gnome-doc-utils.spec +++ b/gnome-doc-utils.spec @@ -1,6 +1,6 @@ Name: gnome-doc-utils Version: 0.20.10 -Release: 17%{?dist} +Release: 18%{?dist} Summary: Documentation utilities for GNOME License: GPLv2+ and LGPLv2+ and GFDL @@ -87,6 +87,9 @@ sed -i -e '/^Requires:/d' %{buildroot}%{_datadir}/pkgconfig/xml2po.pc %{_datadir}/xml/mallard %changelog +* Thu Jul 25 2019 Fedora Release Engineering - 0.20.10-18 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Thu Jan 31 2019 Fedora Release Engineering - 0.20.10-17 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild