]> git.pld-linux.org Git - packages/galeon.git/blobdiff - galeon.spec
- md5
[packages/galeon.git] / galeon.spec
index 389b8ea4dbbfeb22a0f2a716394eef7f5da321b7..de8ede15b41b4e3d7343008b44c8a57973ecb037 100644 (file)
@@ -1,34 +1,31 @@
 #
 # Conditional build:
 # _with_gcc2           - compile using gcc2 to get working java plugin.
-#                        Flash plugin seems to still doesn't work, use 
-#                        mozilla instead. To compile wit this option, You 
+#                        Flash plugin seems to still doesn't work, use
+#                        mozilla instead. To compile wit this option, You
 #                        have to install mozilla compiled with gcc2.
 #
-%define                minmozver       1.4b
-%define                snap            20030518
+%define                minmozver       5:1.5
+%define                snap    20031025
 
 Summary:       Galeon - gecko-based GNOME web browser
 Summary(pl):   Galeon - przegl±darka WWW dla GNOME
-Summary(pt_BR):        O galeon é um browser para o gnome baseado no mozilla
+Summary(pt_BR):        O galeon é um browser para o GNOME baseado no mozilla
 Summary(zh_CN):        »ùÓÚGeckoµÄGNOMEÁ÷ÀÀÆ÷
 Name:          galeon
-Version:       1.3.5
-#Release:      1.%{snap}.1
-Release:       3
+Version:       1.3.9
+Release:       3.%{snap}.1
 Epoch:         2
 License:       GPL
 Group:         X11/Applications/Networking
-Source0:       http://dl.sf.net/galeon/%{name}-%{version}.tar.bz2
-# Source0-md5: 6d0a503e82e0c676712859ee273dcd81
-#Source0:      %{name}-%{version}-%{snap}.tar.bz2
+Source0:       %{name}-%{version}-%{snap}.tar.bz2
+# Source0-md5: 2a162fc40d6be4aaaa73e1219c763831
+#Source0:      http://dl.sf.net/%{name}/%{name}-%{version}.tar.bz2
 Source1:       %{name}-config-tool.1
 URL:           http://galeon.sourceforge.net/
 Patch0:                %{name}-desktop.patch
-# s/uint/guint/ (or missing include alternatively)
-Patch1:                %{name}-uint.patch
 BuildRequires: GConf2-devel >= 2.0.0
-BuildRequires: ORBit2-devel >= 2.0.0
+BuildRequires: ORBit2-devel >= 2.7.5-1
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: bison
@@ -37,45 +34,44 @@ BuildRequires:      gnome-vfs2-devel >= 2.0.0
 BuildRequires: gtk+2-devel >= 2.0.6
 BuildRequires: intltool
 BuildRequires: libbonobo-devel >= 2.3.1-4
-BuildRequires: libbonoboui-devel >= 2.1.1
+BuildRequires: libbonoboui-devel >= 2.3.3-2
 BuildRequires: libglade2-devel >= 2.0.0
-BuildRequires: libgnomeui-devel >= 2.0.5
+BuildRequires: libgnomeui-devel >= 2.3.3.1-2
 BuildRequires: libstdc++-devel
 BuildRequires: libxml2-devel >= 2.4.0
-BuildRequires: mozilla-embedded-devel >= %{minmozver}
-BuildRequires: nautilus-devel >= 2.0.0
-BuildRequires: openssl-devel >= 0.9.7
+BuildRequires: mozilla-devel >= %{minmozver}
+BuildRequires: nautilus-devel >= 2.3.7-3
+BuildRequires: openssl-devel >= 0.9.7c
 BuildRequires: scrollkeeper >= 0.1.4
 BuildRequires: rpm-build >= 4.1-10
-Requires:      libbonobo >= 2.3.1-4
-Requires:      mozilla-embedded = %(rpm -q --qf '%{EPOCH}:%{VERSION}' --whatprovides mozilla-embedded)
 Requires(post):        GConf2
 Requires(post):        mozilla
 Requires(post):        scrollkeeper
+Requires:      libbonobo >= 2.3.1-4
+Requires:      mozilla = %(rpm -q --qf '%{EPOCH}:%{VERSION}' --whatprovides mozilla)
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 # can be provided by mozilla or mozilla-embedded
 %define                _noautoreqdep   libgtkembedmoz.so libgtksuperwin.so libxpcom.so
 
-%if%{?_with_gcc2:1}%{!?_with_gcc2:0}
+%if %{?_with_gcc2:1}%{!?_with_gcc2:0}
 %define         __cc            gcc2
 %define         __cxx           gcc2
 %endif
 
 %description
-Gnome browser based on Gecko (Mozilla rendering engine).
+GNOME browser based on Gecko (Mozilla rendering engine).
 
 %description -l pl
 Galeon jest przegl±dark± WWW bazuj±c± na Gecko (mechanizmie
 interpretacji stron Mozilli).
 
 %description -l pt_BR
-O galeon é um browser para o gnome baseado no mozilla.
+O galeon é um browser para o GNOME baseado no mozilla.
 
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 
 # regenerate - didn't compile with ORBit2 2.7.2
 cd idl
@@ -109,7 +105,7 @@ rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_mandir}/man1
 
 %{__make} install \
-       DESTDIR=$RPM_BUILD_ROOT 
+       DESTDIR=$RPM_BUILD_ROOT
 
 install %{SOURCE1} $RPM_BUILD_ROOT%{_mandir}/man1
 
This page took 0.038829 seconds and 4 git commands to generate.