diff --git a/chemtool.spec b/chemtool.spec index bf2ab68..a295e41 100644 --- a/chemtool.spec +++ b/chemtool.spec @@ -1,7 +1,7 @@ Summary: A program for 2D drawing organic molecules Name: chemtool Version: 1.6.9 -Release: 6%{?dist} +Release: 7%{?dist} License: GPL Group: Applications/Editors Source0: http://ruby.chemie.uni-freiburg.de/~martin/chemtool/%{name}-%{version}.tar.gz @@ -39,7 +39,7 @@ file. It runs under the X Window System using the GTK widget set. rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT%{_datadir}/{applications,mimelnk/application,mime-info,mime-types,pixmaps} \ - $RPM_BUILD_ROOT{%{_datadir}/icons/hicolor/{32x32/mimetypes,48x48/apps}} + $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/{32x32/mimetypes,48x48/apps} # fix line endings pushd examples @@ -90,6 +90,9 @@ rm -rf %{buildroot} %{_mandir}/man1/* %changelog +* Thu Dec 22 2006 Dominik 'Rathann' Mierzejewski 1.6.9-7 +- fix stupid directory creation bug + * Thu Dec 21 2006 Dominik 'Rathann' Mierzejewski 1.6.9-6 - fix MIME type in desktop file (#220125)