]> git.pld-linux.org Git - packages/xorg-app-xhost.git/blame - xorg-app-xhost.spec
- standard permisions to binaries
[packages/xorg-app-xhost.git] / xorg-app-xhost.spec
CommitLineData
0e1f242d
AM
1Summary: xhost application
2Summary(pl): Aplikacja xhost
3Name: xorg-app-xhost
4Version: 0.99.0
5Release: 0.02
6License: MIT
7Group: X11/Applications
8Source0: http://xorg.freedesktop.org/X11R7.0-RC0/app/xhost-%{version}.tar.bz2
9# Source0-md5: 55579ac12f830e907dc095daf00ebbe8
10Patch0: xhost-man.patch
11URL: http://xorg.freedesktop.org/
12BuildRequires: autoconf
13BuildRequires: automake
14BuildRequires: xorg-lib-libXmu-devel
15BuildRequires: xorg-util-util-macros
1d4f594f 16BuildRequires: pkgconfig >= 0.19
580ba765 17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
0e1f242d
AM
18
19%description
20xhost application.
21
22%description -l pl
23Aplikacja xhost.
24
0e1f242d
AM
25%prep
26%setup -q -n xhost-%{version}
27%patch0 -p1
28
0e1f242d
AM
29%build
30%{__aclocal}
31%{__autoconf}
32%{__autoheader}
33%{__automake}
34%configure
35
36%{__make}
37
0e1f242d
AM
38%install
39rm -rf $RPM_BUILD_ROOT
40
41%{__make} install \
42 DESTDIR=$RPM_BUILD_ROOT
43
0e1f242d
AM
44%clean
45rm -rf $RPM_BUILD_ROOT
46
0e1f242d
AM
47%files
48%defattr(644,root,root,755)
3bfdff5e 49%attr(755,root,root) %{_bindir}/*
0e1f242d 50%{_mandir}/man1/*.1*
This page took 0.16283 seconds and 4 git commands to generate.