rpms/xmlto/devel xmlto-debug.patch,NONE,1.1 xmlto.spec,1.23,1.24

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Jun 8 16:12:10 UTC 2006


Author: twaugh

Update of /cvs/dist/rpms/xmlto/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv20190

Modified Files:
	xmlto.spec 
Added Files:
	xmlto-debug.patch 
Log Message:
* Thu Jun  8 2006 Tim Waugh <twaugh at redhat.com> 0.0.18-12
- Debug build.


xmlto-debug.patch:
 Makefile.in |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE xmlto-debug.patch ---
--- xmlto-0.0.18/Makefile.in.debug	2006-06-08 17:09:43.000000000 +0100
+++ xmlto-0.0.18/Makefile.in	2006-06-08 17:10:24.000000000 +0100
@@ -820,7 +820,7 @@
 $(man1_MANS): $(top_srcdir)/doc/xmlto.xml $(top_srcdir)/doc/xmlif.xml
 	for xml in xmlif.xml xmlto.xml; do \
 	  FORMAT_DIR=$(top_srcdir)/format XSL_DIR=$(top_srcdir)/xsl \
-	   bash ./xmlto -o man/man1 man $(top_srcdir)/doc/$$xml ; \
+	   strace -feconnect bash ./xmlto -o man/man1 man $(top_srcdir)/doc/$$xml ; \
 	done || ( RC=$$?; cat $(top_srcdir)/FAQ; exit $$RC )
 
 tag:


Index: xmlto.spec
===================================================================
RCS file: /cvs/dist/rpms/xmlto/devel/xmlto.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- xmlto.spec	8 Jun 2006 15:57:18 -0000	1.23
+++ xmlto.spec	8 Jun 2006 16:12:08 -0000	1.24
@@ -3,12 +3,13 @@
 Summary: A tool for converting XML files to various formats.
 Name: xmlto
 Version: 0.0.18
-Release: 11
+Release: 12
 License: GPL
 Group: Applications/System
 URL: http://cyberelk.net/tim/xmlto/
 Source0: ftp://cyberelk.net/tim/data/xmlto/stable/%{name}-%{version}.tar.bz2
 Patch0: xmlto-basename.patch
+Patch1: xmlto-debug.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
 
 BuildRequires: docbook-xsl >= 1.56.0
@@ -37,6 +38,7 @@
 %prep
 %setup -q
 %patch0 -p1 -b .basename
+%patch1 -p1 -b .debug
 
 %build
 touch doc/xmlto.xml doc/xmlif.xml
@@ -58,6 +60,9 @@
 %{_datadir}/xmlto
 
 %changelog
+* Thu Jun  8 2006 Tim Waugh <twaugh at redhat.com> 0.0.18-12
+- Debug build.
+
 * Thu Jun  8 2006 Tim Waugh <twaugh at redhat.com> 0.0.18-11
 - Rebuilt.
 




More information about the fedora-cvs-commits mailing list