]> git.pld-linux.org Git - packages/eel.git/blobdiff - eel.spec
- merged from DEVEL and updated to 2.8.0
[packages/eel.git] / eel.spec
index 5134efcea983476f885a7e9cea2fafbbdb59cd16..69100c16580bba9284612a38f086865cbed5f879 100644 (file)
--- a/eel.spec
+++ b/eel.spec
@@ -2,29 +2,33 @@ Summary:      Eazel Extensions Library
 Summary(pl):   Biblioteka rozszerzeñ Eazel
 Summary(ko):   Eazel È®Àå ¶óÀ̺귯¸®
 Name:          eel
-Version:       2.4.1
-Release:       2
+Version:       2.8.0
+Release:       1
 License:       GPL
 Group:         X11/Libraries
-Source0:       http://ftp.gnome.org/pub/gnome/sources/%{name}/2.4/%{name}-%{version}.tar.bz2
-# Source0-md5: 5ddfee20c3ad53ebbbb8c8e9517e8304
+Source0:       http://ftp.gnome.org/pub/gnome/sources/%{name}/2.8/%{name}-%{version}.tar.bz2
+# Source0-md5: e56ccd45700b46041968b78c951bbf81
 URL:           http://nautilus.eazel.com/
-BuildRequires: GConf2-devel >= 2.3.3
+BuildRequires: autoconf
 BuildRequires: automake
+BuildRequires: GConf2-devel >= 2.7.92
 BuildRequires: freetype-devel >= 2.1.4
-BuildRequires: gail-devel >= 1.4.0
+BuildRequires: gail-devel >= 1.6.0
 BuildRequires: gettext-devel
-BuildRequires: gnome-vfs2-devel >= 2.4.0
-BuildRequires: gtk+2-devel >= 2.2.3
-BuildRequires: intltool >= 0.27.2
-BuildRequires: libgnome-devel >= 2.4.0
-BuildRequires: libgnomecanvas-devel >= 2.4.0
-BuildRequires: libgnomeui-devel >= 2.4.0
+BuildRequires: gnome-vfs2-devel >= 2.8.0
+BuildRequires: gtk+2-devel >= 2:2.4.4
+BuildRequires: intltool >= 0.29
+BuildRequires: libart_lgpl-devel >= 2.3.16
+BuildRequires: libglade2-devel >= 1:2.4.0
+BuildRequires: libgnomeui-devel >= 2.7.92
 BuildRequires: libpng-devel
-BuildRequires: librsvg-devel >= 2.4.0
-BuildRequires: libxml2-devel >= 2.5.10
+BuildRequires: librsvg-devel >= 1:2.8.1
+BuildRequires: libtool
+BuildRequires: libxml2-devel >= 2.6.6
+BuildRequires: perl-base
 BuildRequires: pkgconfig
-Requires:      libgnomeui >= 2.4.0
+BuildRequires: popt-devel >= 1.5
+Requires:      libgnomeui >= 2.7.92
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -38,9 +42,9 @@ Biblioteka rozszerze
 Summary:       Libraries and include files for developing with Eel
 Summary(pl):   Biblioteki i nag³ówki potrzebne do programowania z u¿yciem Eel
 Group:         X11/Development/Libraries
-Requires:      %{name} = %{version}
-Requires:      gail-devel >= 1.4.0
-Requires:      libgnomeui-devel >= 2.4.0
+Requires:      %{name} = %{version}-%{release}
+Requires:      gail-devel >= 1.6.0
+Requires:      libgnomeui-devel >= 2.7.91
 
 %description devel
 This package provides the necessary development libraries and include
@@ -54,7 +58,7 @@ tworzenia oprogramowania z wykorzystaniem Eel.
 Summary:       Static eel libraries
 Summary(pl):   Biblioteki statyczne eel
 Group:         X11/Development/Libraries
-Requires:      %{name}-devel = %{version}
+Requires:      %{name}-devel = %{version}-%{release}
 
 %description static
 Static eel libraries.
@@ -66,7 +70,10 @@ Biblioteki statyczne eel.
 %setup -q
 
 %build
-cp /usr/share/automake/config.sub .
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__automake}
 %configure \
        --disable-gtktest \
        --enable-static
@@ -80,6 +87,8 @@ rm -rf $RPM_BUILD_ROOT
        DESTDIR=$RPM_BUILD_ROOT \
        pkgconfigdir=%{_pkgconfigdir}
 
+rm -r $RPM_BUILD_ROOT%{_datadir}/locale/no
+
 %find_lang %{name} --with-gnome --all-name
 
 %clean
This page took 0.172202 seconds and 4 git commands to generate.