From 90ed8415c450b5dfb560b945763fb4a2130da2cd Mon Sep 17 00:00:00 2001 From: guibuilder_pel7x64builder0 Date: Thu, 18 Jul 2019 17:49:03 +0200 Subject: [PATCH] gimp-data-extras package creation Signed-off-by: guibuilder_pel7x64builder0 --- SOURCES/gimp-data-extras.metainfo.xml | 14 ++ SOURCES/license-clarification.txt | 17 +++ SPECS/gimp-data-extras.spec | 199 ++++++++++++++++++++++++++ 3 files changed, 230 insertions(+) create mode 100644 SOURCES/gimp-data-extras.metainfo.xml create mode 100644 SOURCES/license-clarification.txt create mode 100644 SPECS/gimp-data-extras.spec diff --git a/SOURCES/gimp-data-extras.metainfo.xml b/SOURCES/gimp-data-extras.metainfo.xml new file mode 100644 index 0000000..99c82ca --- /dev/null +++ b/SOURCES/gimp-data-extras.metainfo.xml @@ -0,0 +1,14 @@ + + + +gimp-data-extras +gimp.desktop +Extra files for GIMP +Patterns, gradients, and other extra files for GIMP +http://www.gimp.org/ +https://bugzilla.gnome.org/enter_bug.cgi?product=GIMP +CC0-1.0 +GPL-2.0+ +eischmann_at_redhat.com + diff --git a/SOURCES/license-clarification.txt b/SOURCES/license-clarification.txt new file mode 100644 index 0000000..c23df60 --- /dev/null +++ b/SOURCES/license-clarification.txt @@ -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 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 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 There has been some talk of it being redone from the start, but who knows. +Feb 09 12:37:17 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 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 consider it GPL v2+ then +--- >8 --- + +In the log, "neo" is Sven Neumann , "nils" is myself, Nils +Philippsen . diff --git a/SPECS/gimp-data-extras.spec b/SPECS/gimp-data-extras.spec new file mode 100644 index 0000000..b58184f --- /dev/null +++ b/SPECS/gimp-data-extras.spec @@ -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 - 2.0.2-19 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Fri Jul 13 2018 Fedora Release Engineering - 2.0.2-18 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Wed Feb 07 2018 Fedora Release Engineering - 2.0.2-17 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Wed Jul 26 2017 Fedora Release Engineering - 2.0.2-16 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Fri Feb 10 2017 Fedora Release Engineering - 2.0.2-15 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Fri May 27 2016 Nils Philippsen - 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 - 2.0.2-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Tue Jan 19 2016 Nils Philippsen +- use %%global instead of %%define + +* Wed Jun 17 2015 Fedora Release Engineering - 2.0.2-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Tue Aug 05 2014 Nils Philippsen - 2.0.2-11 +- update source URL + +* Sat Jun 07 2014 Fedora Release Engineering - 2.0.2-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Sat Aug 03 2013 Fedora Release Engineering - 2.0.2-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Wed Feb 13 2013 Fedora Release Engineering - 2.0.2-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Thu Oct 18 2012 Nils Philippsen - 2.0.2-7 +- GIMP doesn't have an article anymore + +* Thu Jul 19 2012 Fedora Release Engineering - 2.0.2-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Fri Jan 13 2012 Fedora Release Engineering - 2.0.2-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Tue Feb 08 2011 Fedora Release Engineering - 2.0.2-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Fri Jul 24 2009 Fedora Release Engineering - 2.0.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Tue Feb 24 2009 Fedora Release Engineering - 2.0.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Mon Feb 16 2009 Nils Philippsen - 2.0.2-1 +- bump release for importing + +* Fri Feb 13 2009 Nils Philippsen - 2.0.2-0.3 +- merge review (#225797): include IRC log which clarifies the package license + +* Mon Feb 09 2009 Nils Philippsen - 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 - 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 - 2.0.1-1.1.1 +- rebuild + +* Fri Dec 09 2005 Jesse Keating +- rebuilt + +* Wed Mar 02 2005 Nils Philippsen 2.0.1-1 +- version 2.0.1 + +* Mon Oct 18 2004 Nils Philippsen 2.0.0-1 +- rather cosmetic version upgrade +- fix BuildRoot + +* Tue Sep 21 2004 Than Ngo 1.2.0-12 +- rebuilt + +* Mon Apr 05 2004 Nils Philippsen +- require gimp (#70753) + +* Thu Feb 19 2004 Nils Philippsen +- build with gimp-2.0 +- run %%setup quietly +- use path macros +- fix source URL + +* Fri Feb 13 2004 Elliot Lee +- rebuilt + +* Wed Jan 22 2003 Tim Powers +- rebuilt + +* Mon Dec 23 2002 Matt Wilson 1.2.0-7 +- rebuild in new collection + +* Fri Jun 21 2002 Tim Powers +- automated rebuild + +* Thu May 23 2002 Tim Powers +- automated rebuild + +* Mon Feb 25 2002 Than Ngo 1.2.0-4 +- rebuild in new enviroment + +* Wed Jan 09 2002 Tim Powers +- automated rebuild + +* Mon Aug 27 2001 Trond Eivind Glomsrød 1.2.0-2 +- s/Copyright/License/ +- Use %%{_tmppath} +- Add gimp-devel as a build dependency (#44744) + +* Mon Dec 25 2000 Matt Wilson +- 1.2.0 + +* Thu Jul 13 2000 Prospector +- automatic rebuild + +* Mon Jun 19 2000 Matt Wilson +- defattr root + +* Sun May 28 2000 Matt Wilson +- pass GIMP_DATA_DIR to make install target so we get in the buildroot + +* Sun Mar 21 1999 Cristian Gafton +- auto rebuild in the new build environment (release 4) + +* Mon Mar 15 1999 Matt Wilson +- packaged for rawhide + +* Fri Sep 11 1998 Cristian Gafton +- packaged for 5.2