eel.spec
author damiend
Mon, 29 Mar 2004 11:07:28 +0000
changeset 2350 9adca2a8c84f
parent 2280 8e749eca2b37
child 2398 7a29461443c9
permissions -rw-r--r--
Uprevved l10n tarballs to version 1.0 <[email protected]>

Name:         eel
License:      LGPL
Group:        System/Libraries/GNOME
Version:      2.5.91
Release:      7
Distribution: Cinnabar
Vendor:       Sun Microsystems, Inc.
Summary:      Eazel Extensions Library
Source:       http://ftp.gnome.org/pub/GNOME/sources/eel/2.5/eel-%{version}.tar.bz2
Source1:      eel-l10n-po-1.0.tar.bz2
URL:          http://www.gnome.org
BuildRoot:    %{_tmppath}/%{name}-%{version}-build
Docdir:       %{_defaultdocdir}/doc
Autoreqprov:  on
Prereq:       /sbin/ldconfig

%define libgnomeui_version 2.5.4
%define librsvg_version 2.5.0
%define libxml2_version 2.6.6
%define gnome_vfs_version 2.5.7
%define gail_version 1.5.5
%define GConf_version 2.5.1

BuildRequires: libgnomeui-devel >= %{libgnomeui_version}
BuildRequires: librsvg-devel >= %{librsvg_version}
BuildRequires: gail-devel >= %{gail_version}
Requires: libgnomeui >= %{libgnomeui_version}
Requires: librsvg >= %{librsvg_version}
Requires: gail >= %{gail_version}

%description
This library extends the Gtk+ library with some useful routines for
applications like Nautilus.

%package devel
Summary:      Eazel Extensions Development Library
Group:        Development/Libraries/GNOME
Requires:     %{name} = %{version}
Requires:     libxml2-devel >= %{libxml2_version}
Requires:     gnome-vfs-devel >= %{gnome_vfs_version}
Requires:     GConf-devel >= %{GConf_version}

%description devel
This library extends the Gtk+ library with some useful routines for
applications like Nautilus.

%prep
%setup -q

bzcat %SOURCE1 | tar xvf -

%build
CFLAGS="$RPM_OPT_FLAGS"			\
./configure --prefix=%{_prefix}		\
	    --sysconfdir=%{_sysconfdir}
make

%install
make DESTDIR=$RPM_BUILD_ROOT install
#Copy zh_HK from zh_TW
#Fixes bug 4930405
install -d $RPM_BUILD_ROOT%{_datadir}/locale/zh_HK/LC_MESSAGES
install --mode=0644 $RPM_BUILD_ROOT%{_datadir}/locale/zh_TW/LC_MESSAGES/*.mo $RPM_BUILD_ROOT%{_datadir}/locale/zh_HK/LC_MESSAGES/
                                                                                                                                                             
%clean
rm -rf $RPM_BUILD_ROOT

%post
/sbin/ldconfig

%postun
/sbin/ldconfig

%files
%defattr (-, root, root)
%{_libdir}/*.so.*
%{_datadir}/locale/*/LC_MESSAGES/*.mo

%files devel
%defattr (-, root, root)
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%{_includedir}/eel-2

%changelog
* Mon Mar 29 2004 - [email protected]
- Updated l10n content to eel-l10n-po-1.0.tar.bz2

* Tue Mar 16 2004 - <[email protected]>
- Bump to 2.5.91

* Wed Mar 10 2004 - <[email protected]>
- Bump to version 2.5.90 and update dependency pkg versions to something
  a bit more recent.
- Remove patches, they are merged into the lastest version.

* Wed Feb 18 2004 - <[email protected]>
- Updated l10n tarball to 0.8

* Tue Feb 17 2004 - <[email protected]>
- new tarball, removed patch #3

* Thu Feb 12 2004 - <[email protected]>
- added patches 01, 02 and 03: compilation fixes, add a -uninstalled-pc file,
  fix errors in Makefile.am
- autotoolize the build stage

* Wed Jan 07 2004 - <[email protected]>
- Updated to 2.5.4

* Tue Dec 16 2003 - <[email protected]>
- Updated to 2.5.3

* Mon Oct 13 2003 - <[email protected]>
- Updated to 2.4 

* Thu Aug 14 2003 - <[email protected]>
- remove *.a, *.la

* Wed Jul 09 2003 - <[email protected]>
- add in sun po files

* Thu Jul 03 2003 - [email protected]
- version 2.2.4
* Thu May 01 2003 - [email protected]
- initial Sun release.