]> git.pld-linux.org Git - packages/colorhug-client.git/blame - colorhug-client.spec
- up to 0.1.4
[packages/colorhug-client.git] / colorhug-client.spec
CommitLineData
2ee09604
JB
1Summary: Tools for the Hughski Colorimeter
2Summary(pl.UTF-8): Narzędzia do kolorymetrów Hughski
3Name: colorhug-client
756c4883 4Version: 0.1.4
292111b5 5Release: 1
2ee09604
JB
6License: GPL v2
7Group: Applications/System
8Source0: http://people.freedesktop.org/~hughsient/releases/%{name}-%{version}.tar.xz
756c4883 9# Source0-md5: a48ca8e1389ac22c33a17c9eb81c64eb
2ee09604
JB
10URL: http://hughski.com/
11BuildRequires: colord-devel >= 0.1.15
12BuildRequires: glib2-devel >= 1:2.28.0
13BuildRequires: gettext-devel >= 0.17
14BuildRequires: gtk+3-devel >= 3.0.0
15BuildRequires: intltool >= 0.35.0
16BuildRequires: lcms2-devel
17BuildRequires: libgusb-devel >= 0.1.2
b896b4a1 18BuildRequires: libsoup-devel >= 2.4
2ee09604
JB
19BuildRequires: pkgconfig
20BuildRequires: tar >= 1:1.22
21BuildRequires: xz
22Requires: glib2 >= 1:2.28.0
23Requires: libgusb >= 0.1.2
24BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25
26# why programs are installed to libexecdir in the first place?
27%define _libexecdir %{_bindir}
28
29%description
30The Hughski ColorHug colorimeter is a low cost open-source hardware
31sensor used to calibrate screens.
32
33This package includes the client tools which allows the user to
34upgrade the firmware on the sensor or to access the sensor from
35command line scripts.
36
37%description -l pl.UTF-8
38Hughski ColorHug to niskobudżetowy kolorymetr z sensorem sprzętowym,
39mający otwarte źródła, służący do kalibrowania ekranów.
40
41Ten pakiet zawiera narzędzia klienckie pozwalające uaktualniać
42firmware sensora oraz operować sensorem z linii poleceń.
43
44%package gui
b896b4a1
JB
45Summary: GUI tools for the Hughski Colorimeter
46Summary(pl.UTF-8): Graficzne narzędzia do kolorymetrów Hughski
2ee09604
JB
47Group: X11/Applications
48Requires: %{name} = %{version}-%{release}
49Requires: colord >= 0.1.15
50Requires: gtk+3 >= 3.0.0
51
52%description gui
53The Hughski ColorHug colorimeter is a low cost open-source hardware
54sensor used to calibrate screens.
55
b896b4a1 56This package includes the GUI client tools which allow the user to
2ee09604
JB
57access the sensor.
58
59%description gui -l pl.UTF-8
60Hughski ColorHug to niskobudżetowy kolorymetr z sensorem sprzętowym,
61mający otwarte źródła, służący do kalibrowania ekranów.
62
b896b4a1 63Ten pakiet zawiera graficzne narzędzia klienckia pozwalające
2ee09604
JB
64operować sensorem.
65
35043863
JB
66%package -n bash-completion-colorhug
67Summary: Bash completion support for ColorHug console commands
68Summary(pl.UTF-8): Bashowe uzupełnianie składni dla poleceń terminalowych ColorHuga
69Group: Applications/Shells
70Requires: bash-completion
71
72%description -n bash-completion-colorhug
73Bash completion support for ColorHug console commands.
74
75%description -n bash-completion-colorhug -l pl.UTF-8
76Bashowe uzupełnianie składni dla poleceń terminalowych ColorHuga.
77
2ee09604
JB
78%prep
79%setup -q
80
81%build
82%configure \
83 --disable-silent-rules
84%{__make}
85
86%install
87rm -rf $RPM_BUILD_ROOT
88
89%{__make} install \
90 DESTDIR=$RPM_BUILD_ROOT
91
756c4883 92%find_lang %{name}
292111b5 93
2ee09604
JB
94%clean
95rm -rf $RPM_BUILD_ROOT
96
756c4883 97%files -f %{name}.lang
2ee09604
JB
98%defattr(644,root,root,755)
99%doc AUTHORS NEWS README
100%attr(755,root,root) %{_bindir}/colorhug
b896b4a1 101%attr(755,root,root) %{_bindir}/colorhug-inhx32-to-bin
2ee09604
JB
102
103%files gui
104%defattr(644,root,root,755)
b896b4a1
JB
105%attr(755,root,root) %{_bindir}/colorhug-ccmx
106%attr(755,root,root) %{_bindir}/colorhug-flash
2ee09604
JB
107%attr(755,root,root) %{_bindir}/colorhug-gui
108%{_datadir}/colorhug-client
b896b4a1
JB
109%{_desktopdir}/colorhug-ccmx.desktop
110%{_desktopdir}/colorhug-flash.desktop
111%{_iconsdir}/hicolor/*/apps/colorhug.png
112%{_iconsdir}/hicolor/scalable/apps/colorhug.svg
113%{_mandir}/man1/colorhug-flash.1*
756c4883 114%{_mandir}/man1/colorhug-ccmx.1*
35043863
JB
115
116%files -n bash-completion-colorhug
117%defattr(644,root,root,755)
118/etc/bash_completion.d/colorhug-completion.bash
This page took 0.089263 seconds and 4 git commands to generate.