]> git.pld-linux.org Git - packages/ee.git/blobdiff - ee.spec
perl -pi -e "s/^automake -a -c -f --foreing/\%\{__automake\}/; \
[packages/ee.git] / ee.spec
diff --git a/ee.spec b/ee.spec
index e696c3022cc96719c2317fc7e148105a25e9a7ab..44c42788dd10166e0cb375077159a7861c36c944 100644 (file)
--- a/ee.spec
+++ b/ee.spec
@@ -1,59 +1,84 @@
-Summary:       Electric Eyes
-Summary(pl):   Elektryczne Oczy
+Summary:       The Electric Eyes image viewer application
+Summary(es):   Electric Eyes - Visualizador de Imágenes
+Summary(fr):   Le visualiseur d'images Electric Eyes
+Summary(pl):   Elektryczne Oczy - przegl±darka plików graficznych
+Summary(pt_BR):        Electric Eyes - Visualizador de Imagens
 Name:          ee
-Version:       0.3.8
-Release:       7
-Copyright:     GPL
-Group:         X11/Utilities
-Group(pl):     X11/Narzêdzia
-Source:                ftp://ftp.gnome.org/pub/%{name}-%{version}.tar.gz
-Patch:         ee-desktop.patch
+Version:       0.3.12
+Release:       5
+License:       GPL
+Group:         X11/Applications
+Source0:       ftp://ftp.gnome.org/pub/GNOME/stable/sources/ee/%{name}-%{version}.tar.gz
+Icon:          ee.xpm
 URL:           http://www.gnome.org/
-BuildPrereq:   gtk+-devel >= 1.2.0
-BuildPrereq:   xpm-devel
-BuildRoot:     /tmp/%{name}-%{version}-root
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: imlib-devel
+BuildRequires: gettext-devel
+BuildRequires: gtk+-devel >= 1.2.0
+BuildRequires: gnome-libs-devel
+BuildRequires: libtool
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define _prefix /usr/X11R6
 
 %description
-The Electric Eyes image viewer lets you view and manipulate
-images in a variety of formats.
+The ee package contains the Electric Eyes image viewer for the GNOME
+desktop environment. Electric Eyes is primary an image viewer, but it
+also allows many types of image manipulations. Electric Eyes can
+handle almost any type of image.
+
+%description -l es
+El visor de imágenes Electric Eyes permite visualizar y manejar una
+variedad de formatos de imágenes.
+
+%description -l fr
+Le package ee contient le visualiseur d'images Electric Eyes pour le
+bureau graphique GNOME. Electric Eyes est d'abord un visualiseur
+d'images, mais il peut aussi les modifier. Electric Eyes peut gérer
+quasiment tous les types d'images.
 
 %description -l pl
-"Elektryczne Oczy" s± przegl±dark± dla ró¿norodnych formatów graficznych,
+"Elektryczne Oczy" s± przegl±dark± plików graficznych w ró¿nych
+formatach dla GNOME. Electric Eyes jest przede wszystkim przegl±dark±,
+ale mo¿e te¿ s³u¿yæ do wykonywania niektórych operacji spotykanych w
+programach do obróbki grafiki.
+
+%description -l pt_BR
+O visualizador de imagens Electric Eyes permite a visualização e
+manipulação de uma variedade de formatos de imagens.
 
 %prep
 %setup -q
-%patch -p1
 
 %build
-autoconf
-CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" \
-./configure %{_target_platform} \
-       --prefix=%{_prefix} \
+rm -rf missing
+libtoolize --copy --force
+gettextize --copy --force
+aclocal -I macros
+%{__autoconf}
+%{__automake}
+%configure \
        --without-included-gettext
-make
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-make prefix=$RPM_BUILD_ROOT%{_prefix} install
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT \
+       Graphicsdir=%{_applnkdir}/Graphics/Viewers
 
 gzip -9nf AUTHORS ChangeLog NEWS README
 
-%find_lang %{name}
+%find_lang %{name} --with-gnome
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc {AUTHORS,ChangeLog,NEWS,README}.gz
+%doc *.gz
 %attr(755,root,root) %{_bindir}/*
-%{_datadir}/gnome/help/ee
-%{_datadir}/gnome/apps/Graphics/*
-
-%changelog
-* Sun May 30 1999 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
-  [0.3.8-7]
-- based on RH spec,
-- spec rewrited by PLD team.
+%{_datadir}/mime-info/*
+%{_applnkdir}/Graphics/Viewers/ee.desktop
+%{_pixmapsdir}/*
This page took 0.091697 seconds and 4 git commands to generate.