- removed weird Macintosh files

This commit is contained in:
Dominik Mierzejewski 2008-07-02 21:53:29 +00:00
parent b8204de397
commit ce485b4bfe
1 changed files with 2 additions and 0 deletions

View File

@ -90,6 +90,7 @@ Ruby wrapper for the Open Babel library.
%setup -q -n %{name}-%{version}%{beta_ver}
%patch -p1 -b .gcc43
%patch1 -p1 -b .r
find . -name "._*" | xargs rm
%build
# don't reference m4 include directory which isn't shipped in the tarball
@ -190,6 +191,7 @@ popd
- updated to 2.2.0 beta7
- new URL
- dropped Python binding split patch (broken, reverted upstream)
- removed weird Macintosh files
* Fri Jun 06 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 2.2.0-0.5.b5
- backport upstream patch to split Python binding (should fix #427700 for good)