]> git.pld-linux.org Git - packages/xorg-app-xset.git/blame - xorg-app-xset.spec
- s/pkg-config/pkgconfig/ in BR:
[packages/xorg-app-xset.git] / xorg-app-xset.spec
CommitLineData
8f14577f 1# $Rev: 3418 $, $Date: 2005-08-27 17:42:47 $
797a3cdf
AM
2#
3Summary: xset application
4Summary(pl): Aplikacja xset
5Name: xorg-app-xset
6Version: 0.99.0
7Release: 0.02
8License: MIT
9Group: X11/Applications
10Source0: http://xorg.freedesktop.org/X11R7.0-RC0/app/xset-%{version}.tar.bz2
11# Source0-md5: d8768517c5b49e18aa412cff56f46e9e
12Patch0: xset-man.patch
13URL: http://xorg.freedesktop.org/
14BuildRequires: autoconf
15BuildRequires: automake
16BuildRequires: xorg-lib-libXmu-devel
17BuildRequires: xorg-util-util-macros
8f14577f 18BuildRequires: pkgconfig >= 0.19
797a3cdf
AM
19BuildRoot: %{tmpdir}/xset-%{version}-root-%(id -u -n)
20
21%define _prefix /usr/X11R6
22%define _mandir %{_prefix}/man
23
24%description
25xset application.
26
27%description -l pl
28Aplikacja xset.
29
30
31%prep
32%setup -q -n xset-%{version}
33%patch0 -p1
34
35
36%build
37%{__aclocal}
38%{__autoconf}
39%{__autoheader}
40%{__automake}
41%configure
42
43%{__make}
44
45
46%install
47rm -rf $RPM_BUILD_ROOT
48
49%{__make} install \
50 DESTDIR=$RPM_BUILD_ROOT
51
52
53%clean
54rm -rf $RPM_BUILD_ROOT
55
56
57%files
58%defattr(644,root,root,755)
59%attr(755,root,wheel) %{_bindir}/*
60%{_mandir}/man1/*.1*
This page took 0.058018 seconds and 4 git commands to generate.