]> git.pld-linux.org Git - packages/xorg-app-xhost.git/blame - xorg-app-xhost.spec
- 1.0.0 (X11R7.0 release)
[packages/xorg-app-xhost.git] / xorg-app-xhost.spec
CommitLineData
0e1f242d
AM
1Summary: xhost application
2Summary(pl): Aplikacja xhost
3Name: xorg-app-xhost
c7303ec9 4Version: 1.0.0
bf723851 5Release: 0.1
0e1f242d
AM
6License: MIT
7Group: X11/Applications
c7303ec9
JB
8Source0: http://xorg.freedesktop.org/releases/X11R7.0/src/app/xhost-%{version}.tar.bz2
9# Source0-md5: 426abcd1b36236a9dbe56770f57fcdfb
0e1f242d 10URL: http://xorg.freedesktop.org/
bf723851 11BuildRequires: autoconf >= 2.57
0e1f242d 12BuildRequires: automake
2a338bc3 13BuildRequires: pkgconfig >= 1:0.19
0e1f242d 14BuildRequires: xorg-lib-libXmu-devel
bf723851 15BuildRequires: xorg-lib-xtrans-devel
a8fe0937 16BuildRequires: xorg-util-util-macros >= 0.99.2
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}
0e1f242d 27
0e1f242d
AM
28%build
29%{__aclocal}
30%{__autoconf}
31%{__autoheader}
32%{__automake}
33%configure
34
35%{__make}
36
0e1f242d
AM
37%install
38rm -rf $RPM_BUILD_ROOT
39
40%{__make} install \
a8fe0937 41 DESTDIR=$RPM_BUILD_ROOT
0e1f242d 42
0e1f242d
AM
43%clean
44rm -rf $RPM_BUILD_ROOT
45
0e1f242d
AM
46%files
47%defattr(644,root,root,755)
bf723851 48%doc AUTHORS COPYING ChangeLog
3bfdff5e 49%attr(755,root,root) %{_bindir}/*
bf723851 50%{_mandir}/man1/*.1x*
This page took 0.106636 seconds and 4 git commands to generate.