]> git.pld-linux.org Git - packages/nano.git/commitdiff
- bump release to 3 for allow upgrade from RH, nano-1_2_1-3
authorkloczek <kloczek@pld-linux.org>
Sun, 11 May 2003 14:51:51 +0000 (14:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added ncurses-ncurses.h patch - now ins't neccessary passing
  -I/usr/include/ncurses to autoconf enviroment (patch posted to maintainer).

Changed files:
    nano.spec -> 1.62

nano.spec

index a0f774fa7341559ab4e6aecf3d8f67c2c54d4284..2100dfeb6c5a3618be15f0c3406aa58f68efb24f 100644 (file)
--- a/nano.spec
+++ b/nano.spec
@@ -2,13 +2,14 @@ Summary:      nano (Nano's ANOther editor)
 Summary(pl):   nano - jeszcze jeden edytor
 Name:          nano
 Version:       1.2.1
-Release:       1
+Release:       3
 License:       GPL
 Group:         Applications/Editors
 Source0:       http://www.nano-editor.org/dist/v1.2/%{name}-%{version}.tar.gz
 Source1:       %{name}.desktop
 Source2:       %{name}.png
 Patch0:                %{name}-info.patch
+Patch1:                %{name}-ncurses-ncurses.h.patch
 URL:           http://www.nano-editor.org/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -30,14 +31,15 @@ kilka rozszerze
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 rm -f missing m4/*.m4
 %{__gettextize}
 %{__aclocal}
 %{__autoconf}
+%{__autoheader}
 %{__automake}
-CFLAGS="%{rpmcflags} -I/usr/include/ncurses"
 %configure
 %{__make}
 
This page took 0.106154 seconds and 4 git commands to generate.