]> git.pld-linux.org Git - packages/xorg-app-xset.git/blob - xorg-app-xset.spec
- 0.99.2 (X11R7.0-RC1)
[packages/xorg-app-xset.git] / xorg-app-xset.spec
1 Summary:        xset application
2 Summary(pl):    Aplikacja xset
3 Name:           xorg-app-xset
4 Version:        0.99.2
5 Release:        0.1
6 License:        MIT
7 Group:          X11/Applications
8 Source0:        http://xorg.freedesktop.org/releases/X11R7.0-RC1/app/xset-%{version}.tar.bz2
9 # Source0-md5:  e1c13aec3f1d2041c965d8bb24ea93c3
10 URL:            http://xorg.freedesktop.org/
11 BuildRequires:  autoconf >= 2.57
12 BuildRequires:  automake
13 BuildRequires:  pkgconfig >= 0.19
14 BuildRequires:  xorg-lib-libXmu-devel
15 BuildRequires:  xorg-lib-libXp-devel
16 BuildRequires:  xorg-lib-libXxf86misc-devel
17 #BuildRequires: xorg-lib-libfontcache-devel     ??? (optional)
18 BuildRequires:  xorg-util-util-macros >= 0.99.1
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 xset application.
23
24 %description -l pl
25 Aplikacja xset.
26
27 %prep
28 %setup -q -n xset-%{version}
29
30 %build
31 %{__aclocal}
32 %{__autoconf}
33 %{__autoheader}
34 %{__automake}
35 %configure
36
37 %{__make}
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41
42 %{__make} install \
43         DESTDIR=$RPM_BUILD_ROOT \
44         appmandir=%{_mandir}/man1
45
46 %clean
47 rm -rf $RPM_BUILD_ROOT
48
49 %files
50 %defattr(644,root,root,755)
51 %doc ChangeLog
52 %attr(755,root,root) %{_bindir}/*
53 %{_mandir}/man1/*.1x*
This page took 0.033433 seconds and 3 git commands to generate.