Remove patch for code that does not exist for quite a few years already
This commit is contained in:
parent
9824f3cb8f
commit
cdec7412cd
@ -1,14 +0,0 @@
|
||||
--- gedit-2.13.90/configure.ac.libdir 2006-02-06 10:06:16.000000000 -0500
|
||||
+++ gedit-2.13.90/configure.ac 2006-02-06 10:06:26.000000000 -0500
|
||||
@@ -148,9 +148,9 @@
|
||||
PY_PREFIX=`$PYTHON -c 'import sys ; print sys.prefix'`
|
||||
PY_EXEC_PREFIX=`$PYTHON -c 'import sys ; print sys.exec_prefix'`
|
||||
PYTHON_LIBS="-lpython$PYTHON_VERSION"
|
||||
- PYTHON_LIB_LOC="-L$PY_EXEC_PREFIX/lib/python$PYTHON_VERSION/config"
|
||||
+ PYTHON_LIB_LOC="-L$PY_EXEC_PREFIX/lib64/python$PYTHON_VERSION/config"
|
||||
PYTHON_CFLAGS="-I$PY_PREFIX/include/python$PYTHON_VERSION"
|
||||
- PYTHON_MAKEFILE="$PY_EXEC_PREFIX/lib/python$PYTHON_VERSION/config/Makefile"
|
||||
+ PYTHON_MAKEFILE="$PY_EXEC_PREFIX/lib64/python$PYTHON_VERSION/config/Makefile"
|
||||
PYTHON_LOCALMODLIBS=`sed -n -e 's/^LOCALMODLIBS=\(.*\)/\1/p' $PYTHON_MAKEFILE`
|
||||
PYTHON_BASEMODLIBS=`sed -n -e 's/^BASEMODLIBS=\(.*\)/\1/p' $PYTHON_MAKEFILE`
|
||||
PYTHON_OTHER_LIBS=`sed -n -e 's/^LIBS=\(.*\)/\1/p' $PYTHON_MAKEFILE`
|
||||
@ -36,10 +36,6 @@ URL: http://projects.gnome.org/gedit/
|
||||
Requires(post): desktop-file-utils >= %{desktop_file_utils_version}
|
||||
Requires(postun): desktop-file-utils >= %{desktop_file_utils_version}
|
||||
|
||||
%ifarch ppc64,x86_64,ia64,s390x
|
||||
Patch1: gedit-2.13.90-libdir.patch
|
||||
%endif
|
||||
|
||||
Patch4: gedit-disable-python3.patch
|
||||
|
||||
BuildRequires: gnome-common
|
||||
@ -117,10 +113,6 @@ access and leave event for documents used with gedit.
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%ifarch ppc64,x86_64,ia64,s390x
|
||||
%patch1 -p1 -b .libdir
|
||||
%endif
|
||||
|
||||
%if !%{with_python3}
|
||||
%patch4 -p1 -b .disable-python
|
||||
%endif
|
||||
|
||||
Loading…
Reference in New Issue
Block a user