[cmyktool] Initial import (#800599).

Máirín Duffy duffy at fedoraproject.org
Wed Mar 7 16:38:36 UTC 2012


commit 73fb31419b6bf1e52d9b90bf5943aedbfd78aa0b
Author: Máirín Duffy <duffy at redhat.com>
Date:   Wed Mar 7 11:38:31 2012 -0500

    Initial import (#800599).

 .gitignore    |    1 +
 cmyktool.spec |   54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 sources       |    1 +
 3 files changed, 56 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..d39d4e3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/cmyktool-0.1.6-pre1.tar.gz
diff --git a/cmyktool.spec b/cmyktool.spec
new file mode 100644
index 0000000..697d6f8
--- /dev/null
+++ b/cmyktool.spec
@@ -0,0 +1,54 @@
+%global prerelease pre1
+
+Name:		cmyktool
+Version:	0.1.6
+Release:	0.1.%{prerelease}%{?dist}
+Summary:	GUI utility to manage color profiles & convert from RGB to CMYK
+
+License:	GPLv3
+URL:			http://www.blackfiveimaging.co.uk/index.php?article=02Software/05CMYKTool
+Source0:	http://www.blackfiveimaging.co.uk/cmyktool/%{name}-0.1.6-pre1.tar.gz
+
+BuildRequires:	pkgconfig(glib-2.0)
+BuildRequires:	pkgconfig(gthread-2.0)
+BuildRequires:	pkgconfig(gtk+-2.0)
+BuildRequires:	pkgconfig(gdk-pixbuf-2.0)
+BuildRequires:	pkgconfig(lcms)
+BuildRequires:	libtiff-devel
+BuildRequires:	libjpeg-turbo-devel
+
+%description
+CMYKTool is a graphical utility that converts images from ICC profile to 
+another, converts images from RGB to CMYK with a number of configuration options 
+for the conversion, provides an interface for inspecting image channels, 
+provides a 'soft proof' mode to preview how an image would look if it was 
+printed, saves images to JPEG or TIFF (8- or 16-bit) with embedded profiles if 
+desired. This tool is extremely useful for designers who prepare artwork for 
+professional printing.
+
+%prep
+%setup -n cmyktool-0.1.6-pre1 -q
+
+
+%build
+%configure
+make %{?_smp_mflags}
+
+
+%install
+rm -rf $RPM_BUILD_ROOT
+make install DESTDIR=$RPM_BUILD_ROOT
+%find_lang %{name}
+
+%files -f %{name}.lang
+%{_bindir}/cmyktool
+%{_datadir}/applications/cmyktool.desktop
+%{_datadir}/icons/hicolor/48x48/apps/cmyktool.png
+
+
+%doc COPYING NEWS README
+
+%changelog
+* Tue Feb 28 2012 Máirín Duffy <duffy at redhat.com> - 0.1.6-0.1.pre1
+- Initial version of the package
+
diff --git a/sources b/sources
index e69de29..5c369ed 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+84f42d2039e095a93f9a1bee29032f6f  cmyktool-0.1.6-pre1.tar.gz


More information about the scm-commits mailing list