Changes of Revision 11
[-] | Changed | mms.spec |
x 1
2 Source0: http://mms.sunsite.dk/%{name}-%{pversion}.tar.bz2 3 Source1: mms.png 4 Source2: mms.xsession 5 -Patch0: mms-libdir.patch 6 Patch1: mms-python26.patch 7 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root 8 BuildRequires: SDL-devel 9
10 11 %prep 12 %setup -q -n %{name}-%{pversion} 13 -%patch0 14 %patch1 15 touch Makefile configure 16 17 |
||
[+] | Changed | mms-python26.patch ^ |
@@ -1,5 +1,5 @@ --- configure.python 2009-03-09 10:31:27.000000000 +0100 -+++ configure 2009-03-09 10:32:42.000000000 +0100 ++++ configure 2009-03-11 21:57:50.000000000 +0100 @@ -618,7 +618,9 @@ python_version= @@ -11,3 +11,12 @@ python_version="2.5" elif [ -f "/usr/include/python2.4/Python.h" ]; then python_version="2.4" +@@ -1272,7 +1274,7 @@ + inotify_check + fi + +-_python_install="/usr/lib/python"$python_version"/site-packages/" ++_python_install="$_libdir/python"$python_version"/site-packages/" + + # libfs++ + |