]> git.pld-linux.org Git - packages/xorg-app-luit.git/blob - xorg-app-luit.spec
- use individual dir, more verbose files
[packages/xorg-app-luit.git] / xorg-app-luit.spec
1 Summary:        luit application
2 Summary(pl):    Aplikacja luit
3 Name:           xorg-app-luit
4 Version:        1.0.1
5 Release:        1
6 License:        MIT
7 Group:          X11/Applications
8 Source0:        http://xorg.freedesktop.org/releases/individual/app/luit-%{version}.tar.bz2
9 # Source0-md5:  fbe44e739590d3d73f711bfc8a0e33fd
10 Patch0:         xorg-luit-freebsd.patch
11 URL:            http://xorg.freedesktop.org/
12 BuildRequires:  autoconf >= 2.57
13 BuildRequires:  automake
14 BuildRequires:  pkgconfig >= 1:0.19
15 BuildRequires:  xorg-lib-libX11-devel
16 BuildRequires:  xorg-lib-libfontenc-devel
17 BuildRequires:  xorg-util-util-macros >= 0.99.2
18 BuildRequires:  zlib-devel
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 luit application.
23
24 %description -l pl
25 Aplikacja luit.
26
27 %prep
28 %setup -q -n luit-%{version}
29 %patch0 -p1
30
31 %build
32 %{__aclocal}
33 %{__autoconf}
34 %{__autoheader}
35 %{__automake}
36 %configure
37
38 %{__make}
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42
43 %{__make} install \
44         DESTDIR=$RPM_BUILD_ROOT
45
46 %clean
47 rm -rf $RPM_BUILD_ROOT
48
49 %files
50 %defattr(644,root,root,755)
51 %doc COPYING ChangeLog
52 %attr(755,root,root) %{_bindir}/luit
53 %{_mandir}/man1/luit.1x*
This page took 0.074652 seconds and 4 git commands to generate.