diff --git a/.cvsignore b/.cvsignore index e69de29..51fd0c4 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +exo-0.3.0.tar.bz2 diff --git a/exo.spec b/exo.spec new file mode 100644 index 0000000..6a58399 --- /dev/null +++ b/exo.spec @@ -0,0 +1,75 @@ +Summary: Application library for the Xfce desktop environment +Name: exo +Version: 0.3.0 +Release: 1 +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 + +%description +Extension library for Xfce, targeted at application development. + +%package devel +Summary: Development tools for exo library +Group: Development/Libraries +Requires: exo >= 0.3.0 + +%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}/python2.3/site-packages +%{_datadir}/pygtk/2.0/defs/exo-0.3/exo.defs + +%changelog +* Fri May 27 2005 Kevin Fenzi - 0.3.0-2 +- Added lang to files +- Fixed some file paths +- Remove unneeded la files + +* Sat Mar 19 2005 Kevin Fenzi - 0.3.0-1 +- Upgraded to 0.3.0 version + +* Tue Mar 8 2005 Kevin Fenzi - 0.2.0-3 +- Removed generic INSTALL doc from %doc + +* Sun Mar 6 2005 Kevin Fenzi - 0.2.0-2 +- Inital Fedora Extras version diff --git a/sources b/sources index e69de29..c1960c5 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +ffcd73ec6b34f19c81afdc3f1a97377b exo-0.3.0.tar.bz2