[gimp-separate+] Initial import (#913289).

Peter Hanecak hanecak at fedoraproject.org
Sun Dec 1 21:10:55 UTC 2013


commit 9bef131e6437c4ab67de0ed0bf24cfba0187583e
Author: Peter Hanecak <hany at hany.sk>
Date:   Sun Dec 1 22:10:44 2013 +0100

    Initial import (#913289).

 .gitignore          |    1 +
 gimp-separate+.spec |   90 +++++++++++++++++++++++++++++++++++++++++++++++++++
 sources             |    1 +
 3 files changed, 92 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..a94d56b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/separate+-0.5.8.zip
diff --git a/gimp-separate+.spec b/gimp-separate+.spec
new file mode 100644
index 0000000..8ebd808
--- /dev/null
+++ b/gimp-separate+.spec
@@ -0,0 +1,90 @@
+%global        gimpver          2.8.0
+%global        _gimppluginsdir  %{_libdir}/gimp/%{gimpver}/plug-ins
+
+Name:          gimp-separate+
+Version:       0.5.8
+Release:       9%{?dist}
+Summary:       Rudimentary CMYK support for The GIMP
+Group:         Applications/Multimedia
+URL:           http://cue.yellowmagic.info/softwares/separate.html
+Source:        http://iij.dl.sourceforge.jp/separate-plus/47873/separate+-%{version}.zip
+# The entire source code is GPLv2+ except srgb_profile.h which is MIT/X11 (BSD like)
+License:       GPLv2+ and MIT
+
+BuildRequires: gettext
+BuildRequires: gimp-devel
+BuildRequires: lcms-devel
+BuildRequires: libtiff-devel
+BuildRequires: libjpeg-devel
+
+Provides:      gimp-cmyk = %{version}-%{release}
+
+Requires:      gimp%{?_isa} >= %{gimpver}
+
+
+%description
+Separate+ is a GIMP plug-in that convert an RGB image to CMYK format.
+
+%prep
+
+%setup -q -n separate+-%{version}
+
+%build
+# XXX to fix "/usr/bin/ld: psd.o: undefined reference to symbol
+# 'ceil@@GLIBC_2.2.5'" we hijack JPEG_LIB to pass additional stuff
+%{__make} %{?_smp_mflags} \
+    JPEG_LIB="-ljpeg -lm"
+
+%install
+install -pDm755 separate \
+   %{buildroot}%{_gimppluginsdir}/separate
+install -pDm755 separate_import \
+   %{buildroot}%{_gimppluginsdir}/separate_import 
+install -pDm755 icc_colorspace \
+   %{buildroot}%{_gimppluginsdir}/icc_colorspace 
+
+
+%files
+%{_gimppluginsdir}/separate
+%{_gimppluginsdir}/separate_import
+%{_gimppluginsdir}/icc_colorspace
+%doc COPYING README README_ICC_COLORSPACE
+
+
+%changelog
+* Mon Nov 18 2013 Peter Hanecak <hany at hany.sk> 0.5.8-9
+- gimp%%{?_isa} used in requires (see comment #34 - still bug #913289)
+- shortened summary (see comment #35)
+
+* Tue Sep  3 2013 Peter Hanecak <hany at hany.sk> 0.5.8-8
+- bundled sRGB_type2.icc not included in the package as Fedora ships other
+  profiles (see https://bugzilla.redhat.com/show_bug.cgi?id=913289#c30)
+
+* Tue Aug 27 2013 Peter Hanecak <hany at hany.sk> 0.5.8-7
+- trimmed build requires as suggested
+  in https://bugzilla.redhat.com/show_bug.cgi?id=913289#c24
+
+* Tue Aug  6 2013 Peter Hanecak <hany at hany.sk> 0.5.8-6
+- removed EPEL related stuff and -pDm755 used in install as sugested in
+  https://bugzilla.redhat.com/show_bug.cgi?id=913289#c18
+- to preserve the timestamp also for sRGB_type2.icc, install used instead of cp
+- fixed another mixed use of spaces and tabs
+
+* Mon Aug  5 2013 Peter Hanecak <hany at hany.sk> 0.5.8-5
+- version provided for 'provides: gimp-cmyk' (see
+  https://bugzilla.redhat.com/show_bug.cgi?id=913289#c10)
+
+* Mon Aug  5 2013 Peter Hanecak <hany at hany.sk> 0.5.8-4
+- fixed mixed used of spaces and tabs (see
+  https://bugzilla.redhat.com/show_bug.cgi?id=913289#c10)
+
+* Wed Apr 17 2013 Peter Hanecak <hany at hany.sk> 0.5.8-3
+- another set of updates to address review comments
+  (https://bugzilla.redhat.com/show_bug.cgi?id=913289#c4)
+
+* Thu Feb 21 2013 Peter Hanecak <hany at hany.sk> 0.5.8-2
+- updates to address review comments
+  (https://bugzilla.redhat.com/show_bug.cgi?id=913289#c1)
+
+* Mon Feb 11 2013 Peter Hanecak <hany at hany.sk> 0.5.8-1
+- initial spec using the one created by Tiziana Ferro <tiziana.ferro at email.it>
diff --git a/sources b/sources
index e69de29..9b9fc87 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+442e546bb451ab7450ddca79e36e21e8  separate+-0.5.8.zip


More information about the scm-commits mailing list