]> git.pld-linux.org Git - packages/galeon.git/blobdiff - galeon.spec
- updated to 1.2.6: many bug fixes.
[packages/galeon.git] / galeon.spec
index 753a88c2c9c89575f955d58b4efaec08d1add667..136cdb2f6f938c5c0fd0688c577bbc6d9242d1a3 100644 (file)
@@ -6,7 +6,7 @@ Summary(pl):    Galeon - przegl
 Summary(pt_BR):        O galeon é um browser para o gnome baseado no mozilla
 Summary(zh_CN):        »ùÓÚGeckoµÄGNOMEÁ÷ÀÀÆ÷
 Name:          galeon
-Version:       1.2.5
+Version:       1.2.6
 Release:       1
 Epoch:         2
 License:       GPL
@@ -25,7 +25,7 @@ BuildRequires:        gnome-core-devel >= 1.2.0
 BuildRequires: gnome-libs-devel >= 1.2.0
 BuildRequires: gnome-vfs-devel >= 0.5
 BuildRequires: intltool
-BuildRequires: libglade-devel
+BuildRequires: libglade-gnome-devel
 BuildRequires: libstdc++-devel
 BuildRequires: libxml-devel >= 1.8.7
 BuildRequires: mozilla-embedded-devel >= %{minmozver}
@@ -63,7 +63,7 @@ O galeon 
 %build
 rm -f missing
 xml-i18n-toolize --copy --force
-gettextize --copy --force
+%{__gettextize}
 aclocal -I %{_aclocaldir}/gnome
 %{__autoconf}
 %{__automake}
@@ -75,6 +75,7 @@ aclocal -I %{_aclocaldir}/gnome
        --disable-included-gettext \
        --disable-install-schemas \
        --disable-werror \
+       --with-mozilla-snapshot=1.0 \
        --enable-gconf-source=%{_sysconfdir}/gconf/schemas \
        --enable-nautilus-view=no
 
@@ -95,6 +96,9 @@ install %{SOURCE1} $RPM_BUILD_ROOT%{_mandir}/man1
 
 %find_lang %{name} --with-gnome
 
+%clean
+rm -rf $RPM_BUILD_ROOT
+
 %post
 /usr/bin/scrollkeeper-update
 umask 022
@@ -105,9 +109,6 @@ GCONF_CONFIG_SOURCE=xml::%{_sysconfdir}/gconf/gconf.xml.defaults gconftool --mak
 
 %postun -p /usr/bin/scrollkeeper-update
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README
This page took 0.084323 seconds and 4 git commands to generate.