|
 |
282fef |
%define gimpdatadir %(%{_bindir}/gimptool --gimpdatadir || echo blah)
|
|
 |
282fef |
|
|
 |
282fef |
Summary: Extra files for GIMP
|
|
 |
282fef |
Name: gimp-data-extras
|
|
 |
282fef |
Version: 2.0.2
|
|
 |
737ad1 |
Release: 9%{?dist}
|
|
 |
282fef |
License: GPLv2+
|
|
 |
282fef |
Group: Applications/Multimedia
|
|
 |
282fef |
URL: http://www.gimp.org/
|
|
 |
282fef |
Source: ftp://ftp.gimp.org/pub/gimp/extras/gimp-data-extras-%{version}.tar.bz2
|
|
 |
282fef |
Source1: license-clarification.txt
|
|
 |
282fef |
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%__id_u -n)
|
|
 |
282fef |
BuildArch: noarch
|
|
 |
282fef |
BuildRequires: gimp-devel-tools
|
|
 |
282fef |
BuildRequires: gimp-devel >= 2:2.0
|
|
 |
282fef |
Requires: gimp >= 2:2.0
|
|
 |
282fef |
|
|
 |
282fef |
%description
|
|
 |
282fef |
Patterns, gradients, and other extra files for GIMP.
|
|
 |
282fef |
|
|
 |
282fef |
%prep
|
|
 |
282fef |
%setup -q
|
|
 |
282fef |
cp %{SOURCE1} .
|
|
 |
282fef |
|
|
 |
282fef |
%build
|
|
 |
282fef |
%configure
|
|
 |
282fef |
make
|
|
 |
282fef |
|
|
 |
282fef |
%install
|
|
 |
282fef |
rm -rf %{buildroot}
|
|
 |
282fef |
make DESTDIR=%{buildroot} install
|
|
 |
282fef |
|
|
 |
282fef |
%clean
|
|
 |
282fef |
rm -rf %{buildroot}
|
|
 |
282fef |
|
|
 |
282fef |
%files
|
|
 |
282fef |
%defattr (-, root, root, 0755)
|
|
 |
282fef |
%doc AUTHORS ChangeLog COPYING NEWS README license-clarification.txt
|
|
 |
282fef |
%{gimpdatadir}/*
|
|
 |
282fef |
|
|
 |
282fef |
%changelog
|
|
 |
737ad1 |
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 2.0.2-9
|
|
 |
737ad1 |
- Mass rebuild 2013-12-27
|
|
 |
737ad1 |
|
|
 |
282fef |
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.2-8
|
|
 |
282fef |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
 |
282fef |
|
|
 |
282fef |
* Thu Oct 18 2012 Nils Philippsen <nils@redhat.com> - 2.0.2-7
|
|
 |
282fef |
- GIMP doesn't have an article anymore
|
|
 |
282fef |
|
|
 |
282fef |
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.2-6
|
|
 |
282fef |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
 |
282fef |
|
|
 |
282fef |
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.2-5
|
|
 |
282fef |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
 |
282fef |
|
|
 |
282fef |
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.2-4
|
|
 |
282fef |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
 |
282fef |
|
|
 |
282fef |
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.2-3
|
|
 |
282fef |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
 |
282fef |
|
|
 |
282fef |
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.2-2
|
|
 |
282fef |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
 |
282fef |
|
|
 |
282fef |
* Mon Feb 16 2009 Nils Philippsen <nils@redhat.com> - 2.0.2-1
|
|
 |
282fef |
- bump release for importing
|
|
 |
282fef |
|
|
 |
282fef |
* Fri Feb 13 2009 Nils Philippsen <nils@redhat.com> - 2.0.2-0.3
|
|
 |
282fef |
- merge review (#225797): include IRC log which clarifies the package license
|
|
 |
282fef |
|
|
 |
282fef |
* Mon Feb 09 2009 Nils Philippsen <nils@redhat.com> - 2.0.2-0.2
|
|
 |
282fef |
- don't require gimptool file, but gimp-devel-tools package for building
|
|
 |
282fef |
- merge review (#225797)
|
|
 |
282fef |
- don't require /usr/share/gimp/2.0 directory, but specific minimum gimp
|
|
 |
282fef |
version
|
|
 |
282fef |
- work around problematic gimpdatadir macro definition if gimptool is not
|
|
 |
282fef |
available
|
|
 |
282fef |
|
|
 |
282fef |
* Wed Nov 14 2007 Nils Philippsen <nphilipp@redhat.com> - 2.0.2-0.1
|
|
 |
282fef |
- version 2.0.2
|
|
 |
282fef |
- use RPM macros where appropriate
|
|
 |
282fef |
- use "make DESTDIR=... install"
|
|
 |
282fef |
- merge review (#225797)
|
|
 |
282fef |
- add dist tag
|
|
 |
282fef |
- change license tag to GPLv2+
|
|
 |
282fef |
- sanitize buildroot
|
|
 |
282fef |
- set default mode 0755 for directories
|
|
 |
282fef |
- add documentation files
|
|
 |
282fef |
- separate BuildRequires, add epoch to BR: gimp-devel ...
|
|
 |
282fef |
- sanitize summary
|
|
 |
282fef |
- recode SPEC file to UTF-8
|
|
 |
282fef |
- clean buildroot at beginning of %%install
|
|
 |
282fef |
|
|
 |
282fef |
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.0.1-1.1.1
|
|
 |
282fef |
- rebuild
|
|
 |
282fef |
|
|
 |
282fef |
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
|
 |
282fef |
- rebuilt
|
|
 |
282fef |
|
|
 |
282fef |
* Wed Mar 02 2005 Nils Philippsen <nphilipp@redhat.com> 2.0.1-1
|
|
 |
282fef |
- version 2.0.1
|
|
 |
282fef |
|
|
 |
282fef |
* Mon Oct 18 2004 Nils Philippsen <nphilipp@redhat.com> 2.0.0-1
|
|
 |
282fef |
- rather cosmetic version upgrade
|
|
 |
282fef |
- fix BuildRoot
|
|
 |
282fef |
|
|
 |
282fef |
* Tue Sep 21 2004 Than Ngo <than@redhat.com> 1.2.0-12
|
|
 |
282fef |
- rebuilt
|
|
 |
282fef |
|
|
 |
282fef |
* Mon Apr 05 2004 Nils Philippsen <nphilipp@redhat.com>
|
|
 |
282fef |
- require gimp (#70753)
|
|
 |
282fef |
|
|
 |
282fef |
* Thu Feb 19 2004 Nils Philippsen <nphilipp@redhat.com>
|
|
 |
282fef |
- build with gimp-2.0
|
|
 |
282fef |
- run %%setup quietly
|
|
 |
282fef |
- use path macros
|
|
 |
282fef |
- fix source URL
|
|
 |
282fef |
|
|
 |
282fef |
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
|
 |
282fef |
- rebuilt
|
|
 |
282fef |
|
|
 |
282fef |
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
|
|
 |
282fef |
- rebuilt
|
|
 |
282fef |
|
|
 |
282fef |
* Mon Dec 23 2002 Matt Wilson <msw@redhat.com> 1.2.0-7
|
|
 |
282fef |
- rebuild in new collection
|
|
 |
282fef |
|
|
 |
282fef |
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
|
 |
282fef |
- automated rebuild
|
|
 |
282fef |
|
|
 |
282fef |
* Thu May 23 2002 Tim Powers <timp@redhat.com>
|
|
 |
282fef |
- automated rebuild
|
|
 |
282fef |
|
|
 |
282fef |
* Mon Feb 25 2002 Than Ngo <than@redhat.com> 1.2.0-4
|
|
 |
282fef |
- rebuild in new enviroment
|
|
 |
282fef |
|
|
 |
282fef |
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
|
|
 |
282fef |
- automated rebuild
|
|
 |
282fef |
|
|
 |
282fef |
* Mon Aug 27 2001 Trond Eivind Glomsrød <teg@redhat.com> 1.2.0-2
|
|
 |
282fef |
- s/Copyright/License/
|
|
 |
282fef |
- Use %%{_tmppath}
|
|
 |
282fef |
- Add gimp-devel as a build dependency (#44744)
|
|
 |
282fef |
|
|
 |
282fef |
* Mon Dec 25 2000 Matt Wilson <msw@redhat.com>
|
|
 |
282fef |
- 1.2.0
|
|
 |
282fef |
|
|
 |
282fef |
* Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
|
|
 |
282fef |
- automatic rebuild
|
|
 |
282fef |
|
|
 |
282fef |
* Mon Jun 19 2000 Matt Wilson <msw@redhat.com>
|
|
 |
282fef |
- defattr root
|
|
 |
282fef |
|
|
 |
282fef |
* Sun May 28 2000 Matt Wilson <msw@redhat.com>
|
|
 |
282fef |
- pass GIMP_DATA_DIR to make install target so we get in the buildroot
|
|
 |
282fef |
|
|
 |
282fef |
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
|
|
 |
282fef |
- auto rebuild in the new build environment (release 4)
|
|
 |
282fef |
|
|
 |
282fef |
* Mon Mar 15 1999 Matt Wilson <msw@redhat.com>
|
|
 |
282fef |
- packaged for rawhide
|
|
 |
282fef |
|
|
 |
282fef |
* Fri Sep 11 1998 Cristian Gafton <gafton@redhat.com>
|
|
 |
282fef |
- packaged for 5.2
|