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