]> git.pld-linux.org Git - packages/clex.git/blobdiff - clex.spec
- massive attack: source-md5
[packages/clex.git] / clex.spec
index f5495c5c984e9e83a382ee833d9567a4970e863d..b85ab053d4649b9a6e4fc907b0044985cdc62627 100644 (file)
--- a/clex.spec
+++ b/clex.spec
@@ -1,11 +1,13 @@
 Summary:       A file mananger
-Summary(pl):   Mened¿er plików
+Summary(pl):   Zarz±dca plików
 Name:          clex
-Version:       3.1.2
+Version:       3.1.6
 Release:       1
 License:       GPL
-Group:         Applications/Console
-Source0:       http://www.clex.sk/download/%{name}-%{version}.tar.gz
+Group:         Applications/Terminal
+Source0:       http://www.clex.sk/download/%{name}-%{version}.src.tar.gz
+# Source0-md5: 05c074491db8cbb407221e7471e84bb3
+Patch0:                %{name}-ncurses.patch
 URL:           http://www.clex.sk/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -16,16 +18,17 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 CLEX is an interactive full-screen file manager.
 
 %description -l pl
-CLEX jest interaktywnym, pe³noekranowym mened¿erem plików.
+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
+mv -f autoconf.h.bot config.h.bot
+%{__aclocal}
+%{__autoconf}
+%{__automake}
 %configure
 %{__make}
 
@@ -34,14 +37,11 @@ rm -rf $RPM_BUILD_ROOT
 
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
 
-gzip -9nf ChangeLog
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc *.gz
+%doc ChangeLog
 %attr(755,root,root) %{_bindir}/*
-%{_datadir}/clex
 %{_mandir}/man*/*
This page took 0.077086 seconds and 4 git commands to generate.