]> git.pld-linux.org Git - packages/exo.git/blobdiff - exo.spec
- updated to 0.3.0
[packages/exo.git] / exo.spec
index c49cd4efd8f53b094bb0b6a4d00c369de8381020..60d01544d9b0f3778e87ad63f82db91882debf9a 100644 (file)
--- a/exo.spec
+++ b/exo.spec
@@ -1,14 +1,16 @@
 Summary:       Extension library to Xfce developed by os-cillation
 Summary(pl):   Biblioteka rozszerzeñ do Xfce opracowana przez os-cillation
 Name:          libexo
-Version:       0.2.0
-Release:       0.1
+Version:       0.3.0
+Release:       1
 License:       GPL v2
 Group:         Libraries
 Source0:       http://download.berlios.de/xfce-goodies/exo-%{version}.tar.bz2
-# Source0-md5: d5c4b3d2fd9da3759b846f41922bb30f
+# Source0-md5: ffcd73ec6b34f19c81afdc3f1a97377b
 URL:           http://www.os-cillation.com/
-BuildRequires: dbus-glib-devel >= 0.22
+BuildRequires: autoconf
+BuildRequires: gettext-devel
+BuildRequires: pkgconfig
 BuildRequires: libxfcegui4-devel >= 4.1.90
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -46,6 +48,7 @@ Statyczna biblioteka libexo.
 %setup -q -n exo-%{version}
 
 %build
+%{__autoconf}
 %configure \
        --with-html-dir=%{_gtkdocdir}
 %{__make}
@@ -66,15 +69,22 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog HACKING NEWS README TODO
 %attr(755,root,root) %{_libdir}/lib*.so.*.*.*
+%{py_sitescriptdir}/*.py
+%{_datadir}/locale/*/*
 
 %files devel
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/lib*.so
 %{_libdir}/lib*.la
-%{_includedir}/exo-0.2
+%{_includedir}/exo-0.3
+%{_datadir}/pygtk/2.0/defs/exo-0.3/*
+%{py_sitedir}/exo-0.3/exo/*.py[co]
+%{py_sitedir}/exo-0.3/*
+%{py_sitescriptdir}/*.py[co]
 %{_pkgconfigdir}/*.pc
 %{_gtkdocdir}/*
 
 %files static
 %defattr(644,root,root,755)
 %{_libdir}/lib*.a
+%{py_sitedir}/exo-0.3/*.a
This page took 0.048897 seconds and 4 git commands to generate.