Name: gimp-dds-plugin Version: 2.2.1 Release: 3%{?dist} Summary: Plugin for GIMP allows you to load/save in the DDS format License: GPLv2+ URL: https://code.google.com/p/gimp-dds/ Source0: https://gimp-dds.googlecode.com/files/gimp-dds-%{version}.tar.bz2 BuildRequires: gimp-devel >= 2.4.0 BuildRequires: pkgconfig Requires: gimp >= 2.4 %description A plugin for GIMP allowing to load and save images in the Direct Draw Surface (DDS) format. %prep %setup -q -n gimp-dds-%{version} echo '#!/bin/bash' > configure chmod +x configure %build %configure make %{?_smp_mflags} %install mkdir -p %{buildroot}%{_libdir}/gimp/2.0/plug-ins install dds %{buildroot}%{_libdir}/gimp/2.0/plug-ins %files %{_libdir}/gimp/2.0/plug-ins/dds %doc COPYING LICENSE README TODO INSTALL %changelog * Mon Jul 29 2013 Igor Gnatenko - 2.2.1-3 - Update for rhbz #988489 * Mon Jul 22 2013 Luya Tshimbalanga - 2.2.1-2 - Adaptation of spec to Fedora Guideline * Mon Jul 16 2012 Vasiliy N. Glazov - 2.2.1-1 - update to 2.2.1 * Mon Jul 16 2012 Vasiliy N. Glazov - 2.1.0-2 - added patch for fix FSF address in sources * Fri Jul 13 2012 Vasiliy N. Glazov - 2.1.0-1 - initial release