Summary: Extension library to Xfce developed by os-cillation Summary(pl): Biblioteka rozszerzeń do Xfce opracowana przez os-cillation Name: libexo Version: 0.3.0 Release: 1 License: GPL v2 Group: Libraries Source0: http://download.berlios.de/xfce-goodies/exo-%{version}.tar.bz2 # Source0-md5: ffcd73ec6b34f19c81afdc3f1a97377b URL: http://www.os-cillation.com/ BuildRequires: gettext-devel BuildRequires: gtk-doc >= 1.0 BuildRequires: gtk+2-devel >= 2:2.4.0 BuildRequires: libxfcegui4-devel >= 4.2.0 BuildRequires: pkgconfig BuildRequires: python-pygtk-devel >= 2:2.4.0 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description Extension library to Xfce developed by os-cillation. %description -l pl Biblioteka rozszerzeń do Xfce opracowana przez os-cillation. %package devel Summary: Header files for libexo library Summary(pl): Pliki nagłówkowe biblioteki libexo Group: Development/Libraries Requires: %{name} = %{version}-%{release} %description devel Header files for libexo library. %description devel -l pl Pliki nagłówkowe biblioteki libexo. %package static Summary: Static libexo library Summary(pl): Statyczna biblioteka libexo Group: Development/Libraries Requires: %{name}-devel = %{version}-%{release} %description static Static libexo library. %description static -l pl Statyczna biblioteka libexo. %package -n python-exo Summary: Python binding for libexo library Summary(pl): Wiązania Pythona do biblioteki libexo Group: Libraries/Python Requires: %{name} = %{version}-%{release} %pyrequires_eq python-libs %description -n python-exo Python binding for libexo library. %description -n python-exo -l pl Wiązania Pythona do biblioteki libexo. %package -n python-exo-devel Summary: Development files for libexo Python bindings Summary(pl): Pliki programistyczne wiązań Pythona do libexo Group: Libraries/Python Requires: python-exo = %{version}-%{release} %description -n python-exo-devel Development files for libexo Python bindings. %description -n python-exo-devel -l pl Pliki programistyczne wiązań Pythona do libexo. %prep %setup -q -n exo-%{version} %build %configure \ --with-html-dir=%{_gtkdocdir} %{__make} %install rm -rf $RPM_BUILD_ROOT %{__make} install \ DESTDIR=$RPM_BUILD_ROOT rm -f $RPM_BUILD_ROOT%{py_sitedir}/exo-0.3/*.{la,a} %find_lang %{name}-0.3 %clean rm -rf $RPM_BUILD_ROOT %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files -f %{name}-0.3.lang %defattr(644,root,root,755) %doc AUTHORS ChangeLog HACKING NEWS README TODO %attr(755,root,root) %{_libdir}/lib*.so.*.*.* %files devel %defattr(644,root,root,755) %attr(755,root,root) %{_libdir}/lib*.so %{_libdir}/lib*.la %{_includedir}/exo-0.3 %{_pkgconfigdir}/*.pc %{_gtkdocdir}/exo %files static %defattr(644,root,root,755) %{_libdir}/lib*.a %files -n python-exo %defattr(644,root,root,755) %dir %{py_sitedir}/exo-0.3 %attr(755,root,root) %{py_sitedir}/exo-0.3/_exo.so %dir %{py_sitedir}/exo-0.3/exo %{py_sitedir}/exo-0.3/exo/*.py[co] %{py_sitescriptdir}/*.py[co] %files -n python-exo-devel %defattr(644,root,root,755) %{_datadir}/pygtk/2.0/defs/exo-0.3