]> git.pld-linux.org Git - packages/eog.git/blobdiff - eog.spec
- release 2
[packages/eog.git] / eog.spec
index 704c408e7b0243bd6c0bac638d94a92fa870e1ae..6496d389de45d369c51e309bdfa7b17f4bad5b06 100644 (file)
--- a/eog.spec
+++ b/eog.spec
 Summary:       The Eye of GNOME image viewer
-Summary(pl):   Oko GNOME - przegl±darka obrazków
-Summary(pt_BR):        Visualizador de imagem Eye of GNOME
+Summary(pl.UTF-8):     Oko GNOME - przeglądarka obrazków
+Summary(pt_BR.UTF-8):  Visualizador de imagem Eye of GNOME
 Name:          eog
-Version:       1.1.2
-Release:       5
-License:       GPL
-Group:         X11/Applications
-Source0:       http://ftp.gnome.org/pub/gnome/sources/%{name}/1.1/%{name}-%{version}.tar.bz2
-Source1:       %{name}.gif
-Patch0:                %{name}-am.patch
-Patch1:                %{name}-makefile.patch
-URL:           http://www.gnome.org/
-BuildRequires: autoconf
+Version:       2.22.3
+Release:       2
+License:       GPL v2+
+Group:         X11/Applications/Graphics
+Source0:       http://ftp.gnome.org/pub/GNOME/sources/eog/2.22/%{name}-%{version}.tar.bz2
+# Source0-md5: f1ca295b0ebf800cab17fc166e37588e
+Patch0:                %{name}-codegen.patch
+Patch1:                %{name}-desktop.patch
+URL:           http://www.gnome.org/projects/eog/
+BuildRequires: GConf2-devel >= 2.22.0
+BuildRequires: autoconf >= 2.59
 BuildRequires: automake
-BuildRequires: bonobo-activation-devel >= 2.1.0-3
-BuildRequires: GConf2-devel >= 1.2.1
+BuildRequires: dbus-glib-devel >= 0.74
+BuildRequires: exempi-devel >= 1.99.5
 BuildRequires: gettext-devel
-BuildRequires: gnome-vfs2-devel >= 2.1.3-3
-BuildRequires: intltool
-BuildRequires: libbonoboui >= 2.1.0
-BuildRequires: libgnomeprint-devel >= 2.1.1
-BuildRequires: libgnomeui >= 2.1.1
+BuildRequires: gnome-common >= 2.20.0
+BuildRequires: gnome-desktop-devel >= 2.22.0
+BuildRequires: gnome-doc-utils >= 0.12.0
+BuildRequires: gnome-icon-theme >= 2.20.0
+BuildRequires: gnome-vfs2-devel >= 2.22.0
+BuildRequires: gtk+2-devel >= 2:2.12.5
+BuildRequires: intltool >= 0.37.0
+BuildRequires: lcms-devel
+BuildRequires: libart_lgpl-devel >= 2.3.19
+BuildRequires: libexif-devel >= 1:0.6.14
+BuildRequires: libglade2-devel >= 1:2.6.2
+BuildRequires: libgnomeui-devel >= 2.22.0
 BuildRequires: libjpeg-devel
-BuildRequires: libpng-devel
-BuildRequires: librsvg-devel >= 2.1.1
 BuildRequires: libtool
-BuildRequires: popt-devel
-BuildRequires: Xft-devel >= 2.0-6
-Requires:      bonobo-activation >= 2.1.0
-Requires(post): GConf2
-Requires(post): scrollkeeper
+BuildRequires: pkgconfig >= 0.9.0
+BuildRequires: rpmbuild(find_lang) >= 1.23
+BuildRequires: rpmbuild(macros) >= 1.311
+BuildRequires: scrollkeeper
+BuildRequires: sed >= 4.0
+BuildRequires: shared-mime-info >= 0.20
+Requires(post,postun): desktop-file-utils
+Requires(post,postun): gtk+2
+Requires(post,postun): hicolor-icon-theme
+Requires(post,postun): scrollkeeper
+Requires(post,preun):  GConf2
+Requires:      libgnomeui >= 2.22.0
+# sr@Latn vs. sr@latin
+Conflicts:     glibc-misc < 6:2.7
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 Eye of GNOME is a tool for viewing/cataloging images.
 
-%description -l pl
-Eye of GNOME (Oko GNOME) jest narzêdziem do ogl±dania/katalogowania
-obrazków.
+%description -l pl.UTF-8
+Eye of GNOME (Oko GNOME) jest narzędziem do oglądania/katalogowania
+obrazków.
 
-%description -l pt_BR
+%description -l pt_BR.UTF-8
 Aplicativo para visualizar imagens chamado Eye of GNOME.
 
+%package devel
+Summary:       Header files for eog
+Summary(pl.UTF-8):     Pliki nagłówkowe eog
+Group:         X11/Development/Libraries
+Requires:      %{name} = %{version}-%{release}
+Requires:      GConf2-devel >= 2.22.0
+Requires:      gnome-vfs2-devel >= 2.22.0
+Requires:      gtk+2-devel >= 2:2.12.5
+Requires:      libglade2-devel >= 1:2.6.2
+Requires:      libgnomeui-devel >= 2.22.0
+
+%description devel
+Header files for eog.
+
+%description devel -l pl.UTF-8
+Pliki nagłówkowe eog.
+
 %prep
 %setup -q
 %patch0 -p1
 %patch1 -p1
 
+%{__sed} -i -e "s#sr@Latn#sr@latin#" po/LINGUAS
+mv po/sr@{Latn,latin}.po
+
 %build
-rm -f missing
-sed -e 's/-ourdir/ourdir/' xmldocs.make >xmldocs.make.tmp
-mv xmldocs.make.tmp xmldocs.make
-glib-gettextize --copy --force
-libtoolize --copy --force
-intltoolize --copy --force
-aclocal -I %{_aclocaldir}/gnome2-macros
-%{__autoconf}
+%{__gnome_doc_common}
+%{__libtoolize}
+%{__intltoolize}
+%{__aclocal}
 %{__automake}
+%{__autoheader}
+%{__autoconf}
 %configure \
-       --enable-platform-gnome-2
-%{__make} 
+       --disable-schemas-install \
+       --disable-scrollkeeper
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT \
-       omf_dest_dir=%{_omf_dest_dir}/%{name} 
+       GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
 
-%find_lang %{name} --with-gnome
+%find_lang %{name} --with-gnome --with-omf
+
+%clean
+rm -rf $RPM_BUILD_ROOT
 
 %post
-%gconf_schema_install
+%gconf_schema_install eog.schemas
+%scrollkeeper_update_post
+%update_desktop_database_post
+%update_icon_cache hicolor
 
-%postun -p /usr/bin/scrollkeeper-update
+%preun
+%gconf_schema_uninstall eog.schemas
 
-%clean
-rm -rf $RPM_BUILD_ROOT
+%postun
+%scrollkeeper_update_postun
+%update_desktop_database_postun
+%update_icon_cache hicolor
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog NEWS README
-%attr(755,root,root) %{_bindir}/*
-%attr(755,root,root) %{_libdir}/eog-image-viewer
-%{_sysconfdir}/gconf/schemas/*
-%{_libdir}/bonobo/servers/*
+%doc AUTHORS ChangeLog NEWS README THANKS TODO
+%attr(755,root,root) %{_bindir}/eog
+%{_sysconfdir}/gconf/schemas/eog.schemas
 %{_datadir}/%{name}
-%{_datadir}/applications/*
-%{_datadir}/gnome-2.0/ui/*
-%{_datadir}/idl/*
-%{_omf_dest_dir}/%{name}
-%{_pixmapsdir}/*
+%{_desktopdir}/eog.desktop
+%{_iconsdir}/hicolor/*/*/*
+
+%files devel
+%defattr(644,root,root,755)
+%{_includedir}/eog-2.20
+%{_pkgconfigdir}/eog.pc
This page took 0.068348 seconds and 4 git commands to generate.