c5883c2
Summary: Application library for the Xfce desktop environment
c5883c2
Name: exo
c5883c2
Version: 0.3.0
f886131
Release: 5
c5883c2
License: LGPL
c5883c2
URL: http://libexo.os-cillation.com/
c5883c2
Source0: http://download.berlios.de/xfce-goodies/exo-0.3.0.tar.bz2
c5883c2
Group: Development/Libraries
c5883c2
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
c5883c2
Requires: libxfcegui4 >= 4.2.0
c5883c2
BuildRequires: libxfcegui4-devel >= 4.2.0
c5883c2
Requires: dbus-glib >= 0.22
c5883c2
BuildRequires: dbus-devel >= 0.22
c5883c2
BuildRequires: gtk-doc
9f79765
BuildRequires: pygtk2-devel
8b30182
BuildRequires: gettext
f886131
BuildRequires: python-devel
c5883c2
c5883c2
%description
c5883c2
Extension library for Xfce, targeted at application development.
c5883c2
c5883c2
%package devel
c5883c2
Summary: Development tools for exo library
c5883c2
Group: Development/Libraries
8b30182
Requires: %{name} = %{version}-%{release}
9006835
Requires: libxfcegui4-devel
c5883c2
c5883c2
%description devel
c5883c2
Static libraries and header files for the exo library.
c5883c2
c5883c2
%prep
c5883c2
%setup -q
c5883c2
c5883c2
%build
c5883c2
%configure --enable-gtk-doc
c5883c2
make %{?_smp_mflags}
c5883c2
c5883c2
%install
c5883c2
rm -rf $RPM_BUILD_ROOT
c5883c2
make install DESTDIR=$RPM_BUILD_ROOT
c5883c2
rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
c5883c2
8b30182
%find_lang libexo-0.3
8b30182
c5883c2
%clean
c5883c2
rm -rf $RPM_BUILD_ROOT
c5883c2
c5883c2
%post -p /sbin/ldconfig
c5883c2
c5883c2
%postun -p /sbin/ldconfig
c5883c2
8b30182
%files -f libexo-0.3.lang
c5883c2
%defattr(-,root,root)
8b30182
%doc AUTHORS ChangeLog HACKING NEWS README THANKS TODO COPYING
c5883c2
%{_libdir}/lib*.so.*
c5883c2
c5883c2
%files devel
c5883c2
%defattr(-, root, root)
9006835
%doc %{_datadir}/gtk-doc/html/exo/
c5883c2
%{_includedir}/exo*
c5883c2
%{_libdir}/lib*.so
c5883c2
%{_libdir}/lib*a
c5883c2
%{_libdir}/pkgconfig/*.pc
9f79765
%{_libdir}/python*/site-packages
9006835
%{_datadir}/pygtk/*/defs/exo-*/
c5883c2
c5883c2
%changelog
f886131
* Tue May 31 2005 Kevin Fenzi <kevin@tummy.com> - 0.3.0-5
f886131
- Add python-devel buildrequires
f886131
9006835
* Mon May 30 2005 Kevin Fenzi <kevin@tummy.com> - 0.3.0-4
9006835
- Fixed exo gtk-doc directory not being included in devel
9006835
- Changed pygtk defs dir 
9006835
- Added Requires to devel for pkg-config dependency
9006835
8b30182
* Mon May 30 2005 Kevin Fenzi <kevin@tummy.com> - 0.3.0-3
8b30182
- Added gettext to buildrequires
8b30182
- Moved devel docs to devel package only
8b30182
- Added find_lang for locale files
8b30182
- Added more docs to base package
8b30182
c5883c2
* Fri May 27 2005 Kevin Fenzi <kevin@tummy.com> - 0.3.0-2
c5883c2
- Added lang to files
c5883c2
- Fixed some file paths
c5883c2
- Remove unneeded la files
9f79765
- Added pygtk2-devel buildrequires
c5883c2
c5883c2
* Sat Mar 19 2005 Kevin Fenzi <kevin@tummy.com> - 0.3.0-1
c5883c2
- Upgraded to 0.3.0 version
c5883c2
c5883c2
* Tue Mar  8 2005 Kevin Fenzi <kevin@tummy.com> - 0.2.0-3
c5883c2
- Removed generic INSTALL doc from %doc
c5883c2
c5883c2
* Sun Mar  6 2005 Kevin Fenzi <kevin@tummy.com> - 0.2.0-2
c5883c2
- Inital Fedora Extras version