guibuilder_pel7x64builder0
6 years ago
3 changed files with 230 additions and 0 deletions
@ -0,0 +1,14 @@ |
|||||||
|
<?xml version="1.0" encoding="UTF-8"?> |
||||||
|
<!-- Copyright 2015 Jiri Eischmann <eischmann@redhat.com> |
||||||
|
--> |
||||||
|
<component type="addon"> |
||||||
|
<id>gimp-data-extras</id> |
||||||
|
<extends>gimp.desktop</extends> |
||||||
|
<name>Extra files for GIMP</name> |
||||||
|
<summary>Patterns, gradients, and other extra files for GIMP</summary> |
||||||
|
<url type="homepage">http://www.gimp.org/</url> |
||||||
|
<url type="bugtracker">https://bugzilla.gnome.org/enter_bug.cgi?product=GIMP</url> |
||||||
|
<metadata_license>CC0-1.0</metadata_license> |
||||||
|
<project_license>GPL-2.0+</project_license> |
||||||
|
<updatecontact>eischmann_at_redhat.com</updatecontact> |
||||||
|
</component> |
@ -0,0 +1,17 @@ |
|||||||
|
As the gimp-data-extras-2.0.2 tarball just includes the GNU GPL v2 license text |
||||||
|
without specifying explicitly which license version applies, I asked on IRC |
||||||
|
(irc.gimp.org, #gimp). |
||||||
|
|
||||||
|
Here is the log: |
||||||
|
|
||||||
|
--- 8< --- |
||||||
|
Feb 09 12:34:00 <nils> is gimp-data-extras licensed as "GPL v2" or "GPL v2 or later"? It's not specified in the tarball... |
||||||
|
Feb 09 12:35:14 <drc> nils: The stuff in it is over ten years old and pretty useless. So it might be best to just drop it for a while. |
||||||
|
Feb 09 12:35:33 <drc> There has been some talk of it being redone from the start, but who knows. |
||||||
|
Feb 09 12:37:17 <nils> drc: I know, I've opened the bugzilla ticket which resulted in the 2.0.2 version which only contains material where we're sure about the origin |
||||||
|
Feb 09 12:40:34 <nils> drc: as the copyright holder status is cleared, we're continuing the package review for Fedora and for that we need to be sure about the license of the package |
||||||
|
Feb 09 12:41:01 <neo> consider it GPL v2+ then |
||||||
|
--- >8 --- |
||||||
|
|
||||||
|
In the log, "neo" is Sven Neumann <sven@gimp.org>, "nils" is myself, Nils |
||||||
|
Philippsen <nils@redhat.com>. |
@ -0,0 +1,199 @@ |
|||||||
|
%global gimpdatadir %(%{_bindir}/gimptool --gimpdatadir || echo blah) |
||||||
|
|
||||||
|
Summary: Extra files for GIMP |
||||||
|
Name: gimp-data-extras |
||||||
|
Version: 2.0.2 |
||||||
|
Release: 19%{?dist} |
||||||
|
License: GPLv2+ |
||||||
|
URL: http://www.gimp.org/ |
||||||
|
Source0: http://download.gimp.org/pub/gimp/extras/gimp-data-extras-%{version}.tar.bz2 |
||||||
|
Source1: license-clarification.txt |
||||||
|
Source2: gimp-data-extras.metainfo.xml |
||||||
|
BuildArch: noarch |
||||||
|
BuildRequires: gimp-devel-tools |
||||||
|
BuildRequires: gimp-devel >= 2:2.0 |
||||||
|
Requires: gimp >= 2:2.0 |
||||||
|
|
||||||
|
%description |
||||||
|
Patterns, gradients, and other extra files for GIMP. |
||||||
|
|
||||||
|
%prep |
||||||
|
%setup -q |
||||||
|
cp %{SOURCE1} %{SOURCE2} . |
||||||
|
|
||||||
|
%build |
||||||
|
%configure |
||||||
|
make |
||||||
|
|
||||||
|
%install |
||||||
|
make DESTDIR=%{buildroot} install |
||||||
|
|
||||||
|
install -d -m 0755 %{buildroot}%{_datadir}/appdata |
||||||
|
install -m 0644 %{name}.metainfo.xml %{buildroot}%{_datadir}/appdata/ |
||||||
|
|
||||||
|
%files |
||||||
|
%doc AUTHORS ChangeLog NEWS README |
||||||
|
%license COPYING license-clarification.txt |
||||||
|
%{gimpdatadir}/* |
||||||
|
%{_datadir}/appdata/%{name}.metainfo.xml |
||||||
|
|
||||||
|
%changelog |
||||||
|
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.2-19 |
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild |
||||||
|
|
||||||
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.2-18 |
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild |
||||||
|
|
||||||
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.2-17 |
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild |
||||||
|
|
||||||
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.2-16 |
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild |
||||||
|
|
||||||
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.2-15 |
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild |
||||||
|
|
||||||
|
* Fri May 27 2016 Nils Philippsen <nils@redhat.com> - 2.0.2-14 |
||||||
|
- install AppStream metadata file (#1316293) |
||||||
|
- use %%license for license files |
||||||
|
- remove some old cruft |
||||||
|
|
||||||
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.2-13 |
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild |
||||||
|
|
||||||
|
* Tue Jan 19 2016 Nils Philippsen <nils@redhat.com> |
||||||
|
- use %%global instead of %%define |
||||||
|
|
||||||
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.2-12 |
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild |
||||||
|
|
||||||
|
* Tue Aug 05 2014 Nils Philippsen <nils@redhat.com> - 2.0.2-11 |
||||||
|
- update source URL |
||||||
|
|
||||||
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.2-10 |
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild |
||||||
|
|
||||||
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.2-9 |
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild |
||||||
|
|
||||||
|
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.2-8 |
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild |
||||||
|
|
||||||
|
* Thu Oct 18 2012 Nils Philippsen <nils@redhat.com> - 2.0.2-7 |
||||||
|
- GIMP doesn't have an article anymore |
||||||
|
|
||||||
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.2-6 |
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild |
||||||
|
|
||||||
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.2-5 |
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild |
||||||
|
|
||||||
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.2-4 |
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild |
||||||
|
|
||||||
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.2-3 |
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild |
||||||
|
|
||||||
|
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.2-2 |
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild |
||||||
|
|
||||||
|
* Mon Feb 16 2009 Nils Philippsen <nils@redhat.com> - 2.0.2-1 |
||||||
|
- bump release for importing |
||||||
|
|
||||||
|
* Fri Feb 13 2009 Nils Philippsen <nils@redhat.com> - 2.0.2-0.3 |
||||||
|
- merge review (#225797): include IRC log which clarifies the package license |
||||||
|
|
||||||
|
* Mon Feb 09 2009 Nils Philippsen <nils@redhat.com> - 2.0.2-0.2 |
||||||
|
- don't require gimptool file, but gimp-devel-tools package for building |
||||||
|
- merge review (#225797) |
||||||
|
- don't require /usr/share/gimp/2.0 directory, but specific minimum gimp |
||||||
|
version |
||||||
|
- work around problematic gimpdatadir macro definition if gimptool is not |
||||||
|
available |
||||||
|
|
||||||
|
* Wed Nov 14 2007 Nils Philippsen <nphilipp@redhat.com> - 2.0.2-0.1 |
||||||
|
- version 2.0.2 |
||||||
|
- use RPM macros where appropriate |
||||||
|
- use "make DESTDIR=... install" |
||||||
|
- merge review (#225797) |
||||||
|
- add dist tag |
||||||
|
- change license tag to GPLv2+ |
||||||
|
- sanitize buildroot |
||||||
|
- set default mode 0755 for directories |
||||||
|
- add documentation files |
||||||
|
- separate BuildRequires, add epoch to BR: gimp-devel ... |
||||||
|
- sanitize summary |
||||||
|
- recode SPEC file to UTF-8 |
||||||
|
- clean buildroot at beginning of %%install |
||||||
|
|
||||||
|
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.0.1-1.1.1 |
||||||
|
- rebuild |
||||||
|
|
||||||
|
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com> |
||||||
|
- rebuilt |
||||||
|
|
||||||
|
* Wed Mar 02 2005 Nils Philippsen <nphilipp@redhat.com> 2.0.1-1 |
||||||
|
- version 2.0.1 |
||||||
|
|
||||||
|
* Mon Oct 18 2004 Nils Philippsen <nphilipp@redhat.com> 2.0.0-1 |
||||||
|
- rather cosmetic version upgrade |
||||||
|
- fix BuildRoot |
||||||
|
|
||||||
|
* Tue Sep 21 2004 Than Ngo <than@redhat.com> 1.2.0-12 |
||||||
|
- rebuilt |
||||||
|
|
||||||
|
* Mon Apr 05 2004 Nils Philippsen <nphilipp@redhat.com> |
||||||
|
- require gimp (#70753) |
||||||
|
|
||||||
|
* Thu Feb 19 2004 Nils Philippsen <nphilipp@redhat.com> |
||||||
|
- build with gimp-2.0 |
||||||
|
- run %%setup quietly |
||||||
|
- use path macros |
||||||
|
- fix source URL |
||||||
|
|
||||||
|
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> |
||||||
|
- rebuilt |
||||||
|
|
||||||
|
* Wed Jan 22 2003 Tim Powers <timp@redhat.com> |
||||||
|
- rebuilt |
||||||
|
|
||||||
|
* Mon Dec 23 2002 Matt Wilson <msw@redhat.com> 1.2.0-7 |
||||||
|
- rebuild in new collection |
||||||
|
|
||||||
|
* Fri Jun 21 2002 Tim Powers <timp@redhat.com> |
||||||
|
- automated rebuild |
||||||
|
|
||||||
|
* Thu May 23 2002 Tim Powers <timp@redhat.com> |
||||||
|
- automated rebuild |
||||||
|
|
||||||
|
* Mon Feb 25 2002 Than Ngo <than@redhat.com> 1.2.0-4 |
||||||
|
- rebuild in new enviroment |
||||||
|
|
||||||
|
* Wed Jan 09 2002 Tim Powers <timp@redhat.com> |
||||||
|
- automated rebuild |
||||||
|
|
||||||
|
* Mon Aug 27 2001 Trond Eivind Glomsrød <teg@redhat.com> 1.2.0-2 |
||||||
|
- s/Copyright/License/ |
||||||
|
- Use %%{_tmppath} |
||||||
|
- Add gimp-devel as a build dependency (#44744) |
||||||
|
|
||||||
|
* Mon Dec 25 2000 Matt Wilson <msw@redhat.com> |
||||||
|
- 1.2.0 |
||||||
|
|
||||||
|
* Thu Jul 13 2000 Prospector <bugzilla@redhat.com> |
||||||
|
- automatic rebuild |
||||||
|
|
||||||
|
* Mon Jun 19 2000 Matt Wilson <msw@redhat.com> |
||||||
|
- defattr root |
||||||
|
|
||||||
|
* Sun May 28 2000 Matt Wilson <msw@redhat.com> |
||||||
|
- pass GIMP_DATA_DIR to make install target so we get in the buildroot |
||||||
|
|
||||||
|
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> |
||||||
|
- auto rebuild in the new build environment (release 4) |
||||||
|
|
||||||
|
* Mon Mar 15 1999 Matt Wilson <msw@redhat.com> |
||||||
|
- packaged for rawhide |
||||||
|
|
||||||
|
* Fri Sep 11 1998 Cristian Gafton <gafton@redhat.com> |
||||||
|
- packaged for 5.2 |
Loading…
Reference in new issue