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