]> git.pld-linux.org Git - packages/galeon.git/blobdiff - galeon.spec
- Release 3.
[packages/galeon.git] / galeon.spec
index ad2361b4431dde7962e40eb2e9a1943a7ac01a21..e29dfb88ef27112474e40ffbabb8feeac6f32512 100644 (file)
@@ -1,38 +1,39 @@
 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
 Name:          galeon
-Version:       0.11.0
-Release:       1
+Version:       1.0.1
+Release:       3
+Epoch:         1
 License:       GPL
 Group:         X11/Applications/Networking
 Group(de):     X11/Applikationen/Netzwerkwesen
 Group(pl):     X11/Aplikacje/Sieciowe
-Source0:       http://prdownloads.sourceforge.net/galeon/%{name}-%{version}.tar.gz             
+Source0:       http://prdownloads.sourceforge.net/galeon/%{name}-%{version}.tar.gz
 Patch0:                %{name}-mozilla_five_home.patch
-Patch1:                %{name}-macros.patch
-Patch2:                %{name}-gettext.patch
-Patch3:         %{name}-QnD.patch
 URL:           http://galeon.sourceforge.net/
-Requires:      mozilla >= 0.9.2-2
-BuildRequires: GConf-devel
+Requires:      GConf >= 1.0.4-1
+%requires_eq:  mozilla
+BuildRequires: GConf-devel >= 1.0.4-1
 BuildRequires: ORBit-devel >= 0.5.0
 BuildRequires: gettext-devel
+BuildRequires: gnome-core-devel >= 1.2.0
 BuildRequires: gnome-libs-devel >= 1.2.0
 BuildRequires: gnome-vfs-devel >= 0.5
 BuildRequires: libxml-devel >= 1.8.7
 BuildRequires: libglade-devel
 BuildRequires: libstdc++-devel
-BuildRequires: mozilla-devel >= 0.9.2
+BuildRequires: mozilla-devel >= 0.9.6
 BuildRequires: oaf >= 0.6.2
+BuildRequires: oaf-devel >= 0.6.2
+BuildRequires: gdk-pixbuf-devel >= 0.10.
 BuildRequires: bison
-BuildRequires: automake
-BuildRequires: autoconf
-BuildRequires: libtool
 BuildRequires: xml-i18n-tools
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _prefix         /usr/X11R6
 %define                _mandir         %{_prefix}/man
+%define                _sysconfdir     /etc/X11/GNOME
 
 %description
 Gnome browser based on Gecko (Mozilla rendering engine).
@@ -41,26 +42,30 @@ Gnome browser based on Gecko (Mozilla rendering engine).
 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.
+
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
 
 %build
-rm missing
-gettextize --copy --force
-libtoolize --copy --force
-aclocal
-autoconf
-automake -a -c
-%configure \
+#sed -e s/AM_GNOME_GETTEXT/AM_GNU_GETTEXT/ configure.in >configure.in.tmp
+#mv -f configure.in.tmp configure.in
+#rm -f missing
+#aclocal -I %{_aclocaldir}/gnome
+#autoconf
+#automake -a -c
+%configure2_13 \
        --with-mozilla-libs=%{_libdir} \
        --with-mozilla-includes=%{_includedir}/mozilla \
        --with-mozilla-home=%{_libdir}/mozilla \
        --enable-nls \
-       --disable-included-gettext
+       --disable-included-gettext \
+       --disable-install-schemas \
+       --enable-gconf-source=%{_sysconfdir}/gconf/schemas
+
+
 
 %{__make}
 
@@ -81,6 +86,8 @@ gzip -9nf AUTHORS ChangeLog NEWS README
 umask 022
 rm -f %{_libdir}/mozilla/component.reg
 MOZILLA_FIVE_HOME=%{_libdir}/mozilla regxpcom
+gconftool --shutdown
+GCONF_CONFIG_SOURCE=xml::%{_sysconfdir}/gconf/gconf.xml.defaults gconftool --makefile-install-rule %{_sysconfdir}/gconf/schemas/galeon.schemas 2>dev/null >/dev/null
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -94,3 +101,6 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/oaf/*
 %{_datadir}/sounds/galeon
 %{_pixmapsdir}/*
+%{_sysconfdir}/gconf/schemas/*
+%{_sysconfdir}/sound/events/*
+%{_mandir}/man1/*
This page took 0.027695 seconds and 4 git commands to generate.