]> git.pld-linux.org Git - packages/epiphany.git/blobdiff - epiphany.spec
- up to 2.16.2
[packages/epiphany.git] / epiphany.spec
index fd6c239d8c17edfcf10106773e48d0fda43b692e..67e9335cbfc4d2054d5b4e4f55934675022c30de 100644 (file)
@@ -1,44 +1,55 @@
-%define                minmozver       5:1.7
+%define                basever 2.16
 Summary:       Epiphany - gecko-based GNOME web browser
 Summary(es):   Epiphany - navigador Web de GNOME basado en gecko
 Summary(pl):   Epiphany - przegl±darka WWW dla GNOME
 Name:          epiphany
-Version:       1.6.0
-Release:       3
+Version:       2.16.2
+Release:       1
 License:       GPL v2
 Group:         X11/Applications/Networking
-Source0:       http://ftp.gnome.org/pub/gnome/sources/epiphany/1.6/%{name}-%{version}.tar.bz2
-# Source0-md5: 53eda1c713aec26a51fb806210c8afa7
+Source0:       http://ftp.gnome.org/pub/gnome/sources/epiphany/%{basever}/%{name}-%{version}.tar.bz2
+# Source0-md5: 6d4ca4c3c1fb52b432ad3f5006866b6b
 Patch0:                %{name}-first-tab.patch
 Patch1:                %{name}-desktop.patch
-Patch2:                %{name}-mozilla_includes.patch
-Patch3:                %{name}-mozilla.patch
+Patch2:                %{name}-pld-homepage.patch
+Patch3:                %{name}-configure.patch
 URL:           http://www.gnome.org/projects/epiphany/
-BuildRequires: GConf2-devel >= 2.10.0
-BuildRequires: ORBit2-devel >= 1:2.12.1
+BuildRequires: GConf2-devel >= 2.16.0
+BuildRequires: ORBit2-devel >= 1:2.14.3
 BuildRequires: autoconf >= 2.59
-BuildRequires: automake
-BuildRequires: gnome-common >= 2.8.0
-BuildRequires: gnome-desktop >= 2.10.0
-BuildRequires: gnome-vfs2-devel >= 2.10.0-2
-BuildRequires: gtk+2-devel >= 2:2.6.4
-BuildRequires: gtk-doc >= 1.3
-BuildRequires: intltool >= 0.33
-BuildRequires: libglade2-devel >= 1:2.5.1
-BuildRequires: libgnomeui-devel >= 2.10.0
+BuildRequires: automake >= 1.8
+BuildRequires: dbus-glib-devel >= 0.71-2
+BuildRequires: gnome-common >= 2.12.0
+BuildRequires: gnome-desktop-devel >= 2.16.1
+BuildRequires: gnome-doc-utils >= 0.8.0
+BuildRequires: gnome-vfs2-devel >= 2.16.2
+BuildRequires: gtk+2-devel >= 2:2.10.6
+BuildRequires: gtk-doc >= 1.7
+BuildRequires: intltool >= 0.35.0
+BuildRequires: iso-codes >= 0.53
+BuildRequires: libglade2-devel >= 1:2.6.0
+BuildRequires: libgnomeprintui-devel >= 2.12.1
+BuildRequires: libgnomeui-devel >= 2.16.1
 BuildRequires: libtool
-BuildRequires: libxml2-devel >= 2.6.17
-BuildRequires: mozilla-devel >= %{minmozver}
-BuildRequires: nautilus-devel >= 2.10.0
-BuildRequires: pango-devel >= 1:1.8.1
+BuildRequires: libxslt-devel >= 1.1.17
+BuildRequires: mozilla-firefox-devel >= 1.5.0.7
 BuildRequires: pkgconfig
-BuildRequires: rpm-build >= 4.1-10
+BuildRequires: python-gnome-devel >= 2.16.2
+BuildRequires: python-pygtk-devel >= 2.10.3
+BuildRequires: rpmbuild(macros) >= 1.311
 BuildRequires: scrollkeeper
-Requires(post):        GConf2
+BuildRequires: startup-notification-devel >= 0.8
+Requires(post,preun):  GConf2 >= 2.16.0
+Requires(post,postun): desktop-file-utils
+Requires(post,postun): gtk+2 >= 2:2.10.6
+Requires(post,postun): hicolor-icon-theme
 Requires(post,postun): scrollkeeper
-Requires:      gnome-icon-theme >= 2.10.0
-Requires:      gtk+2 >= 2:2.6.4
-Requires:      mozilla-embedded = %(rpm -q --qf '%{EPOCH}:%{VERSION}' --whatprovides mozilla-embedded)
+Requires:      dbus >= 0.91
+Requires:      gnome-icon-theme >= 2.16.0.1
+Requires:      gtk+2 >= 2:2.10.6
+Requires:      libgnomeui >= 2.16.1
+%requires_eq   mozilla-firefox
+Obsoletes:     python-epiphany
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 # can be provided by mozilla or mozilla-embedded
@@ -60,8 +71,8 @@ Summary(es):  Ficheros de cabecera de Epiphany
 Summary(pl):   Pliki nag³ówkowe Epiphany
 Group:         X11/Applications/Networking
 # doesn't require base
-Requires:      gtk+2-devel >= 2:2.6.4
-Requires:      libxml2-devel >= 2.6.17
+Requires:      gtk+2-devel >= 2:2.10.6
+Requires:      libxslt-devel >= 1.1.17
 
 %description devel
 Epiphany header files for plugin development.
@@ -72,6 +83,18 @@ Ficheros de cabecera de Epiphany para desarrollar plug-ins.
 %description devel -l pl
 Pliki nag³ówkowe Epiphany do tworzenia wtyczek.
 
+%package apidocs
+Summary:       Epiphany API documentation
+Summary(pl):   Dokumentacja API Epiphany
+Group:         Documentation
+Requires:      gtk-doc-common
+
+%description apidocs
+Epiphany API documentation.
+
+%description apidocs -l pl
+Dokumentacja API Epiphany.
+
 %prep
 %setup -q
 %patch0 -p1
@@ -80,70 +103,85 @@ Pliki nag
 %patch3 -p1
 
 %build
-rm -f acconfig.h
-cp /usr/share/automake/mkinstalldirs .
-glib-gettextize --copy --force
-intltoolize --copy --force
-gnome-doc-common --copy
+%{__gnome_doc_prepare}
+%{__gnome_doc_common}
+%{__glib_gettextize}
+%{__intltoolize}
 %{__libtoolize}
-%{__aclocal}
+%{__aclocal} -I m4
 %{__autoheader}
 %{__automake}
 %{__autoconf}
-
 %configure \
        --disable-schemas-install \
-       --enable-nautilus-view=yes \
+       --enable-dbus \
        --enable-gtk-doc \
+       --enable-python \
        --with-html-dir=%{_gtkdocdir}
-# CFLAGS is a hack for gcc 3.3
-%{__make} \
-       CFLAGS="%{rpmcflags} -fno-strict-aliasing"
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_libdir}/%{name}-1.6/extensions
+install -d $RPM_BUILD_ROOT%{_libdir}/%{name}/%{basever}/extensions
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT \
        HTML_DIR=%{_gtkdocdir}
 
-rm -r $RPM_BUILD_ROOT%{_datadir}/locale/no
+rm -f $RPM_BUILD_ROOT%{_libdir}/epiphany/%{basever}/plugins/*.la
 
-# epiphany-2.0.mo, but gnome/help/epiphany
-%find_lang %{name}-2.0 --with-gnome --all-name
+%find_lang %{name} --with-gnome
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %post
-umask 022
-%gconf_schema_install
-/usr/bin/scrollkeeper-update
-[ ! -x /usr/bin/update-desktop-database ] || /usr/bin/update-desktop-database >/dev/null 2>&1 ||:
+%gconf_schema_install epiphany-fonts.schemas
+%gconf_schema_install epiphany-lockdown.schemas
+%gconf_schema_install epiphany-pango.schemas
+%gconf_schema_install epiphany.schemas
+%scrollkeeper_update_post
+%update_desktop_database_post
+%update_icon_cache hicolor
+
+%preun
+%gconf_schema_uninstall epiphany-fonts.schemas
+%gconf_schema_uninstall epiphany-lockdown.schemas
+%gconf_schema_uninstall epiphany-pango.schemas
+%gconf_schema_uninstall epiphany.schemas
 
 %postun
-umask 022
-/usr/bin/scrollkeeper-update
-[ ! -x /usr/bin/update-desktop-database ] || /usr/bin/update-desktop-database >/dev/null 2>&1
+%scrollkeeper_update_postun
+%update_desktop_database_postun
+%update_icon_cache hicolor
 
-%files -f %{name}-2.0.lang
+%files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README
 %attr(755,root,root) %{_bindir}/*
-%{_libdir}/bonobo/servers/*
+%{_datadir}/dbus-1/services/*.service
 %{_datadir}/%{name}
-%{_desktopdir}/*
-%{_datadir}/application-registry/*
-%{_pixmapsdir}/*
-%{_sysconfdir}/gconf/schemas/*
+%{_desktopdir}/*.desktop
+%{_iconsdir}/hicolor/*/*/*.png
+%{_sysconfdir}/gconf/schemas/epiphany-fonts.schemas
+%{_sysconfdir}/gconf/schemas/epiphany-lockdown.schemas
+%{_sysconfdir}/gconf/schemas/epiphany-pango.schemas
+%{_sysconfdir}/gconf/schemas/epiphany.schemas
 %{_omf_dest_dir}/*
-%dir %{_libdir}/%{name}-1.6
-%dir %{_libdir}/%{name}-1.6/extensions
+%dir %{_libdir}/%{name}
+%dir %{_libdir}/%{name}/%{basever}
+%dir %{_libdir}/%{name}/%{basever}/extensions
+%dir %{_libdir}/%{name}/%{basever}/plugins
+%attr(755,root,root) %{_libdir}/epiphany/%{basever}/plugins/*.so*
 %{_mandir}/man1/*
 
 %files devel
 %defattr(644,root,root,755)
-%{_includedir}/epiphany-1.6
+%{_aclocaldir}/*
+%{_includedir}/epiphany
 %{_pkgconfigdir}/*.pc
+%{_datadir}/pygtk/*/defs/epiphany.defs
+
+%files apidocs
+%defattr(644,root,root,755)
 %{_gtkdocdir}/*
This page took 0.093604 seconds and 4 git commands to generate.