]> git.pld-linux.org Git - packages/clex.git/commitdiff
- udpated to 3.1.5
authorfilon <filon@sokrates.mimuw.edu.pl>
Tue, 11 Jun 2002 22:38:41 +0000 (22:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- use clean ncurses patch instead of messing with CPPFLAGS
- a hack for building it (new ac...)
- STBR

Changed files:
    clex.spec -> 1.9

clex.spec

index 8a4c60886d329a9b522d15ed09d84475ccdc8d96..a173044f8de58209d9f608f29c8bdb85e7506f05 100644 (file)
--- a/clex.spec
+++ b/clex.spec
@@ -1,11 +1,12 @@
 Summary:       A file mananger
 Summary(pl):   Mened¿er plików
 Name:          clex
-Version:       3.1.4
+Version:       3.1.5
 Release:       1
 License:       GPL
 Group:         Applications/Console
 Source0:       http://www.clex.sk/download/%{name}-%{version}.src.tar.gz
+Patch0:                %{name}-ncurses.patch
 URL:           http://www.clex.sk/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -20,12 +21,13 @@ CLEX jest interaktywnym, pe
 
 %prep
 %setup  -q
+%patch0 -p1
 
 %build
-aclocal
+mv -f autoconf.h.bot config.h.bot
+%{__aclocal}
 %{__autoconf}
 %{__automake}
-CPPFLAGS="-I/usr/include/ncurses"; export CPPFLAGS
 %configure
 %{__make}
 
@@ -43,5 +45,4 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc *.gz
 %attr(755,root,root) %{_bindir}/*
-%{_datadir}/clex
 %{_mandir}/man*/*
This page took 0.0775090000000001 seconds and 4 git commands to generate.