[colorhug-client/f16] Initial version of the package after review

Richard Hughes rhughes at fedoraproject.org
Tue Nov 29 18:12:18 UTC 2011


commit 99f66a99eb69193cfa826fa525ca57542ae9b4be
Author: Richard Hughes <richard at hughsie.com>
Date:   Tue Nov 29 13:27:00 2011 +0000

    Initial version of the package after review

 .gitignore           |    1 +
 colorhug-client.spec |   51 ++++++++++++++++++++++++++++++++++++++++++++++++++
 sources              |    1 +
 3 files changed, 53 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..488eeeb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/colorhug-client-0.1.0.tar.xz
diff --git a/colorhug-client.spec b/colorhug-client.spec
new file mode 100644
index 0000000..7e0dad9
--- /dev/null
+++ b/colorhug-client.spec
@@ -0,0 +1,51 @@
+Summary:   Tools for the Hughski Colorimeter
+Name:      colorhug-client
+Version:   0.1.0
+Release:   2%{?dist}
+License:   GPLv2+
+URL:       http://www.hughski.com/
+Source0:   http://people.freedesktop.org/~hughsient/releases/%{name}-%{version}.tar.xz
+
+BuildRequires: gettext
+BuildRequires: glib2-devel
+BuildRequires: gtk3-devel
+BuildRequires: intltool
+BuildRequires: libgusb-devel >= 0.1.0
+BuildRequires: colord-devel >= 0.1.13
+BuildRequires: lcms2-devel
+
+%description
+The Hughski ColorHug colorimeter is a low cost open-source hardware
+sensor used to calibrate screens.
+
+This package includes the client tools which allows the user to upgrade
+the firmware on the sensor or to access the sensor from command line
+scripts.
+
+%prep
+%setup -q
+
+%build
+%configure --disable-static
+
+make %{?_smp_mflags}
+
+%install
+make install DESTDIR=$RPM_BUILD_ROOT
+
+%find_lang %{name}
+
+%files -f %{name}.lang
+%defattr(-,root,root,-)
+%doc README AUTHORS NEWS COPYING
+%dir %{_datadir}/colorhug-client
+%{_datadir}/colorhug-client
+%{_libexecdir}/colorhug
+%{_libexecdir}/colorhug-gui
+
+%changelog
+* Sat Nov 26 2011 Richard Hughes <richard at hughsie.com> 0.1.0-2
+- BR the correct version of GTK.
+
+* Fri Nov 11 2011 Richard Hughes <richard at hughsie.com> 0.1.0-1
+- Initial version for Fedora package review
diff --git a/sources b/sources
index e69de29..f7dcaf7 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+651dd94c3c70a7945343f6baa8f03fba  colorhug-client-0.1.0.tar.xz


More information about the scm-commits mailing list