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