From 0a917a825f840cf5721f68224a52897d84937f5f Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Oct 20 2019 10:02:05 +0000 Subject: import gimp-data-extras-2.0.2-9.el7 --- diff --git a/.gimp-data-extras.metadata b/.gimp-data-extras.metadata new file mode 100644 index 0000000..b85f8d2 --- /dev/null +++ b/.gimp-data-extras.metadata @@ -0,0 +1 @@ +1e9a8e3bf687a5df5eed004976b25ddf507362f4 SOURCES/gimp-data-extras-2.0.2.tar.bz2 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..05dba58 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/gimp-data-extras-2.0.2.tar.bz2 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..1f1921b --- /dev/null +++ b/SPECS/gimp-data-extras.spec @@ -0,0 +1,165 @@ +%define gimpdatadir %(%{_bindir}/gimptool --gimpdatadir || echo blah) + +Summary: Extra files for GIMP +Name: gimp-data-extras +Version: 2.0.2 +Release: 9%{?dist} +License: GPLv2+ +Group: Applications/Multimedia +URL: http://www.gimp.org/ +Source: ftp://ftp.gimp.org/pub/gimp/extras/gimp-data-extras-%{version}.tar.bz2 +Source1: license-clarification.txt +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%__id_u -n) +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} . + +%build +%configure +make + +%install +rm -rf %{buildroot} +make DESTDIR=%{buildroot} install + +%clean +rm -rf %{buildroot} + +%files +%defattr (-, root, root, 0755) +%doc AUTHORS ChangeLog COPYING NEWS README license-clarification.txt +%{gimpdatadir}/* + +%changelog +* Fri Dec 27 2013 Daniel Mach - 2.0.2-9 +- Mass rebuild 2013-12-27 + +* 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