]> git.pld-linux.org Git - packages/clex.git/blob - clex.spec
- more files in %doc
[packages/clex.git] / clex.spec
1 Summary:        A file mananger
2 Summary(pl):    Zarz±dca plików
3 Name:           clex
4 Version:        3.10
5 Release:        1
6 License:        GPL
7 Group:          Applications/Terminal
8 Source0:        http://www.clex.sk/download/%{name}-%{version}.tar.gz
9 # Source0-md5:  c0523bde043ffd3167670ce9b94d6c28
10 # Source0-size: 168055
11 Patch0:         %{name}-ncurses.patch
12 URL:            http://www.clex.sk/
13 BuildRequires:  autoconf
14 BuildRequires:  automake
15 BuildRequires:  ncurses-devel
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 CLEX is an interactive full-screen file manager.
20
21 %description -l pl
22 CLEX jest interaktywnym, pe³noekranowym zarz±dc± plików.
23
24 %prep
25 %setup  -q
26 %patch0 -p1
27 #mv -f autoconf.h.bot config.h.bot
28
29 %build
30 %{__aclocal}
31 %{__autoconf}
32 %{__autoheader}
33 %{__automake}
34 %configure
35 %{__make}
36
37 %install
38 rm -rf $RPM_BUILD_ROOT
39
40 %{__make} install \
41         DESTDIR=$RPM_BUILD_ROOT
42
43 %clean
44 rm -rf $RPM_BUILD_ROOT
45
46 %files
47 %defattr(644,root,root,755)
48 %doc AUTHORS ChangeLog NEWS README
49 %attr(755,root,root) %{_bindir}/*
50 %{_mandir}/man*/*
This page took 0.067349 seconds and 4 git commands to generate.