- removed newt-0.52.13-python_version.patch : fixed upstream
- compile with fPIC - fixes problems with _snackmodule.so thanks to Joerg Steffens (bnc#734171) OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/newt?expand=0&rev=17
This commit is contained in:
committed by
Git OBS Bridge
parent
da52577c2a
commit
24c1c16b99
@@ -4,6 +4,9 @@ Wed Feb 1 10:23:33 UTC 2012 - lars@linux-schulserver.de
|
||||
- update to 0.52.14:
|
||||
+ fix returning strings in whiptail and whiptcl (rh#752818)
|
||||
+ fix configure to work with multiple python versions (rh#737998)
|
||||
- removed newt-0.52.13-python_version.patch : fixed upstream
|
||||
- compile with fPIC - fixes problems with _snackmodule.so
|
||||
thanks to Joerg Steffens (bnc#734171)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 29 19:32:51 UTC 2012 - jengelh@medozas.de
|
||||
|
||||
@@ -28,7 +28,6 @@ Url: https://fedorahosted.org/newt/
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
Source2: baselibs.conf
|
||||
Source10: %{name}-rpmlintrc
|
||||
Patch0: newt-0.52.13-python_version.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: popt-devel
|
||||
@@ -132,14 +131,13 @@ library providing a python API for creating text mode interfaces.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
# gpm support seems to smash the stack
|
||||
# --with-gpm-support
|
||||
%configure --without-tcl
|
||||
## make depend
|
||||
%{__make} CPPFLAGS="%{optflags}" %{?_smp_mflags} all
|
||||
%{__make} CPPFLAGS="%{optflags} -fPIC" %{?_smp_mflags} all
|
||||
#docbook2txt tutorial.sgml
|
||||
|
||||
%install
|
||||
|
||||
Reference in New Issue
Block a user