]> git.pld-linux.org Git - packages/xorg-app-xcmsdb.git/blob - xorg-app-xcmsdb.spec
- updated to 1.0.6
[packages/xorg-app-xcmsdb.git] / xorg-app-xcmsdb.spec
1 Summary:        xcmsdb - Device Color Characterization utility for X Color Management System
2 Summary(pl.UTF-8):      xcmsdb - charakterystyka kolorów urządzeń dla systemu zarządzania kolorami X
3 Name:           xorg-app-xcmsdb
4 Version:        1.0.6
5 Release:        1
6 License:        MIT
7 Group:          X11/Applications
8 Source0:        https://xorg.freedesktop.org/releases/individual/app/xcmsdb-%{version}.tar.xz
9 # Source0-md5:  82a90e2feaeab5c5e7610420930cc0f4
10 URL:            https://xorg.freedesktop.org/
11 BuildRequires:  autoconf >= 2.60
12 BuildRequires:  automake
13 BuildRequires:  pkgconfig >= 1:0.19
14 BuildRequires:  tar >= 1:1.22
15 BuildRequires:  xorg-lib-libX11-devel
16 BuildRequires:  xorg-util-util-macros >= 1.8
17 BuildRequires:  xz
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 xcmsdb application is used to load, query, or remove Device Color
22 Characterization data stored in properties on the root window of the
23 screen as specified in section 7, Device Color Characterization, of
24 the X11 Inter-Client Communication Conventions Manual (ICCCM).
25
26 %description -l pl.UTF-8
27 Aplikacja xcmsdb służy do wczytywania, pobierania i usuwania danych
28 o charakterystyce kolorów urządzeń (Device Color Characterization) we
29 właściwościach głównego okna ekranu, zgodnie z opisem w sekcji 7
30 (Device Color Characterization) podręcznika konwencji komunikacji
31 między klientami X11 (ICCCM - X11 Inter-Client Communication
32 Conventions Manual).
33
34 %prep
35 %setup -q -n xcmsdb-%{version}
36
37 %build
38 %{__aclocal}
39 %{__autoconf}
40 %{__autoheader}
41 %{__automake}
42 %configure
43
44 %{__make}
45
46 %install
47 rm -rf $RPM_BUILD_ROOT
48
49 %{__make} install \
50         DESTDIR=$RPM_BUILD_ROOT
51
52 %clean
53 rm -rf $RPM_BUILD_ROOT
54
55 %files
56 %defattr(644,root,root,755)
57 %doc COPYING ChangeLog README.md
58 %attr(755,root,root) %{_bindir}/xcmsdb
59 %{_mandir}/man1/xcmsdb.1*
This page took 0.080986 seconds and 4 git commands to generate.