rpms/babl/devel babl.spec,1.14,1.15

Nils Philippsen nphilipp at fedoraproject.org
Mon Jul 6 10:56:55 UTC 2009


Author: nphilipp

Update of /cvs/pkgs/rpms/babl/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12565

Modified Files:
	babl.spec 
Log Message:
revert using "--disable-gtk-doc" as this doesn't work with babl (#477807)



Index: babl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/babl/devel/babl.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -p -r1.14 -r1.15
--- babl.spec	2 Jul 2009 12:40:42 -0000	1.14
+++ babl.spec	6 Jul 2009 10:56:25 -0000	1.15
@@ -32,7 +32,7 @@ developing with %{name}.
 %patch0 -p0 -b .fix
 
 %build
-%configure --disable-static --disable-gtk-doc
+%configure --disable-static
 
 make %{?_smp_mflags}
 										
@@ -46,6 +46,9 @@ rm -rf babl_docs/html/graphics/Makefile*
 
 rm -rf %{buildroot}%{_libdir}/*.la
 
+# fix timestamps for multilib
+touch -m --reference=docs/Makefile.am babl_docs/html{,/graphics}/*
+
 %check
 make check
 
@@ -70,7 +73,10 @@ rm -rf %{buildroot}
 %{_libdir}/pkgconfig/%{name}.pc
 
 %changelog
-* Thu Jul 02 2009 Nils Philippsen <nils at redhat.com> - 0.1.0-3
+* Mon Jul 06 2009 Nils Philippsen <nils at redhat.com> - 0.1.0-3
+- revert using "--disable-gtk-doc" as this doesn't work with babl (#477807)
+
+* Thu Jul 02 2009 Nils Philippsen <nils at redhat.com>
 - use "--disable-gtk-doc" to avoid rebuilding documentation (#477807)
 - fix source URL
 




More information about the fedora-extras-commits mailing list