]> git.pld-linux.org Git - packages/clex.git/blame - clex.spec
- tabs in preamble
[packages/clex.git] / clex.spec
CommitLineData
879c9552 1Summary: A file mananger
002be0e0 2Summary(pl.UTF-8): Zarządca plików
879c9552 3Name: clex
c485dc27 4Version: 3.14
879c9552 5Release: 1
c485dc27 6License: GPL v2
92e13212 7Group: Applications/Terminal
e623d627 8Source0: http://www.clex.sk/download/%{name}-%{version}.tar.gz
c485dc27 9# Source0-md5: 8ed86b6e50266a3b2c7419e369e3ec03
3860eb3f 10Patch0: %{name}-ncurses.patch
c485dc27 11URL: http://www.clex.sk/about.html
879c9552 12BuildRequires: autoconf
13BuildRequires: automake
c1ea7fc2 14BuildRequires: ncurses-devel
879c9552 15BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17%description
18CLEX is an interactive full-screen file manager.
19
669dd15f
JR
20%description -l pl.UTF-8
21CLEX jest interaktywnym, pełnoekranowym zarządcą plików.
879c9552 22
23%prep
24%setup -q
3860eb3f 25%patch0 -p1
879c9552 26
27%build
3860eb3f 28%{__aclocal}
2422616e 29%{__autoconf}
4f4f36f0 30%{__autoheader}
2422616e 31%{__automake}
879c9552 32%configure
33%{__make}
34
35%install
36rm -rf $RPM_BUILD_ROOT
37
0c2ad506
PG
38%{__make} install \
39 DESTDIR=$RPM_BUILD_ROOT
879c9552 40
879c9552 41%clean
42rm -rf $RPM_BUILD_ROOT
43
44%files
45%defattr(644,root,root,755)
9cef20dd 46%doc AUTHORS ChangeLog README
879c9552 47%attr(755,root,root) %{_bindir}/*
879c9552 48%{_mandir}/man*/*
This page took 0.074959 seconds and 4 git commands to generate.