]> git.pld-linux.org Git - packages/ee.git/commitdiff
- updated to 0.3.11,
authorkloczek <kloczek@pld-linux.org>
Tue, 28 Sep 1999 23:18:03 +0000 (23:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- updated Buildrequires rules,
- added using %%configure macro,
- added DESTDIR style %install,
- desktop file moved to applnk dir (applnk patch),
- ne en and pl Summary and %description,
- added fr translation from Mandrake Linux and es, pt_BR from Conectiva.

Changed files:
    ee.spec -> 1.17

ee.spec

diff --git a/ee.spec b/ee.spec
index d5e9b953d9ce9c3d1a61f14a188fe34fe3920443..27ec4706c44c888628e46dc293720dd874fb72f3 100644 (file)
--- a/ee.spec
+++ b/ee.spec
@@ -1,42 +1,66 @@
-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
+Version:       0.3.11
+Release:       1
 Copyright:     GPL
 Group:         X11/Utilities
 Group(pl):     X11/Narzêdzia
 Source:                ftp://ftp.gnome.org/pub/%{name}-%{version}.tar.gz
-Patch:         ee-desktop.patch
+Patch:         ee-applnk.patch
 URL:           http://www.gnome.org/
 BuildRequires: gtk+-devel >= 1.2.0
-BuildRequires: xpm-devel
+BuildRequires: imlib-devel
+BuildRequires: gettext-devel
+BuildRequires: XFree86-devel
 BuildRoot:     /tmp/%{name}-%{version}-root
 
 %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 przedewszystkim przegl±dark± ale moze 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} \
+gettextize --copy --force
+automake
+LDFLAGS="-s"; export LDFLAGS
+%configure \
        --without-included-gettext
 make
 
 %install
 rm -rf $RPM_BUILD_ROOT
-make prefix=$RPM_BUILD_ROOT%{_prefix} install
+make DESTDIR=$RPM_BUILD_ROOT install
 
 gzip -9nf AUTHORS ChangeLog NEWS README
 
@@ -50,4 +74,4 @@ rm -rf $RPM_BUILD_ROOT
 %doc {AUTHORS,ChangeLog,NEWS,README}.gz
 %attr(755,root,root) %{_bindir}/*
 %{_datadir}/gnome/help/ee
-%{_datadir}/gnome/apps/Graphics/*
+%{_datadir}/applnk/Graphics/ee.desktop
This page took 0.080818 seconds and 4 git commands to generate.