Blob Blame History Raw
Summary: Application library for the Xfce desktop environment
Name: exo
Version: 0.3.0
Release: 2
License: LGPL
URL: http://libexo.os-cillation.com/
Source0: http://download.berlios.de/xfce-goodies/exo-0.3.0.tar.bz2
Group: Development/Libraries
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: libxfcegui4 >= 4.2.0
BuildRequires: libxfcegui4-devel >= 4.2.0
Requires: dbus-glib >= 0.22
BuildRequires: dbus-devel >= 0.22
BuildRequires: gtk-doc
BuildRequires: pygtk2-devel

%description
Extension library for Xfce, targeted at application development.

%package devel
Summary: Development tools for exo library
Group: Development/Libraries
Requires: exo >= ${version}

%description devel
Static libraries and header files for the exo library.

%prep
%setup -q

%build
%configure --enable-gtk-doc
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la

%clean
rm -rf $RPM_BUILD_ROOT

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%files
%defattr(-,root,root)
%doc %{_datadir}/gtk-doc/html/exo/*
%{_libdir}/lib*.so.*
%{_datadir}/locale/*/*/libexo*.mo

%files devel
%defattr(-, root, root)
%{_includedir}/exo*
%{_libdir}/lib*.so
%{_libdir}/lib*a
%{_libdir}/pkgconfig/*.pc
%{_datadir}/gtk-doc
%{_libdir}/python*/site-packages
%{_datadir}/pygtk/*/defs/exo*/exo.defs

%changelog
* Fri May 27 2005 Kevin Fenzi <kevin@tummy.com> - 0.3.0-2
- Added lang to files
- Fixed some file paths
- Remove unneeded la files
- Added pygtk2-devel buildrequires

* Sat Mar 19 2005 Kevin Fenzi <kevin@tummy.com> - 0.3.0-1
- Upgraded to 0.3.0 version

* Tue Mar  8 2005 Kevin Fenzi <kevin@tummy.com> - 0.2.0-3
- Removed generic INSTALL doc from %doc

* Sun Mar  6 2005 Kevin Fenzi <kevin@tummy.com> - 0.2.0-2
- Inital Fedora Extras version