]> git.pld-linux.org Git - packages/xorg-app-xset.git/blob - xorg-app-xset.spec
a9e03f243864712ceb4bbc27073ec12d5209696a
[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.3
5 Release:        1
6 License:        MIT
7 Group:          X11/Applications
8 Source0:        http://xorg.freedesktop.org/releases/individual/app/xset-%{version}.tar.bz2
9 # Source0-md5:  dcd227388b57487d543cab2fd7a602d7
10 URL:            http://xorg.freedesktop.org/
11 BuildRequires:  autoconf >= 2.60
12 BuildRequires:  automake
13 BuildRequires:  pkgconfig >= 1:0.19
14 BuildRequires:  xorg-lib-libXext-devel
15 # just xmuu
16 BuildRequires:  xorg-lib-libXmu-devel
17 BuildRequires:  xorg-lib-libXxf86misc-devel
18 BuildRequires:  xorg-lib-libXfontcache-devel
19 BuildRequires:  xorg-proto-xproto-devel >= 7.0.17
20 BuildRequires:  xorg-util-util-macros >= 1.8
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23 %description
24 xset program is used to set various user preference options of the
25 display.
26
27 %description -l pl.UTF-8
28 Program xset służy do ustawiania różnych opcji ekranu przez
29 użytkownika.
30
31 %prep
32 %setup -q -n xset-%{version}
33
34 %build
35 %{__aclocal}
36 %{__autoconf}
37 %{__autoheader}
38 %{__automake}
39 %configure
40
41 %{__make}
42
43 %install
44 rm -rf $RPM_BUILD_ROOT
45
46 %{__make} install \
47         DESTDIR=$RPM_BUILD_ROOT
48
49 %clean
50 rm -rf $RPM_BUILD_ROOT
51
52 %files
53 %defattr(644,root,root,755)
54 %doc COPYING ChangeLog README
55 %attr(755,root,root) %{_bindir}/xset
56 %{_mandir}/man1/xset.1x*
This page took 0.059503 seconds and 2 git commands to generate.