]> git.pld-linux.org Git - packages/eel.git/blobdiff - eel.spec
- release 2
[packages/eel.git] / eel.spec
index a5e5674d9aab8709308fcc652b9a0f48c3713c42..c6ad22f8f18a0806fc73900acdb5bc8b3ab99ecb 100644 (file)
--- a/eel.spec
+++ b/eel.spec
 Summary:       Eazel Extensions Library
-Summary(pl):   Biblioteka rozszerzeñ Eazel
-Summary(ko):   Eazel È®Àå ¶óÀ̺귯¸®
+Summary(ko.UTF-8):     Eazel 확장 라이브러리
+Summary(pl.UTF-8):     Biblioteka rozszerzeń Eazel
 Name:          eel
-Version:       2.8.2
-Release:       1
-License:       GPL
+Version:       2.26.0
+Release:       2
+License:       LGPL v2+
 Group:         X11/Libraries
-Source0:       http://ftp.gnome.org/pub/gnome/sources/%{name}/2.8/%{name}-%{version}.tar.bz2
-# Source0-md5: 4d0beb2f0ad4c304b49c06b08d0a03e5
+Source0:       http://ftp.gnome.org/pub/GNOME/sources/eel/2.26/%{name}-%{version}.tar.bz2
+# Source0-md5: dfa105ccabd53efe4166dcfac75e2393
 URL:           http://nautilus.eazel.com/
+BuildRequires: GConf2-devel >= 2.24.0
 BuildRequires: autoconf
 BuildRequires: automake
-BuildRequires: GConf2-devel >= 2.7.92
-BuildRequires: freetype-devel >= 2.1.4
-BuildRequires: gail-devel >= 1.6.0
 BuildRequires: gettext-devel
-BuildRequires: gnome-vfs2-devel >= 2.8.3
-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 >= 1:2.8.1
+BuildRequires: gnome-desktop-devel >= 2.26.0
+BuildRequires: gtk+2-devel >= 2:2.14.0
+BuildRequires: intltool >= 0.40.0
 BuildRequires: libtool
-BuildRequires: libxml2-devel >= 2.6.6
+BuildRequires: libxml2-devel >= 1:2.6.31
 BuildRequires: perl-base
 BuildRequires: pkgconfig
-BuildRequires: popt-devel >= 1.5
-Requires:      gnome-vfs2 >= 2.8.3
-Requires:      libgnomeui >= 2.7.92
+BuildRequires: rpmbuild(macros) >= 1.197
+# sr@Latn vs. sr@latin
+Conflicts:     glibc-misc < 6:2.7
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 Eazel Extensions Library is a collection of widgets and extensions to
 many modules of the GNOME platform.
 
-%description -l pl
-Biblioteka rozszerzeñ Eazel.
+%description -l pl.UTF-8
+Biblioteka rozszerzeń Eazel.
 
 %package devel
 Summary:       Libraries and include files for developing with Eel
-Summary(pl):   Biblioteki i nag³ówki potrzebne do programowania z u¿yciem Eel
+Summary(pl.UTF-8):     Biblioteki i nagłówki potrzebne do programowania z użyciem Eel
 Group:         X11/Development/Libraries
 Requires:      %{name} = %{version}-%{release}
-Requires:      gail-devel >= 1.6.0
-Requires:      gnome-vfs2-devel >= 2.8.2
-Requires:      libgnomeui-devel >= 2.7.91
+Requires:      GConf2-devel >= 2.24.0
+Requires:      gnome-desktop-devel >= 2.26.0
+Requires:      gtk+2-devel >= 2:2.14.0
+Requires:      libxml2-devel >= 1:2.6.31
 
 %description devel
 This package provides the necessary development libraries and include
 files to allow you to develop with Eel.
 
-%description devel -l pl
-Ten pakiet zawiera biblioteki oraz pliki nag³ówkowe niezbêdne do
+%description devel -l pl.UTF-8
+Ten pakiet zawiera biblioteki oraz pliki nagłówkowe niezbędne do
 tworzenia oprogramowania z wykorzystaniem Eel.
 
 %package static
-Summary:       Static eel libraries
-Summary(pl):   Biblioteki statyczne eel
+Summary:       Static Eel libraries
+Summary(pl.UTF-8):     Biblioteki statyczne Eel
 Group:         X11/Development/Libraries
 Requires:      %{name}-devel = %{version}-%{release}
 
 %description static
-Static eel libraries.
+Static Eel libraries.
 
-%description static -l pl
-Biblioteki statyczne eel.
+%description static -l pl.UTF-8
+Biblioteki statyczne Eel.
 
 %prep
 %setup -q
 
 %build
+%{__glib_gettextize}
+%{__intltoolize}
 %{__libtoolize}
 %{__aclocal}
 %{__autoconf}
+%{__autoheader}
 %{__automake}
 %configure \
        --disable-gtktest \
        --enable-static
-
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
 %{__make} install \
-       DESTDIR=$RPM_BUILD_ROOT \
-       pkgconfigdir=%{_pkgconfigdir}
-
-rm -r $RPM_BUILD_ROOT%{_datadir}/locale/no
+       DESTDIR=$RPM_BUILD_ROOT
 
-%find_lang %{name} --with-gnome --all-name
+%find_lang eel-2.0
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post   -p /sbin/ldconfig
-%postun -p /sbin/ldconfig
+%post  -p /sbin/ldconfig
+%postun        -p /sbin/ldconfig
 
-%files -f %{name}.lang
+%files -f eel-2.0.lang
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/lib*.so.*.*
+%doc AUTHORS ChangeLog MAINTAINERS NEWS TODO
+%attr(755,root,root) %{_libdir}/libeel-2.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libeel-2.so.2
 
 %files devel
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog NEWS
-%attr(755,root,root) %{_libdir}/lib*.so
-%{_libdir}/lib*.la
+%attr(755,root,root) %{_libdir}/libeel-2.so
+%{_libdir}/libeel-2.la
 %{_includedir}/eel-2
-%{_pkgconfigdir}/*.pc
+%{_pkgconfigdir}/eel-2.0.pc
 
 %files static
 %defattr(644,root,root,755)
-%{_libdir}/lib*.a
+%{_libdir}/libeel-2.a
This page took 0.0926 seconds and 4 git commands to generate.