From: Jakub Bogusz Date: Sun, 13 Nov 2011 06:50:44 +0000 (+0000) Subject: - new; requires unreleased colord X-Git-Tag: auto/th/colorhug-client-0_1_9-1~11 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fcolorhug-client.git;a=commitdiff_plain;h=2ee09604b15e056616ce7df1fb14dfa8ce30043b - new; requires unreleased colord Changed files: colorhug-client.spec -> 1.1 --- 2ee09604b15e056616ce7df1fb14dfa8ce30043b diff --git a/colorhug-client.spec b/colorhug-client.spec new file mode 100644 index 0000000..2b29e9c --- /dev/null +++ b/colorhug-client.spec @@ -0,0 +1,90 @@ +Summary: Tools for the Hughski Colorimeter +Summary(pl.UTF-8): Narzędzia do kolorymetrów Hughski +Name: colorhug-client +Version: 0.1.0 +Release: 0.1 +License: GPL v2 +Group: Applications/System +Source0: http://people.freedesktop.org/~hughsient/releases/%{name}-%{version}.tar.xz +# Source0-md5: 651dd94c3c70a7945343f6baa8f03fba +URL: http://hughski.com/ +BuildRequires: colord-devel >= 0.1.15 +BuildRequires: glib2-devel >= 1:2.28.0 +BuildRequires: gettext-devel >= 0.17 +BuildRequires: gtk+3-devel >= 3.0.0 +BuildRequires: intltool >= 0.35.0 +BuildRequires: lcms2-devel +BuildRequires: libgusb-devel >= 0.1.2 +BuildRequires: pkgconfig +BuildRequires: tar >= 1:1.22 +BuildRequires: xz +Requires: glib2 >= 1:2.28.0 +Requires: libgusb >= 0.1.2 +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +# why programs are installed to libexecdir in the first place? +%define _libexecdir %{_bindir} + +%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. + +%description -l pl.UTF-8 +Hughski ColorHug to niskobudżetowy kolorymetr z sensorem sprzętowym, +mający otwarte źródła, służący do kalibrowania ekranów. + +Ten pakiet zawiera narzędzia klienckie pozwalające uaktualniać +firmware sensora oraz operować sensorem z linii poleceń. + +%package gui +Summary: GUI tool for the Hughski Colorimeter +Summary(pl.UTF-8): Graficzne narzędzie do kolorymetrów Hughski +Group: X11/Applications +Requires: %{name} = %{version}-%{release} +Requires: colord >= 0.1.15 +Requires: gtk+3 >= 3.0.0 + +%description gui +The Hughski ColorHug colorimeter is a low cost open-source hardware +sensor used to calibrate screens. + +This package includes the GUI client tool which allows the user to +access the sensor. + +%description gui -l pl.UTF-8 +Hughski ColorHug to niskobudżetowy kolorymetr z sensorem sprzętowym, +mający otwarte źródła, służący do kalibrowania ekranów. + +Ten pakiet zawiera graficzne narzędzie klienckie pozwalające +operować sensorem. + +%prep +%setup -q + +%build +%configure \ + --disable-silent-rules +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc AUTHORS NEWS README +%attr(755,root,root) %{_bindir}/colorhug + +%files gui +%defattr(644,root,root,755) +%attr(755,root,root) %{_bindir}/colorhug-gui +%{_datadir}/colorhug-client