rpms/gnome-doc-utils/devel gnome-doc-utils-0.8.0-aclocal-flags.patch, NONE, 1.1 gnome-doc-utils.spec, 1.28, 1.29

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Sun Dec 10 03:08:44 UTC 2006


Author: mbarnes

Update of /cvs/dist/rpms/gnome-doc-utils/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv17991

Modified Files:
	gnome-doc-utils.spec 
Added Files:
	gnome-doc-utils-0.8.0-aclocal-flags.patch 
Log Message:

* Sat Dec 09 2006 Matthew Barnes <mbarnes at redhat.com> - 0.8.0-3
- Add patch for GNOME bug #355521 (look for local m4 files).


gnome-doc-utils-0.8.0-aclocal-flags.patch:
 Makefile.am |    2 ++
 Makefile.in |    2 ++
 2 files changed, 4 insertions(+)

--- NEW FILE gnome-doc-utils-0.8.0-aclocal-flags.patch ---
--- 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)					\


Index: gnome-doc-utils.spec
===================================================================
RCS file: /cvs/dist/rpms/gnome-doc-utils/devel/gnome-doc-utils.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- gnome-doc-utils.spec	8 Sep 2006 20:18:46 -0000	1.28
+++ gnome-doc-utils.spec	10 Dec 2006 03:08:41 -0000	1.29
@@ -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 @@
 
 %prep
 %setup -q
+%patch1 -p1 -b .aclocal-flags
 
 %build
 %configure --disable-scrollkeeper
@@ -43,7 +58,6 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-
 %files -f %{name}.lang
 %defattr(-,root,root,-)
 %doc AUTHORS README NEWS
@@ -60,6 +74,9 @@
 %{_datadir}/gnome-doc-utils
 
 %changelog
+* Sat Dec 09 2006 Matthew Barnes <mbarnes at redhat.com> - 0.8.0-3
+- Add patch for GNOME bug #355521 (look for local m4 files).
+
 * Fri Sep  8 2006 Matthias Clasen <mclasen at redhat.com> - 0.8.0-2
 - Fix some directory ownership issues  (#205677)
 




More information about the fedora-cvs-commits mailing list