From 27fa4ea2493b8e57683addeae340da3e56340c04 Mon Sep 17 00:00:00 2001 From: Sebastian Dziallas Date: Jun 03 2009 18:58:09 +0000 Subject: fix files section and remove python parts --- diff --git a/avogadro.spec b/avogadro.spec index eb5f969..c6d7dc4 100644 --- a/avogadro.spec +++ b/avogadro.spec @@ -1,9 +1,6 @@ -%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} -%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} - Name: avogadro Version: 0.9.5 -Release: 2%{?dist} +Release: 3%{?dist} Summary: An advanced molecular editor for chemical purposes Group: Applications/Editors @@ -89,7 +86,6 @@ rm -rf $RPM_BUILD_ROOT %files devel %defattr(-,root,root,-) -%{_datadir}/libavogadro %{_includedir}/%{name} %{_libdir}/*.so @@ -98,11 +94,13 @@ rm -rf $RPM_BUILD_ROOT %defattr(-,root,root,-) %{_libdir}/%{name} %{_libdir}/*.so.* -%{python_sitelib}/Avogadro.* -%{python_sitelib}/_Avogadro.so %changelog +* Wed Jun 03 2009 Sebastian Dziallas 0.9.5-3 +- remove remaining python parts +- fix files section finally + * Wed Jun 03 2009 Sebastian Dziallas 0.9.5-2 - disable python and glsl for now - fix files section