This commit is contained in:
parent
466635d06c
commit
ec3ed5953b
@ -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
|
Sun Feb 24 05:57:43 CET 2008 - crrodriguez@suse.de
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@ Group: Productivity/Editors/Other
|
|||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Summary: Pico Editor Clone with Enhancements
|
Summary: Pico Editor Clone with Enhancements
|
||||||
Version: 2.0.7
|
Version: 2.0.7
|
||||||
Release: 14
|
Release: 22
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
Patch: %{name}-2.0.6.patch
|
Patch: %{name}-2.0.6.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -46,6 +46,8 @@ Authors:
|
|||||||
%patch
|
%patch
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
export CFLAGS="$CFLAGS $(ncursesw-config --cflags)"
|
||||||
|
export LDFLAGS="$LDFLAGS $(ncursesw-config --libs)"
|
||||||
%configure --enable-all
|
%configure --enable-all
|
||||||
%{__make} %{?jobs:-j%jobs}
|
%{__make} %{?jobs:-j%jobs}
|
||||||
|
|
||||||
@ -74,6 +76,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/nano
|
%{_datadir}/nano
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Apr 10 2008 cthiel@suse.de
|
||||||
|
- adapt package to use latests ncursesw
|
||||||
* Sun Feb 24 2008 crrodriguez@suse.de
|
* Sun Feb 24 2008 crrodriguez@suse.de
|
||||||
- use find_lang macro
|
- use find_lang macro
|
||||||
- add missing calls to install_info_* macros
|
- add missing calls to install_info_* macros
|
||||||
|
Loading…
Reference in New Issue
Block a user