X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=eel.spec;h=69100c16580bba9284612a38f086865cbed5f879;hb=e1f3f79808f79c21d7c194c531fce28700b4e9ae;hp=67601ffaf170dd4238acbb8370f49e17c9e474d5;hpb=befc9a9f9552abd8eff4343cee94cb2e24a88ec7;p=packages%2Feel.git diff --git a/eel.spec b/eel.spec index 67601ff..69100c1 100644 --- a/eel.spec +++ b/eel.spec @@ -1,113 +1,114 @@ -# Note that this is NOT a relocatable package - Summary: Eazel Extensions Library Summary(pl): Biblioteka rozszerzeñ Eazel +Summary(ko): Eazel È®Àå ¶óÀ̺귯¸® Name: eel -Version: 1.0.1 +Version: 2.8.0 Release: 1 -Vendor: GNOME License: GPL -Group: Libraries -Group(de): Libraries -Group(es): Bibliotecas -Group(fr): Librairies -Group(pl): Biblioteki -Source0: ftp://ftp.gnome.org/pub/GNOME/stable/sources/eel/%{name}-%{version}.tar.gz +Group: X11/Libraries +Source0: http://ftp.gnome.org/pub/gnome/sources/%{name}/2.8/%{name}-%{version}.tar.bz2 +# Source0-md5: e56ccd45700b46041968b78c951bbf81 URL: http://nautilus.eazel.com/ -BuildRequires: glib-devel >= 1.2.9 -BuildRequires: gtk+-devel >= 1.2.9 -BuildRequires: libxml-devel >= 1.8.10 -BuildRequires: gnome-libs-devel >= 1.2.11 -BuildRequires: GConf-devel >= 0.12 -BuildRequires: oaf-devel >= 0.6.5 -BuildRequires: gnome-vfs-devel >= 1.0 -BuildRequires: gdk-pixbuf-devel >= 0.10.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.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 >= 1.0.0 -Requires: freetype >= 2.0.1 +BuildRequires: librsvg-devel >= 1:2.8.1 +BuildRequires: libtool +BuildRequires: libxml2-devel >= 2.6.6 +BuildRequires: perl-base +BuildRequires: pkgconfig +BuildRequires: popt-devel >= 1.5 +Requires: libgnomeui >= 2.7.92 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) -%define _prefix /usr -%define _sysconfdir /etc - %description -Eazel Extensions Library +Eazel Extensions Library is a collection of widgets and extensions to +many modules of the GNOME platform. + +%description -l pl +Biblioteka rozszerzeñ Eazel. %package devel -Summary: Libraries and include files for developing with Eel. -Group: Development/Libraries -Group(de): Entwicklung/Libraries -Group(fr): Development/Librairies -Group(pl): Programowanie/Biblioteki -Requires: %name = %{PACKAGE_VERSION} +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}-%{release} +Requires: gail-devel >= 1.6.0 +Requires: libgnomeui-devel >= 2.7.91 %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 +tworzenia oprogramowania z wykorzystaniem Eel. + +%package static +Summary: Static eel libraries +Summary(pl): Biblioteki statyczne eel +Group: X11/Development/Libraries +Requires: %{name}-devel = %{version}-%{release} + +%description static +Static eel libraries. + +%description static -l pl +Biblioteki statyczne eel. + %prep %setup -q %build -%ifarch alpha - MYARCH_FLAGS="--host=alpha-redhat-linux" -%endif +%{__libtoolize} +%{__aclocal} +%{__autoconf} +%{__automake} +%configure \ + --disable-gtktest \ + --enable-static -LC_ALL="" -LINGUAS="" -LANG="" -export LC_ALL LINGUAS LANG +%{__make} -## Warning! Make sure there are no spaces or tabs after the \ -## continuation character, or else the rpm demons will eat you. -CFLAGS="$RPM_OPT_FLAGS" +%install +rm -rf $RPM_BUILD_ROOT -%configure $MYARCH_FLAGS \ - --prefix=%{_prefix} \ - --sysconfdir=%{_sysconfdir} +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT \ + pkgconfigdir=%{_pkgconfigdir} -make -k -make check +rm -r $RPM_BUILD_ROOT%{_datadir}/locale/no -%install -rm -rf $RPM_BUILD_ROOT -[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT -%{__make} -k prefix=$RPM_BUILD_ROOT%{_prefix} sysconfdir=$RPM_BUILD_ROOT%{sysconfdir} install -for FILE in "$RPM_BUILD_ROOT/bin/*"; do - file "$FILE" | grep -q not\ stripped && strip $FILE -done +%find_lang %{name} --with-gnome --all-name %clean -[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT - -%post -if ! grep %{prefix}/lib /etc/ld.so.conf > /dev/null ; then - echo "%{prefix}/lib" >> /etc/ld.so.conf -fi -/sbin/ldconfig +rm -rf $RPM_BUILD_ROOT +%post -p /sbin/ldconfig %postun -p /sbin/ldconfig -%files +%files -f %{name}.lang %defattr(644,root,root,755) - -%defattr(0555, bin, bin) -%doc AUTHORS COPYING COPYING.LIB ChangeLog NEWS README -%{_libdir}/*.so* - -%defattr (0444, bin, bin) -%{_datadir}/eel/fonts/urw/*.dir -%{_datadir}/eel/fonts/urw/*.pfb -%{_datadir}/eel/fonts/urw/*.afm -%{_datadir}/eel/fonts/urw/*.pfm +%attr(755,root,root) %{_libdir}/lib*.so.*.* %files devel %defattr(644,root,root,755) +%doc AUTHORS ChangeLog NEWS +%attr(755,root,root) %{_libdir}/lib*.so +%{_libdir}/lib*.la +%{_includedir}/eel-2 +%{_pkgconfigdir}/*.pc -%defattr(0555, bin, bin) -%{_libdir}/*.la -%{_libdir}/*.sh -%attr(755,root,root) %{_bindir}/eel-config - -%defattr(0444, bin, bin) -%{_includedir}/eel/*.h +%files static +%defattr(644,root,root,755) +%{_libdir}/lib*.a