]> git.pld-linux.org Git - packages/galeon.git/blobdiff - galeon.spec
- up to 0.11.1.
[packages/galeon.git] / galeon.spec
index bb76debf1b13bc225b4a62b0f2bdeec0ed254bb7..c808b1782b6cc5270ca5be970ca486c6940b9ac5 100644 (file)
@@ -1,56 +1,98 @@
-%define ver      0.4
-%define rel      1
-%define prefix   /usr
-Summary:       Galeon
+Summary:       Galeon - gecko-based GNOME web browser
+Summary(pl):   Galeon - przegl±darka WWW dla GNOME
 Name:          galeon
-Version:       %ver
-Release:       %rel
+Version:       0.11.1
+#Release:      0.cvs20010701
+Release:       1
 License:       GPL
 Group:         X11/Applications/Networking
+Group(de):     X11/Applikationen/Netzwerkwesen
 Group(pl):     X11/Aplikacje/Sieciowe
-Source0:       %{name}-%{version}.tar.gz
-URL:           http://galeon.sourceforge.net
+Source0:       http://prdownloads.sourceforge.net/galeon/%{name}-%{version}-cvs20010701.tar.gz         
+Patch0:                %{name}-mozilla_five_home.patch
+Patch1:                %{name}-macros.patch
+Patch2:                %{name}-gettext.patch
+URL:           http://galeon.sourceforge.net/
+Requires:      mozilla >= 0.9.2-2
+BuildRequires: GConf-devel
+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: 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)
-Autoreq:       0
-Requires:      gnome-libs >= 1.0.0
-Requires:      ORBit >= 0.4.0
-
 
 %define                _prefix         /usr/X11R6
 %define                _mandir         %{_prefix}/man
 
 %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).
+
 %prep
 %setup -q
+%patch0 -p1
+%patch1 -p1
+%patch2 -p1
 
 %build
-if [ ! -f configure ]; then
-  CFLAGS="$RPM_OPT_FLAGS" ./autogen.sh --prefix=%{_prefix} \
-       --with-gnome --without-debug --sysconfdir=%{_sysconfdir}
-else
-  CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{_prefix} \
-       --with-gnome --without-debug --sysconfdir=%{_sysconfdir}
-fi
-
-if [ "$SMP" != "" ]; then
-  (make "MAKE=make -k -j $SMP"; exit 0)
-  make
-else
-  make
-fi
+rm missing
+gettextize --copy --force
+libtoolize --copy --force
+aclocal
+autoconf
+automake -a -c
+%configure \
+       --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} prefix=$RPM_BUILD_ROOT%{_prefix} sysconfdir=$RPM_BUILD_ROOT%{_sysconfdir} install
+%{__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} --with-gnome
+
+%post
+umask 022
+rm -f %{_libdir}/mozilla/component.reg
+MOZILLA_FIVE_HOME=%{_libdir}/mozilla regxpcom
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files
+%files -f %{name}.lang
 %defattr(644,root,root,755)
-
-%doc AUTHORS COPYING ChangeLog NEWS README
+%doc *.gz
 %attr(755,root,root) %{_bindir}/*
-%{_datadir}/*
+%{_applnkdir}/Network/WWW/*
+%{_datadir}/galeon
+%{_datadir}/oaf/*
+%{_datadir}/sounds/galeon
+%{_pixmapsdir}/*
This page took 0.069041 seconds and 4 git commands to generate.