rpms/dbus-java/devel parallel.patch, NONE, 1.1 dbus-java.spec, 1.1, 1.2

Omair Majid (omajid) fedora-extras-commits at redhat.com
Mon Jul 7 18:54:50 UTC 2008


Author: omajid

Update of /cvs/pkgs/rpms/dbus-java/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24449

Modified Files:
	dbus-java.spec 
Added Files:
	parallel.patch 
Log Message:
* Mon Jul 7 2008 Omair Majid <omajid at redhat.com> 2.5-3
- Added a patch to fix the htlatex environment
- added -j1 to make to fix the race condition in makefile



parallel.patch:

--- NEW FILE parallel.patch ---
--- a/Makefile	2008-07-07 10:25:37.000000000 -0400
+++ b/Makefile	2008-07-07 14:08:02.000000000 -0400
@@ -128,9 +128,9 @@
 	(cd doc; dvips -o dbus-java.ps dbus-java.dvi)
 doc/dbus-java.pdf: doc/dbus-java.dvi .doc
 	(cd doc; pdflatex ../dbus-java.tex)
-doc/dbus-java/index.html: dbus-java.tex .doc
+doc/dbus-java/index.html: dbus-java.tex doc/dbus-java.dvi .doc 
 	mkdir -p doc/dbus-java/
-	(cd doc/dbus-java; TEX4HTENV=/etc/tex4ht/tex4ht.env htlatex ../../dbus-java.tex "xhtml,2" "" "-cvalidate")
+	(cd doc/dbus-java; TEX4HTENV=/usr/share/texmf/tex4ht/base/unix/tex4ht.env htlatex ../../dbus-java.tex "xhtml,2" "" "-cvalidate")
 	rm -f doc/dbus-java/*{4ct,4tc,aux,dvi,idv,lg,log,tmp,xref}
 	cp doc/dbus-java/dbus-java.html doc/dbus-java/index.html
 doc/api/index.html: $(SRCDIR)/*.java $(SRCDIR)/dbus/*.java .doc


Index: dbus-java.spec
===================================================================
RCS file: /cvs/pkgs/rpms/dbus-java/devel/dbus-java.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- dbus-java.spec	4 Jul 2008 20:31:51 -0000	1.1
+++ dbus-java.spec	7 Jul 2008 18:54:00 -0000	1.2
@@ -2,7 +2,7 @@
 
 Name:       dbus-java
 Version:    2.5
-Release:    2%{?dist}
+Release:    3%{?dist}
 Summary:    Java implementation of the DBus protocol
 Group:      Development/Libraries
 License:    AFL or LGPLv2
@@ -12,6 +12,7 @@
 Patch0:     man_fixes.patch
 Patch1:     docbook.patch
 Patch2:     classpath_fix.patch
+Patch3:     parallel.patch
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -68,11 +69,13 @@
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 
 %build
 # no configure file
 make %{?_smp_mflags} \
+    -j1 \
     JARPREFIX=%{_javadir}/%{name} \
     BINPREFIX=%{_bindir} \
     MANPREFIX=%{_mandir}/man1 \
@@ -156,6 +159,10 @@
 
 
 %changelog
+* Mon Jul 7 2008 Omair Majid <omajid at redhat.com> - 2.5-3
+- Added a patch to fix the htlatex environment
+- added -j1 to make to fix the race condition in makefile
+
 * Mon Jun 30 2008 Omair Majid <omajid at redhat.com> - 2.5-2
 - fixed incoherent name warning from rpmlint
 - fixed wrapper script paths




More information about the fedora-extras-commits mailing list