RE: [Epiphany] rpm spec update



On Thu, 2003-05-08 at 17:22, mpeseng@tin.it wrote:
> I think we should try to be compatible with blizzard rpms. Prolly it's not
> possible to detect the gcc mozilla has been compiled with ... maybe it's
> possible to pass params to rpmbuild, not sure.

Ok, to make epiphany rpm build against a gcc 2.96 mozilla, it is enough
to run "CXX=g++296 rpmbuild -tb epiphany-0.6.0.tar.gz". Accordingly,
this diff leaves gcc as default in the spec file.

-- 
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	9 May 2003 18:38:00 -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: 20030509cvs
 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,7 @@
 %setup -q
 
 %build
-%configure --enable-nautilus-view=no
+%configure --enable-nautilus-view=yes --prefix=/usr
 make
 
 %install
@@ -60,6 +60,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]