You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
96 lines
3.2 KiB
96 lines
3.2 KiB
Name: gimp-dds-plugin |
|
Version: 3.0.1 |
|
Release: 11%{?dist} |
|
Summary: A plugin for GIMP allows you to load/save in the DDS format |
|
Summary(ru): Плагин GIMP для работы с форматом DDS |
|
|
|
License: GPLv2+ |
|
URL: http://code.google.com/p/gimp-dds/ |
|
Source0: http://gimp-dds.googlecode.com/files/gimp-dds-%{version}.tar.bz2 |
|
|
|
|
|
BuildRequires: gcc |
|
BuildRequires: gimp-devel >= 2.4.0 |
|
|
|
Requires: gimp >= 2.4 |
|
|
|
%description |
|
This is a plugin for GIMP. It allows you to load and save images in the |
|
Direct Draw Surface (DDS) format. |
|
|
|
%description -l ru |
|
Плагин для GIMP, помогающий загружать и сохранять изображения |
|
в формате Direct Draw Surface (DDS). |
|
|
|
|
|
%prep |
|
%autosetup -n gimp-dds-%{version} |
|
sed -i -e 's/CFLAGS.*/& $(shell echo $$CFLAGS)/' Makefile |
|
echo '#!/bin/bash' > configure |
|
chmod +x configure |
|
|
|
%build |
|
%configure |
|
%make_build |
|
|
|
|
|
%install |
|
GIMP_PLUGINS_DIR=`gimptool-2.0 --gimpplugindir` |
|
mkdir -p $RPM_BUILD_ROOT$GIMP_PLUGINS_DIR/plug-ins |
|
install dds $RPM_BUILD_ROOT$GIMP_PLUGINS_DIR/plug-ins |
|
|
|
|
|
%files |
|
%{_libdir}/gimp/2.0/plug-ins/dds |
|
%doc README |
|
%license COPYING LICENSE |
|
|
|
|
|
%changelog |
|
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.1-11 |
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild |
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.1-10 |
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild |
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.1-9 |
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild |
|
|
|
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.1-8 |
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild |
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.1-7 |
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild |
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.1-6 |
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild |
|
|
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.1-5 |
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild |
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.1-4 |
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild |
|
|
|
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.1-3 |
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild |
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.1-2 |
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild |
|
|
|
* Tue Feb 11 2014 Vasiliy N. Glazov <vascom2@gmail.com> - 3.0.1-1 |
|
- Update to 3.0.1 |
|
|
|
* Mon Jul 16 2012 Vasiliy N. Glazov <vascom2@gmail.com> - 2.2.1-3 |
|
- Corrected make CFLAGS |
|
|
|
* Mon Jul 16 2012 Vasiliy N. Glazov <vascom2@gmail.com> - 2.2.1-2 |
|
- Corrected BR |
|
|
|
* Mon Jul 16 2012 Vasiliy N. Glazov <vascom2@gmail.com> - 2.2.1-1 |
|
- update to 2.2.1 |
|
|
|
* Mon Jul 16 2012 Vasiliy N. Glazov <vascom2@gmail.com> - 2.1.0-2 |
|
- added patch for fix FSF address in sources |
|
|
|
* Fri Jul 13 2012 Vasiliy N. Glazov <vascom2@gmail.com> - 2.1.0-1 |
|
- initial release
|
|
|