|
|
@ -1,11 +1,11 @@
|
|
|
|
Summary: Documentation utilities for the GNOME project
|
|
|
|
Summary: Documentation utilities for the GNOME project
|
|
|
|
Name: gnome-doc-utils
|
|
|
|
Name: gnome-doc-utils
|
|
|
|
Version: 0.2.0
|
|
|
|
Version: 0.3.1
|
|
|
|
Release: 2
|
|
|
|
Release: 1
|
|
|
|
License: LGPL
|
|
|
|
License: LGPL
|
|
|
|
Group: Development/Tools
|
|
|
|
Group: Development/Tools
|
|
|
|
URL: http://www.gnome.org/
|
|
|
|
URL: http://www.gnome.org/
|
|
|
|
Source0: gnome-doc-utils-0.2.0.tar.bz2
|
|
|
|
Source0: %{name}-%{version}.tar.bz2
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
|
|
BuildPrereq: libxml2-devel >= 2.6.12
|
|
|
|
BuildPrereq: libxml2-devel >= 2.6.12
|
|
|
@ -13,8 +13,6 @@ BuildPrereq: libxslt-devel >= 1.1.8
|
|
|
|
Requires: libxml2 >= 2.6.12
|
|
|
|
Requires: libxml2 >= 2.6.12
|
|
|
|
Requires: libxslt >= 1.1.8
|
|
|
|
Requires: libxslt >= 1.1.8
|
|
|
|
|
|
|
|
|
|
|
|
Patch0: gnome-doc-utils-0.2.0-add-endterm-support.patch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
gnome-doc-utils is a collection of documentation utilities for the GNOME
|
|
|
|
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
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
%setup -q
|
|
|
|
%patch0 -p1 -b .add-endterm-support
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
%configure
|
|
|
|
%configure
|
|
|
@ -56,6 +53,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
%{_datadir}/gnome-doc-utils
|
|
|
|
%{_datadir}/gnome-doc-utils
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Wed Jul 13 2005 Matthias Clasen <mclasen@redhat.com> - 0.3.1-1
|
|
|
|
|
|
|
|
- Newer upstream version
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Apr 26 2005 Ray Strode <rstrode@redhat.com> - 0.2.0-2
|
|
|
|
* Tue Apr 26 2005 Ray Strode <rstrode@redhat.com> - 0.2.0-2
|
|
|
|
- Add patch that might fix yelp links (bug 146862)
|
|
|
|
- Add patch that might fix yelp links (bug 146862)
|
|
|
|
|
|
|
|
|
|
|
|