[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
rpms/epiphany/devel epiphany.spec,1.53,1.54
- From: fedora-cvs-commits redhat com
- To: fedora-cvs-commits redhat com
- Subject: rpms/epiphany/devel epiphany.spec,1.53,1.54
- Date: Tue, 5 Jul 2005 14:02:05 -0400
Author: caillon
Update of /cvs/dist/rpms/epiphany/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv28595
Modified Files:
epiphany.spec
Log Message:
* Tue Jul 5 2005 Christopher Aillon <caillon redhat com> - 1.7.1-3
- Add the packages needed for building against -devel to its Requires:
- Add builds for ia64 s390(x)
Index: epiphany.spec
===================================================================
RCS file: /cvs/dist/rpms/epiphany/devel/epiphany.spec,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- epiphany.spec 16 Jun 2005 15:26:02 -0000 1.53
+++ epiphany.spec 5 Jul 2005 18:01:58 -0000 1.54
@@ -1,12 +1,18 @@
%define mozver 37:1.7.8
%define desktop_file_utils_version 0.9
-ExclusiveArch: i386 x86_64 ppc
%define epiphany_mainver 1.7
+%define mozilla_devel_ver 1.7
+%define gtk2_devel_ver 2.4
+%define libbonoboui_devel_ver 2.1.1
+%define scrollkeeper_ver 0.1.4
+
+# No ppc64 mozilla build
+ExcludeArch: ppc64
Summary: GNOME web browser based on the Mozilla rendering engine
Name: epiphany
Version: 1.7.1
-Release: 2
+Release: 3
License: GPL
Group: Applications/Internet
URL: http://www.gnome.org/projects/epiphany/
@@ -16,14 +22,13 @@
Prereq: scrollkeeper, GConf2
PreReq: desktop-file-utils >= %{desktop_file_utils_version}
Requires: mozilla = %mozver
-# 1.0.5 for gnome-spinner, 1.0.6 for web-browser
Requires: gnome-icon-theme >= 1.0.6-1
Requires: iso-codes >= 0.45
-BuildRequires: mozilla-devel >= 1.7
+BuildRequires: mozilla-devel >= %{mozilla_devel_ver}
BuildRequires: mozilla
-BuildRequires: gtk2-devel >= 2.3.2
-BuildRequires: libbonoboui-devel >= 2.1.1
-BuildRequires: scrollkeeper >= 0.1.4
+BuildRequires: gtk2-devel >= %{gtk2_devel_ver}
+BuildRequires: libbonoboui-devel >= %{libbonoboui_devel_ver}
+BuildRequires: scrollkeeper >= %{scrollkeeper_ver}
BuildRequires: libxml2-devel, libgnomeui-devel, libglade2-devel
BuildRequires: gnome-vfs2-devel, GConf2-devel, ORBit2-devel
BuildRequires: eel2-devel
@@ -41,6 +46,15 @@
Summary: The files needed for developing extensions for the epiphany web browser.
Group: Development/Libraries
Requires: epiphany = %{version}
+Requires: mozilla-devel >= %{mozilla_devel_ver}
+Requires: mozilla
+Requires: gtk2-devel >= %{gtk2_devel_ver}
+Requires: libbonoboui-devel >= %{libbonoboui_devel_ver}
+Requires: scrollkeeper >= %{scrollkeeper_ver}
+Requires: libxml2-devel, libgnomeui-devel, libglade2-devel
+Requires: gnome-vfs2-devel, GConf2-devel, ORBit2-devel
+Requires: eel2-devel
+Requires: iso-codes-devel
%description devel
epiphany is a web browser based on the Mozilla rendering engine.
@@ -109,6 +123,10 @@
%{_datadir}/pygtk/2.0/defs/epiphany.defs
%changelog
+* Tue Jul 5 2005 Christopher Aillon <caillon redhat com> - 1.7.1-3
+- Add the packages needed for building against -devel to its Requires:
+- Add builds for ia64 s390(x)
+
* Thu Jun 16 2005 Christopher Aillon <caillon redhat com> - 1.7.1-2
- Specfile cleanup
- Make the devel package depend on the main package
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]