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