rpms/epiphany-extensions/devel epiphany-extensions.spec,1.19,1.20

Peter Gordon (pgordon) fedora-extras-commits at redhat.com
Sun Jan 28 07:52:19 UTC 2007


Author: pgordon

Update of /cvs/extras/rpms/epiphany-extensions/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25651/devel

Modified Files:
	epiphany-extensions.spec 
Log Message:
Enable all extensions; a bunch of aesthetic fixes.


Index: epiphany-extensions.spec
===================================================================
RCS file: /cvs/extras/rpms/epiphany-extensions/devel/epiphany-extensions.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- epiphany-extensions.spec	27 Jan 2007 07:52:10 -0000	1.19
+++ epiphany-extensions.spec	28 Jan 2007 07:51:49 -0000	1.20
@@ -1,9 +1,10 @@
-%define ephy_major 2.17
+%define	ephy_major		2.17
+%define	ephy_min_version	%{ephy_major}.4
 
 Name:		epiphany-extensions
 Version:	%{ephy_major}.4
-Release:	2
-Summary:	Extensions for Epiphany, the GNOME web browser.
+Release:	3
+Summary:	Extensions for Epiphany, the GNOME web browser
 
 License:	GPL
 Group:		Applications/Internet
@@ -13,11 +14,13 @@
 
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:	epiphany-devel >= %{ephy_major}
+BuildRequires:	epiphany-devel >= %{ephy_min_version}
 BuildRequires:	perl(XML::Parser)
 BuildRequires:	gettext
+BuildRequires:	opensp-devel
+BuildRequires:	pcre-devel
 
-Requires:	epiphany >= %{ephy_major}
+Requires:	epiphany >= %{ephy_min_version}
 
 Requires(pre):	GConf2
 
@@ -38,7 +41,8 @@
 
 
 %build
-%configure --disable-compiler-warnings --disable-scrollkeeper
+%configure --disable-compiler-warnings --disable-scrollkeeper	\
+	--with-extensions=really-all
 %{__make} %{?_smp_mflags}
 
 
@@ -90,9 +94,13 @@
 
 
 %changelog
+* Sat Jan 27 2007 Peter Gordon <peter at thecodergeek.com> - 2.17.4-3
+- Enable all extensions. (Woo!)
+- Fix summary (it shouldn't end with a period).
+
 * Fri Jan 26 2007 Peter Gordon <peter at thecodergeek.com> - 2.17.4-2
 - Fix %%post GConf scriptlet (thanks to David Nielsen for the bug report via
-  email). and a spelling mistake in previous %%changelog entry 
+  email) and a spelling mistake in previous %%changelog entry. 
 - Lots of aesthetic fixes to the spec file.
 
 * Wed Jan 24 2007 Peter Gordon <peter at thecodergeek.com> - 2.17.4-1




More information about the scm-commits mailing list