]> git.pld-linux.org Git - packages/colorhug-client.git/commitdiff
- new; requires unreleased colord
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 13 Nov 2011 06:50:44 +0000 (06:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    colorhug-client.spec -> 1.1

colorhug-client.spec [new file with mode: 0644]

diff --git a/colorhug-client.spec b/colorhug-client.spec
new file mode 100644 (file)
index 0000000..2b29e9c
--- /dev/null
@@ -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
This page took 0.103536 seconds and 4 git commands to generate.