diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-04-10 19:27:49 +0200 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-04-10 19:27:49 +0200 |
commit | 79bc46a38ef4cc771bfd68fc9755ca1486d711e0 (patch) | |
tree | 30a1a04dde7c1530f45ab812481e42266e71c132 | |
parent | 59e14dc1b798e594c115d568425a6522becc5436 (diff) |
update spec file
-rw-r--r-- | gipfel.spec | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/gipfel.spec b/gipfel.spec index c5f6049..493cab3 100644 --- a/gipfel.spec +++ b/gipfel.spec @@ -8,7 +8,13 @@ Source0: %{name}-%{version}.tar.gz License: GPL Group: Productivity/Scientific/Other -BuildRequires: binutils gcc gcc-c++ libstdc++-devel gsl-devel fltk-devel libjpeg-devel libtiff-devel libpng-devel libexiv2-devel +BuildRequires: binutils gcc gcc-c++ libstdc++-devel gsl-devel fltk-devel libjpeg-devel libtiff-devel libpng-devel + +%if 0%{?fedora_version} +BuildRequires: exiv2-devel +%else +BuildRequires: libexiv2-devel +%endif %if 0%{?suse_version} BuildRequires: xorg-x11-libXext-devel @@ -39,7 +45,7 @@ rm -rf $RPM_BUILD_ROOT/%{_defaultdocdir}/%{name} %changelog * Tue Apr 7 2009 Johannes Hofmann <Johannes.Hofmann@gmx.de> -- update to gipfel-0.3.0 +- update to gipfel-0.3.1 * Thu Mar 26 2009 Johannes Hofmann <Johannes.Hofmann@gmx.de> - update to gipfel-0.2.9 * Sun Mar 22 2009 Johannes Hofmann <Johannes.Hofmann@gmx.de> |