]> git.pld-linux.org Git - packages/eel.git/blobdiff - eel.spec
- merged from DEVEL, up to version 2.6.0
[packages/eel.git] / eel.spec
index 774cbb7714d9c16fe9a1313d2fd1261de8f09302..92815358e150a75f8fc475bf38e967b985b75d37 100644 (file)
--- a/eel.spec
+++ b/eel.spec
@@ -2,27 +2,34 @@ Summary:      Eazel Extensions Library
 Summary(pl):   Biblioteka rozszerzeñ Eazel
 Summary(ko):   Eazel È®Àå ¶óÀ̺귯¸®
 Name:          eel
-Version:       2.3.4
+Version:       2.6.0
 Release:       1
 License:       GPL
 Group:         X11/Libraries
-Source0:       http://ftp.gnome.org/pub/gnome/sources/%{name}/2.3/%{name}-%{version}.tar.bz2
-# Source0-md5: 6ae606ecb5356ebdff58fb5eb1210c0a
+Source0:       http://ftp.gnome.org/pub/gnome/sources/%{name}/2.6/%{name}-%{version}.tar.bz2
+# Source0-md5: a5e51e028011a7b92ccc30d0a86aa6bb
+Patch0:                %{name}-locale-names.patch
 URL:           http://nautilus.eazel.com/
-BuildRequires: GConf2-devel >= 2.3.2
-BuildRequires: freetype-devel >= 2.1.3
-BuildRequires: gail-devel >= 1.2.0
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: GConf2-devel >= 2.5.90
+BuildRequires: freetype-devel >= 2.1.4
+BuildRequires: gail-devel >= 1.6.0
 BuildRequires: gettext-devel
-BuildRequires: gnome-vfs2-devel >= 2.3.4
-BuildRequires: gtk+2-devel >= 2.2.2
-BuildRequires: intltool >= 0.25
-BuildRequires: libgnome-devel >= 2.3.3
-BuildRequires: libgnomecanvas-devel >= 2.3.0
-BuildRequires: libgnomeui-devel >= 2.3.3
+BuildRequires: gnome-vfs2-devel >= 2.6.0
+BuildRequires: gtk+2-devel >= 2:2.4.0
+BuildRequires: intltool >= 0.29
+BuildRequires: libart_lgpl-devel >= 2.3.16
+BuildRequires: libglade2-devel >= 2.3.6
+BuildRequires: libgnomeui-devel >= 2.6.0
 BuildRequires: libpng-devel
-BuildRequires: librsvg-devel >= 2.3.0
-BuildRequires: libxml2-devel >= 2.5.7
-Requires:      libgnomeui >= 2.3.3
+BuildRequires: librsvg-devel >= 1:2.6.2
+BuildRequires: libtool
+BuildRequires: libxml2-devel >= 2.6.6
+BuildRequires: perl-base
+BuildRequires: pkgconfig
+BuildRequires: popt-devel >= 1.5
+Requires:      libgnomeui >= 2.6.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -36,8 +43,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.2.0
+Requires:      %{name} = %{version}-%{release}
+Requires:      gail-devel >= 1.6.0
+Requires:      libgnomeui-devel >= 2.6.0
 
 %description devel
 This package provides the necessary development libraries and include
@@ -51,7 +59,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.
@@ -61,20 +69,27 @@ Biblioteki statyczne eel.
 
 %prep
 %setup -q
+%patch0 -p1
+
+mv po/{no,nb}.po
 
 %build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__automake}
 %configure \
        --disable-gtktest \
        --enable-static
+
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
 %{__make} install \
-        DESTDIR=$RPM_BUILD_ROOT \
-        pkgconfigdir=%{_pkgconfigdir}
-
+       DESTDIR=$RPM_BUILD_ROOT \
+       pkgconfigdir=%{_pkgconfigdir}
 
 %find_lang %{name} --with-gnome --all-name
 
@@ -86,7 +101,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/*.so.*.*
+%attr(755,root,root) %{_libdir}/lib*.so.*.*
 
 %files devel
 %defattr(644,root,root,755)
This page took 0.027033 seconds and 4 git commands to generate.