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