]> git.pld-linux.org Git - SPECS.git/blob - xorg-app-xstdcmap.spec
SPECS updated Sat 31 Jul 21:27:02 CEST 2021
[SPECS.git] / xorg-app-xstdcmap.spec
1 Summary:        xstdcmap application - X standard colormap utility
2 Summary(pl.UTF-8):      Aplikacja xstdcmap - narzędzie do standardowej palety kolorów X
3 Name:           xorg-app-xstdcmap
4 Version:        1.0.4
5 Release:        1
6 License:        MIT
7 Group:          X11/Applications
8 Source0:        https://xorg.freedesktop.org/releases/individual/app/xstdcmap-%{version}.tar.bz2
9 # Source0-md5:  da67142c128d18386ff145882e0afc66
10 URL:            https://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-lib-libXmu-devel
16 BuildRequires:  xorg-proto-xproto-devel >= 7.0.17
17 BuildRequires:  xorg-util-util-macros >= 1.8
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 The xstdcmap utility can be used to selectively define standard
22 colormap properties. It is intended to be run from a user's X startup
23 script to create standard colormap definitions in order to facilitate
24 sharing of scarce colormap resources among clients using PseudoColor
25 visuals.
26
27 %description -l pl.UTF-8
28 Narzędzie xstdcmap służy do wybiórczego definiowania standardowych
29 właściwości palet kolorów. Jest przeznaczone do uruchamiania ze
30 skryptu startowego X użytkownika w celu stworzenia standardowych
31 definicji palet kolorów w celu ułatwienia współdzielenia
32 niewystarczającej liczby kolorów między klientami na ekranach
33 PseudoColor.
34
35 %prep
36 %setup -q -n xstdcmap-%{version}
37
38 %build
39 %{__aclocal}
40 %{__autoconf}
41 %{__autoheader}
42 %{__automake}
43 %configure
44
45 %{__make}
46
47 %install
48 rm -rf $RPM_BUILD_ROOT
49
50 %{__make} install \
51         DESTDIR=$RPM_BUILD_ROOT
52
53 %clean
54 rm -rf $RPM_BUILD_ROOT
55
56 %files
57 %defattr(644,root,root,755)
58 %doc COPYING ChangeLog README.md
59 %attr(755,root,root) %{_bindir}/xstdcmap
60 %{_mandir}/man1/xstdcmap.1*
This page took 0.147684 seconds and 3 git commands to generate.