]> git.pld-linux.org Git - packages/xorg-app-luit.git/blob - xorg-app-luit.spec
- pkgconfig epoch
[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:        0.99.1
5 Release:        0.1
6 License:        MIT
7 Group:          X11/Applications
8 Source0:        http://xorg.freedesktop.org/releases/X11R7.0-RC1/app/luit-%{version}.tar.bz2
9 # Source0-md5:  7dacd39de4ce94fdc21d1b01f13a0f19
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.1
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 luit application.
22
23 %description -l pl
24 Aplikacja luit.
25
26 %prep
27 %setup -q -n luit-%{version}
28 %patch0 -p1
29
30 %build
31 %{__aclocal}
32 %{__autoconf}
33 %{__autoheader}
34 %{__automake}
35 %configure
36
37 %{__make}
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41
42 %{__make} install \
43         DESTDIR=$RPM_BUILD_ROOT \
44         appmandir=%{_mandir}/man1
45
46 %clean
47 rm -rf $RPM_BUILD_ROOT
48
49 %files
50 %defattr(644,root,root,755)
51 %doc ChangeLog
52 %attr(755,root,root) %{_bindir}/*
53 %{_mandir}/man1/*.1x*
This page took 0.042678 seconds and 4 git commands to generate.