SHA256
1
0
forked from pool/nano
OBS User unknown 2008-04-10 11:41:06 +00:00 committed by Git OBS Bridge
parent 466635d06c
commit ec3ed5953b
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Apr 10 12:48:59 CEST 2008 - cthiel@suse.de
- adapt package to use latests ncursesw
-------------------------------------------------------------------
Sun Feb 24 05:57:43 CET 2008 - crrodriguez@suse.de

View File

@ -19,7 +19,7 @@ Group: Productivity/Editors/Other
AutoReqProv: on
Summary: Pico Editor Clone with Enhancements
Version: 2.0.7
Release: 14
Release: 22
Source: %{name}-%{version}.tar.bz2
Patch: %{name}-2.0.6.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -46,6 +46,8 @@ Authors:
%patch
%build
export CFLAGS="$CFLAGS $(ncursesw-config --cflags)"
export LDFLAGS="$LDFLAGS $(ncursesw-config --libs)"
%configure --enable-all
%{__make} %{?jobs:-j%jobs}
@ -74,6 +76,8 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/nano
%changelog
* Thu Apr 10 2008 cthiel@suse.de
- adapt package to use latests ncursesw
* Sun Feb 24 2008 crrodriguez@suse.de
- use find_lang macro
- add missing calls to install_info_* macros