]> git.pld-linux.org Git - packages/galeon.git/blobdiff - galeon.spec
- added %%post (like RH and MDK)
[packages/galeon.git] / galeon.spec
index 62caddb60b952da1032464c00234f0821b3355ce..19786118b6a06da64e56e322a6e62fe0f437cc14 100644 (file)
@@ -1,23 +1,32 @@
 Summary:       Galeon - gecko-based GNOME web browser
-Summary(pl):   Galeon - przeglĀ±darka WWW
+Summary(pl):   Galeon - przeglĀ±darka WWW dla GNOME
 Name:          galeon
-Version:       0.8
+Version:       0.11.0
 Release:       1
 License:       GPL
 Group:         X11/Applications/Networking
 Group(de):     X11/Applikationen/Netzwerkwesen
 Group(pl):     X11/Aplikacje/Sieciowe
-Source0:       ftp://download.sourceforge.net/pub/sourceforge/galeon/%{name}-%{version}.tar.gz
-Patch0:                %{name}-makefile.patch
+Source0:       http://prdownloads.sourceforge.net/galeon/%{name}-%{version}.tar.gz             
+Patch0:                %{name}-mozilla_five_home.patch
+Patch1:                %{name}-macros.patch
+Patch2:                %{name}-gettext.patch
 URL:           http://galeon.sourceforge.net/
-Requires:      mozilla
+Requires:      mozilla >= 0.9.1
+BuildRequires: GConf-devel
 BuildRequires: ORBit-devel >= 0.5.0
 BuildRequires: gettext-devel
 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
+BuildRequires: mozilla-devel >= 0.9.2
+BuildRequires: oaf >= 0.6.2
+BuildRequires: bison
+BuildRequires: automake
+BuildRequires: autoconf
+BuildRequires: libtool
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _prefix         /usr/X11R6
@@ -33,23 +42,42 @@ interpretacji stron Mozilli).
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
+%patch2 -p1
 
 %build
+rm missing
 gettextize --copy --force
+libtoolize --copy --force
+aclocal
+autoconf
+automake -a -c
 %configure \
-       --with-gnome \
-       --without-debug \
-       --enable-gcc-compatibility-hack
+       --with-mozilla-libs=%{_libdir} \
+       --with-mozilla-includes=%{_includedir}/mozilla \
+       --with-mozilla-home=%{_libdir}/mozilla \
+       --enable-nls \
+       --disable-included-gettext
+
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT \
+       Networkdir=%{_applnkdir}/Network/WWW
+
+mv -f $RPM_BUILD_ROOT%{_bindir}/galeon-bin $RPM_BUILD_ROOT%{_bindir}/galeon
 
 gzip -9nf AUTHORS ChangeLog NEWS README
 
-%find_lang %{name}
+%find_lang %{name} --with-gnome
+
+%post
+umask 022
+rm -f %{_libdir}/mozilla/component.reg
+MOZILLA_FIVE_HOME=%{_libdir}/mozilla regxpcom
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -60,4 +88,6 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/*
 %{_applnkdir}/Network/WWW/*
 %{_datadir}/galeon
-%{_datadir}/pixmaps/*
+%{_datadir}/oaf/*
+%{_datadir}/sounds/galeon
+%{_pixmapsdir}/*
This page took 0.029372 seconds and 4 git commands to generate.