X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=eel.spec;h=c6ad22f8f18a0806fc73900acdb5bc8b3ab99ecb;hb=28ec2d8abf03528c677cd0bab25c1362078e0a45;hp=d0d6e68099deafd3d075fd84d703e475cecae717;hpb=479f33eeedb2cd30a64f47dcea0a2c8312564857;p=packages%2Feel.git diff --git a/eel.spec b/eel.spec index d0d6e68..c6ad22f 100644 --- a/eel.spec +++ b/eel.spec @@ -1,69 +1,78 @@ Summary: Eazel Extensions Library -Summary(pl): Biblioteka rozszerzeñ Eazel +Summary(ko.UTF-8): Eazel 확장 라이브러리 +Summary(pl.UTF-8): Biblioteka rozszerzeń Eazel Name: eel -Version: 2.1.1 -Release: 3 -License: GPL +Version: 2.26.0 +Release: 2 +License: LGPL v2+ Group: X11/Libraries -Source0: http://ftp.gnome.org/pub/gnome/sources/%{name}/2.1/%{name}-%{version}.tar.bz2 +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 >= 1.2.1 -BuildRequires: freetype-devel >= 2.0.9 -BuildRequires: gail-devel >= 0.17 -BuildRequires: gnome-vfs2-devel >= 2.0.4 -BuildRequires: gtk+2-devel >= 2.0.6 -BuildRequires: intltool >= 0.22 -BuildRequires: libgnome-devel >= 2.0.5 -BuildRequires: libgnomeui-devel >= 2.1.1-3 -BuildRequires: libgnomecanvas-devel >= 2.0.4 -BuildRequires: libpng-devel -BuildRequires: librsvg-devel >= 2.1.0 -BuildRequires: libxml2-devel >= 2.4.24 +BuildRequires: GConf2-devel >= 2.24.0 +BuildRequires: autoconf +BuildRequires: automake BuildRequires: gettext-devel -Requires: libgnomeui >= 2.1.1-3 +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 >= 1:2.6.31 +BuildRequires: perl-base +BuildRequires: pkgconfig +BuildRequires: rpmbuild(macros) >= 1.197 +# sr@Latn vs. sr@latin +Conflicts: glibc-misc < 6:2.7 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) -%define _prefix /usr/X11R6 -%define _mandir %{_prefix}/man - %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} -Requires: gail-devel >= 0.17 +Requires: %{name} = %{version}-%{release} +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} +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 @@ -73,30 +82,29 @@ Biblioteki statyczne eel. rm -rf $RPM_BUILD_ROOT %{__make} install \ - DESTDIR=$RPM_BUILD_ROOT \ - pkgconfigdir=%{_pkgconfigdir} - + 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}/*.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 -%attr(755,root,root) %{_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