rpms/webkitgtk/devel webkitgtk.spec,1.44,1.45

Matthias Clasen mclasen at fedoraproject.org
Fri Jul 2 17:04:57 UTC 2010


Author: mclasen

Update of /cvs/pkgs/rpms/webkitgtk/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv7970

Modified Files:
	webkitgtk.spec 
Log Message:
build introspection



Index: webkitgtk.spec
===================================================================
RCS file: /cvs/pkgs/rpms/webkitgtk/devel/webkitgtk.spec,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -p -r1.44 -r1.45
--- webkitgtk.spec	2 Jul 2010 13:11:48 -0000	1.44
+++ webkitgtk.spec	2 Jul 2010 17:04:56 -0000	1.45
@@ -35,7 +35,7 @@
 
 Name:		webkitgtk
 Version:	1.3.2
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	GTK+ Web content engine library
 
 Provides:	WebKit-gtk = %{version}-%{release}
@@ -73,6 +73,7 @@ BuildRequires:	libxslt-devel
 BuildRequires:	libXt-devel
 BuildRequires:	pcre-devel
 BuildRequires:	sqlite-devel
+BuildRequires:	gobject-introspection-devel
 
 ## Conditional dependencies...
 %if %{with pango}
@@ -121,6 +122,7 @@ LICENSE, README, and AUTHORS files.
 CFLAGS="%optflags -DLIBSOUP_I_HAVE_READ_BUG_594377_AND_KNOW_SOUP_PASSWORD_MANAGER_MIGHT_GO_AWAY" %configure							\
 			--disable-jit				\
 			--enable-geolocation			\
+                        --enable-introspection                  \
 %{?with_3dtransforms:	--enable-3D-transforms		}	\
 %{?with_coverage:	--enable-coverage		}	\
 %{?with_debug:		--enable-debug			}	\
@@ -179,6 +181,7 @@ rm -rf %{buildroot}
 %defattr(-,root,root,-)
 %exclude %{_libdir}/*.la
 %{_libdir}/libwebkitgtk-1.0.so.*
+%{_libdir}/girepository-1.0/WebKit-1.0.typelib
 %{_libexecdir}/%{name}/
 
 %files	devel
@@ -188,6 +191,7 @@ rm -rf %{buildroot}
 %{_includedir}/webkit-1.0
 %{_libdir}/libwebkitgtk-1.0.so
 %{_libdir}/pkgconfig/webkit-1.0.pc
+%{_datadir}/gir-1.0/WebKit-1.0.gir
 
 %files	doc
 %defattr(-,root,root,-)
@@ -195,6 +199,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Fri Jul  2 2010 Matthias Clasen <mclasen at redhat.com> 1.3.2-2
+- Enable introspection (needed for epiphany)
+
 * Thu Jul  1 2010 Matthias Clasen <mclasen at redhat.com> 1.3.2-1
 - Update to 1.3.2
 



More information about the scm-commits mailing list