packages: colorhug-client/colorhug-client.spec (NEW) - new; requires unrele...

qboosh qboosh at pld-linux.org
Sun Nov 13 07:50:49 CET 2011


Author: qboosh                       Date: Sun Nov 13 06:50:49 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- new; requires unreleased colord

---- Files affected:
packages/colorhug-client:
   colorhug-client.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/colorhug-client/colorhug-client.spec
diff -u /dev/null packages/colorhug-client/colorhug-client.spec:1.1
--- /dev/null	Sun Nov 13 07:50:49 2011
+++ packages/colorhug-client/colorhug-client.spec	Sun Nov 13 07:50:44 2011
@@ -0,0 +1,100 @@
+# $Revision$, $Date$
+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
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2011/11/13 06:50:44  qboosh
+- new; requires unreleased colord
================================================================


More information about the pld-cvs-commit mailing list