- updated to 2.1.1

- better work around for testsuite crash
- updated the License tag according to the new guidelines
This commit is contained in:
Dominik Mierzejewski 2007-08-17 00:43:02 +00:00
parent 72f988fa65
commit 4a3e007880
3 changed files with 14 additions and 8 deletions

View File

@ -1 +1 @@
openbabel-2.1.0.tar.gz
openbabel-2.1.1.tar.gz

View File

@ -4,20 +4,20 @@
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
%define inchi_ver 1.0.1
%define inchi_rel 7
%define inchi_rel 8
Name: openbabel
Version: 2.1.0
Release: 2%{?dist}
Version: 2.1.1
Release: 1%{?dist}
Summary: Chemistry software file format converter
License: GPL
License: GPLv2
Group: Applications/File
URL: http://openbabel.sourceforge.net/
Source: http://dl.sourceforge.net/sourceforge/openbabel/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: libtool
BuildRequires: libxml2-devel
BuildRequires: perl
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: python
BuildRequires: python-devel
#TODO: enable when GUI is functional
@ -133,7 +133,8 @@ pushd scripts/python
popd
# work around testsuite crash
%{__rm} src/formats/.libs/inchiformat.soT
%{__rm} src/formats/.libs/*.soT
%{__rm} src/formats/xml/.libs/*.soT
%clean
%{__rm} -rf $RPM_BUILD_ROOT
@ -189,6 +190,11 @@ popd
%{python_sitearch}/pybel.py*
%changelog
* Fri Aug 17 2007 Dominik Mierzejewski <rpm@greysector.net> 2.1.1-1
- updated to 2.1.1
- better work around for testsuite crash
- updated the License tag according to the new guidelines
* Tue Apr 17 2007 Dominik Mierzejewski <rpm@greysector.net> 2.1.0-2
- work around testsuite crash

View File

@ -1 +1 @@
0a227d336a81f3e62854d25acc562577 openbabel-2.1.0.tar.gz
a2a002c6913d6fb94fdc7dede2166194 openbabel-2.1.1.tar.gz