]> git.pld-linux.org Git - packages/galeon.git/commitdiff
- commented out unecessary patches and removed
authorwrobell <wrobell@pld-linux.org>
Sat, 7 Jul 2001 14:48:26 +0000 (14:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  gettext/libtool/autoconf/automake rebuild stuff
- compiled with mozilla-embedded
- fixed requires
- rel 2, stb

Changed files:
    galeon.spec -> 1.36

galeon.spec

index 3d82ec9e13f8390ec7451649cad0fb8ddf1cc903..6448ac78e412bf24a81afe3bae8ecca9901752ad 100644 (file)
@@ -2,17 +2,17 @@ Summary:      Galeon - gecko-based GNOME web browser
 Summary(pl):   Galeon - przeglĀ±darka WWW dla GNOME
 Name:          galeon
 Version:       0.11.1
-Release:       1
+Release:       2
 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             
 Patch0:                %{name}-mozilla_five_home.patch
-Patch1:                %{name}-macros.patch
-Patch2:                %{name}-gettext.patch
+#Patch1:               %{name}-macros.patch
+#Patch2:               %{name}-gettext.patch
 URL:           http://galeon.sourceforge.net/
-Requires:      mozilla >= 0.9.2-2
+Requires:      mozilla-embedded >= 0.9.2-4
 BuildRequires: GConf-devel
 BuildRequires: ORBit-devel >= 0.5.0
 BuildRequires: gettext-devel
@@ -22,14 +22,11 @@ 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.2-4
 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)
 
@@ -46,16 +43,8 @@ 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-mozilla-libs=%{_libdir} \
        --with-mozilla-includes=%{_includedir}/mozilla \
This page took 0.027925 seconds and 4 git commands to generate.