]> git.pld-linux.org Git - packages/xorg-app-xset.git/blob - xorg-app-xset.spec
Drop deps on retired Xorg libs, rel 2
[packages/xorg-app-xset.git] / xorg-app-xset.spec
1 Summary:        xset application - user preference utility for X
2 Summary(pl.UTF-8):      Aplikacja xset - narzędzie do ustawień użytkownika dla X
3 Name:           xorg-app-xset
4 Version:        1.2.5
5 Release:        2
6 License:        MIT
7 Group:          X11/Applications
8 Source0:        https://xorg.freedesktop.org/releases/individual/app/xset-%{version}.tar.xz
9 # Source0-md5:  18ff5cdff59015722431d568a5c0bad2
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-libXext-devel
17 # just xmuu
18 BuildRequires:  xorg-lib-libXmu-devel
19 BuildRequires:  xorg-proto-xproto-devel >= 7.0.17
20 BuildRequires:  xorg-util-util-macros >= 1.8
21 BuildRequires:  xz
22 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24 %description
25 xset program is used to set various user preference options of the
26 display.
27
28 %description -l pl.UTF-8
29 Program xset służy do ustawiania różnych opcji ekranu przez
30 użytkownika.
31
32 %prep
33 %setup -q -n xset-%{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.md
56 %attr(755,root,root) %{_bindir}/xset
57 %{_mandir}/man1/xset.1*
This page took 0.113144 seconds and 4 git commands to generate.