]> git.pld-linux.org Git - packages/clex.git/blobdiff - clex.spec
- up to 3.18
[packages/clex.git] / clex.spec
index f5495c5c984e9e83a382ee833d9567a4970e863d..f4c94f9f518c1c2d98f4c54686d430099ffc9955 100644 (file)
--- a/clex.spec
+++ b/clex.spec
@@ -1,12 +1,14 @@
 Summary:       A file mananger
-Summary(pl):   Mened¿er plików
+Summary(pl.UTF-8):     Zarządca plików
 Name:          clex
-Version:       3.1.2
+Version:       3.18
 Release:       1
-License:       GPL
-Group:         Applications/Console
+License:       GPL v2
+Group:         Applications/Terminal
 Source0:       http://www.clex.sk/download/%{name}-%{version}.tar.gz
-URL:           http://www.clex.sk/
+# Source0-md5: 5547890e8cb873eab85894775e8e2d21
+Patch0:                %{name}-ncurses.patch
+URL:           http://www.clex.sk/about.html
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: ncurses-devel
@@ -15,33 +17,32 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %description
 CLEX is an interactive full-screen file manager.
 
-%description -l pl
-CLEX jest interaktywnym, pe³noekranowym mened¿erem plików.
+%description -l pl.UTF-8
+CLEX jest interaktywnym, pełnoekranowym zarządcą plików.
 
 %prep
 %setup  -q
+%patch0 -p1
 
 %build
-aclocal
-autoconf
-automake -a -c
-CPPFLAGS="-I/usr/include/ncurses"; export CPPFLAGS
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
 %configure
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
-
-gzip -9nf ChangeLog
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc *.gz
+%doc AUTHORS ChangeLog README
 %attr(755,root,root) %{_bindir}/*
-%{_datadir}/clex
 %{_mandir}/man*/*
This page took 0.082751 seconds and 4 git commands to generate.