- Add patch for GNOME bug #355521 (look for local m4 files).

epel9
Matthew Barnes 18 years ago
parent 86053ecda9
commit 242552ab32

@ -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) \

@ -1,21 +1,35 @@
Summary: Documentation utilities for the GNOME project ### Abstract ###
Name: gnome-doc-utils Name: gnome-doc-utils
Version: 0.8.0 Version: 0.8.0
Release: 2%{?dist} Release: 3%{?dist}
License: LGPL License: LGPL
Group: Development/Tools Group: Development/Tools
Summary: Documentation utilities for the GNOME project
URL: http://www.gnome.org/ URL: http://www.gnome.org/
Source0: %{name}-%{version}.tar.bz2
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildPrereq: libxml2-devel >= 2.6.12 Source: %{name}-%{version}.tar.bz2
BuildPrereq: libxslt-devel >= 1.1.8
BuildRequires: perl-XML-Parser BuildArch: noarch
BuildRequires: gettext
### Patches ###
# GNOME bug #355521
Patch1: gnome-doc-utils-0.8.0-aclocal-flags.patch
### Dependencies ###
Requires: libxml2 >= 2.6.12 Requires: libxml2 >= 2.6.12
Requires: libxslt >= 1.1.8 Requires: libxslt >= 1.1.8
Requires: libxml2-python Requires: libxml2-python
### Build Dependencies ###
BuildPrereq: libxml2-devel >= 2.6.12
BuildPrereq: libxslt-devel >= 1.1.8
BuildRequires: perl-XML-Parser
BuildRequires: gettext
%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
@ -25,6 +39,7 @@ XSLT stylesheets that were once distributed with Yelp.
%prep %prep
%setup -q %setup -q
%patch1 -p1 -b .aclocal-flags
%build %build
%configure --disable-scrollkeeper %configure --disable-scrollkeeper
@ -43,7 +58,6 @@ mv $RPM_BUILD_ROOT%{_libdir}/pkgconfig/*.pc $RPM_BUILD_ROOT%{_datadir}/pkgconfig
%clean %clean
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
%files -f %{name}.lang %files -f %{name}.lang
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc AUTHORS README NEWS %doc AUTHORS README NEWS
@ -60,6 +74,9 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/gnome-doc-utils %{_datadir}/gnome-doc-utils
%changelog %changelog
* Sat Dec 09 2006 Matthew Barnes <mbarnes@redhat.com> - 0.8.0-3
- Add patch for GNOME bug #355521 (look for local m4 files).
* Fri Sep 8 2006 Matthias Clasen <mclasen@redhat.com> - 0.8.0-2 * Fri Sep 8 2006 Matthias Clasen <mclasen@redhat.com> - 0.8.0-2
- Fix some directory ownership issues (#205677) - Fix some directory ownership issues (#205677)

Loading…
Cancel
Save