]> git.pld-linux.org Git - packages/xorg-app-xhost.git/blame - xorg-app-xhost.spec
- converted to UTF-8
[packages/xorg-app-xhost.git] / xorg-app-xhost.spec
CommitLineData
0e1f242d 1Summary: xhost application
79ef881d 2Summary(pl.UTF-8): Aplikacja xhost
0e1f242d 3Name: xorg-app-xhost
5921e3e8 4Version: 1.0.1
eff7d6d6 5Release: 1
0e1f242d
AM
6License: MIT
7Group: X11/Applications
5921e3e8
AM
8Source0: http://xorg.freedesktop.org/releases/individual/app/xhost-%{version}.tar.bz2
9# Source0-md5: 5300c9aafa58878c8f6e85379d5c199c
0e1f242d 10URL: http://xorg.freedesktop.org/
bf723851 11BuildRequires: autoconf >= 2.57
0e1f242d 12BuildRequires: automake
2a338bc3 13BuildRequires: pkgconfig >= 1:0.19
eff7d6d6
JB
14BuildRequires: xorg-lib-libXau-devel
15# just xmuu
0e1f242d 16BuildRequires: xorg-lib-libXmu-devel
bf723851 17BuildRequires: xorg-lib-xtrans-devel
a8fe0937 18BuildRequires: xorg-util-util-macros >= 0.99.2
580ba765 19BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
0e1f242d
AM
20
21%description
22xhost application.
23
79ef881d 24%description -l pl.UTF-8
0e1f242d
AM
25Aplikacja xhost.
26
0e1f242d
AM
27%prep
28%setup -q -n xhost-%{version}
0e1f242d 29
0e1f242d
AM
30%build
31%{__aclocal}
32%{__autoconf}
33%{__autoheader}
34%{__automake}
35%configure
36
37%{__make}
38
0e1f242d
AM
39%install
40rm -rf $RPM_BUILD_ROOT
41
42%{__make} install \
a8fe0937 43 DESTDIR=$RPM_BUILD_ROOT
0e1f242d 44
0e1f242d
AM
45%clean
46rm -rf $RPM_BUILD_ROOT
47
0e1f242d
AM
48%files
49%defattr(644,root,root,755)
bf723851 50%doc AUTHORS COPYING ChangeLog
eff7d6d6
JB
51%attr(755,root,root) %{_bindir}/xhost
52%{_mandir}/man1/xhost.1x*
This page took 0.920133 seconds and 4 git commands to generate.