X-Git-Url: http://git.pld-linux.org/?p=packages%2Fexo.git;a=blobdiff_plain;f=exo.spec;h=60d01544d9b0f3778e87ad63f82db91882debf9a;hp=b9bb36d204d5b5277692a59efc115fdeb64b9d02;hb=6dac1ab9c10c31257a6738efce45e2dc129114f4;hpb=ffaa77281a0c823aff9246cdf8b8b09d247b23b7 diff --git a/exo.spec b/exo.spec index b9bb36d..60d0154 100644 --- 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} @@ -56,27 +59,32 @@ rm -rf $RPM_BUILD_ROOT %{__make} install \ DESTDIR=$RPM_BUILD_ROOT -%find_lang %{name} - %clean rm -rf $RPM_BUILD_ROOT %post -p /sbin/ldconfig %postun -p /sbin/ldconfig -%files -f %{name}.lang +%files %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