]> git.pld-linux.org Git - packages/eel.git/blobdiff - eel.spec
- 2.16.0
[packages/eel.git] / eel.spec
index ebecdafb3f85fd32e8309367bc5be96684fa2de5..d33393efaf5698e1b0343545283b6f630367bec0 100644 (file)
--- a/eel.spec
+++ b/eel.spec
-# 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.16.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.bz2
+License:       LGPL v2+
+Group:         X11/Libraries
+Source0:       http://ftp.gnome.org/pub/gnome/sources/eel/2.16/%{name}-%{version}.tar.bz2
+# Source0-md5: 7403a91bd27979f7513b9e9325e1d890
 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: libpng-devel
-BuildRequires: librsvg-devel >= 1.0.0
-BuildRequires: xml-i18n-tools
-BuildRequires: freetype-devel >= 2.0.1
+BuildRequires: GConf2-devel >= 2.14.0
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: fam-devel
+BuildRequires: freetype-devel >= 2.1.4
+BuildRequires: gail-devel >= 1.9.2
+BuildRequires: gettext-devel
+BuildRequires: gnome-desktop-devel >= 2.15.92
+BuildRequires: gnome-menus-devel >= 2.15.91
+BuildRequires: gnome-vfs2-devel >= 2.16.0
+BuildRequires: gtk+2-devel >= 2:2.10.2
+BuildRequires: intltool >= 0.35
+BuildRequires: libart_lgpl-devel >= 2.3.17
+BuildRequires: libglade2-devel >= 1:2.6.0
+BuildRequires: libgnomeui-devel >= 2.16.0
+BuildRequires: libpng-devel >= 1.2.12
+BuildRequires: librsvg-devel >= 1:2.16.0
+BuildRequires: libtool
+BuildRequires: libxml2-devel >= 1:2.6.26
+BuildRequires: perl-base
+BuildRequires: pkgconfig
+BuildRequires: rpmbuild(macros) >= 1.197
+Requires:      libgnomeui >= 2.16.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define _prefix                /usr/X11R6
-%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
+Biblioteka rozszerzeñ Eazel.
 
 %package devel
-Summary:       Libraries and include files for developing with Eel.
-Summary(pl):   Biblioteki i nag³ówki potrzebne do developing'u z u¿yciem Eel.
-Group:         Development/Libraries
-Group(de):     Entwicklung/Libraries
-Group(fr):     Development/Librairies
-Group(pl):     Programowanie/Biblioteki
-Requires:      %name = %{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.9.2
+Requires:      gnome-desktop-devel >= 2.15.92
+Requires:      gnome-menus-devel >= 2.15.91
+Requires:      gnome-vfs2-devel >= 2.16.0
+Requires:      libgnomeui-devel >= 2.16.0
 
 %description devel
 This package provides the necessary development libraries and include
 files to allow you to develop with Eel.
 
-%description -l pl devel
-Ten pakiet zawiera biblioteki oraz pliki nag³ówkowe niezbêdne do tworzenia 
-oprogramowania z wykorzystaniem 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
-CFLAGS="$RPM_OPT_FLAGS"
-
-%configure2_13 \
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__automake}
+%configure \
        --disable-gtktest \
-       --prefix=%{_prefix} \
-       --sysconfdir=%{_sysconfdir} \
-%ifarch alpha
-       --host=alpha-pld-linux
-%endif
-
+       --enable-static
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} DESTDIR=$RPM_BUILD_ROOT install
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT \
+       pkgconfigdir=%{_pkgconfigdir}
+
+rm -r $RPM_BUILD_ROOT%{_datadir}/locale/ug
 
-gzip -9nf AUTHORS ChangeLog NEWS
+%find_lang %{name} --with-gnome --all-name
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post
-/sbin/ldconfig
-
-%postun -p /sbin/ldconfig
+%post  -p /sbin/ldconfig
+%postun        -p /sbin/ldconfig
 
-%files
+%files -f %{name}.lang
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/*.so*
-%{_datadir}/eel/fonts/urw/*.dir
-%{_datadir}/eel/fonts/urw/*.pfb
-%{_datadir}/eel/fonts/urw/*.afm
-%{_datadir}/eel/fonts/urw/*.pfm
-%doc *.gz
-
+%doc AUTHORS ChangeLog NEWS
+%attr(755,root,root) %{_libdir}/lib*.so.*.*
 
 %files devel
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}/eel-config
-%dir %{_includedir}/eel/*.h
-%{_libdir}/*.la
-%{_libdir}/*.sh
+%attr(755,root,root) %{_libdir}/lib*.so
+%{_libdir}/lib*.la
+%{_includedir}/eel-2
+%{_pkgconfigdir}/*.pc
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/lib*.a
This page took 0.127007 seconds and 4 git commands to generate.