[Epiphany] rpm spec update



attached a simple diff to bring the rpm spec up to date. default to gcc
2.96 for plugin support.

-- 
Osma Ahvenlampi <oa@iki.fi>
Index: epiphany.spec
===================================================================
RCS file: /cvs/gnome/epiphany/epiphany.spec,v
retrieving revision 1.1
diff -u -r1.1 epiphany.spec
--- epiphany.spec	16 Apr 2003 18:32:31 -0000	1.1
+++ epiphany.spec	7 May 2003 20:03:25 -0000
@@ -1,14 +1,14 @@
 Summary: GNOME web browser based on the Mozilla rendering engine
 Name: epiphany
-Version: 0.5.0
-Release: 2
+Version: 0.6.0
+Release: 20030507cvs
 License: GPL
 Group: Applications/Internet
 URL: http://epiphany.mozdev.org
 Source0: http://downloads.mozdev.org/epiphany/%{name}-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
 Prereq: scrollkeeper, GConf2
-Requires: mozilla = 35:1.3-0_rh8_gtk2
+Requires: mozilla >= 1.3
 BuildRequires: mozilla-devel
 BuildRequires: gtk2-devel
 BuildRequires: libbonoboui-devel >= 2.1.1
@@ -24,7 +24,9 @@
 %setup -q
 
 %build
-%configure --enable-nautilus-view=no
+export CC=gcc296
+export CXX=g++296
+%configure --enable-nautilus-view=yes --prefix=/usr
 make
 
 %install
@@ -60,6 +62,7 @@
 %{_bindir}/epiphany-bin
 %{_libdir}/bonobo/servers/*
 %{_datadir}/applications/*.desktop
+%{_datadir}/application-registry
 %{_datadir}/epiphany
 %{_datadir}/gnome/help/epiphany
 %{_datadir}/omf/epiphany

This is a digitally signed message part



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]