]> git.pld-linux.org Git - packages/apache-mod_python.git/blobdiff - apache-mod_python.spec
- s/no/nb/ in Summary langs
[packages/apache-mod_python.git] / apache-mod_python.spec
index f53d69f1d03b63a1e6e4791ea1b645872fc44947..1dc847f14573934ee52a8609ce74ba0eb4ea58d7 100644 (file)
@@ -13,7 +13,7 @@ Summary(id):  Interpreter Perl untuk web server Apache
 Summary(is):   Perl túlkur fyrir Apache vefþjóninn
 Summary(it):   Interprete Python integrato per il server Web Apache
 Summary(ja):   Apache Web ¥µ¡¼¥Ð¡¼ÍѤÎÁȹþ¤ß Perl ¥¤¥ó¥¿¡¼¥×¥ê¥¿
-Summary(no):   En Python-fortolker for webtjeneren Apache
+Summary(nb):   En Python-fortolker for webtjeneren Apache
 Summary(pl):   Wbudowany interpreter jêzyka Python dla serwera WWW Apache
 Summary(pt):   Um interpretador de Perl embebido para o servidor Web Apache
 Summary(ru):   ÷ÓÔÒÏÅÎÎÙÊ ÉÎÔÅÒÐÒÅÔÁÔÏÒ Perl ÄÌÑ WWW-ÓÅÒ×ÅÒÁ Apache
@@ -22,12 +22,14 @@ Summary(sl):        Vklju
 Summary(sv):   En inbyggd Python-interpretator för webbservern Apache
 Name:          apache-mod_%{mod_name}
 Version:       3.1.2b
-Release:       1
+Release:       3
 License:       Apache Group License
 Group:         Networking/Daemons
 Source0:       http://www.apache.org/dist/httpd/modpython/mod_%{mod_name}-%{version}.tgz
 # Source0-md5: 0f561ba64e08f2990c9f22a0527ec5b5
 Source1:       %{name}.conf
+Patch0:                %{name}-right-mutex-perms.patch
+Patch1:                %{name}-lib64.patch
 URL:           http://www.modpython.org/
 BuildRequires: %{apxs}
 BuildRequires: apache-devel >= 2.0.44
@@ -121,6 +123,10 @@ prestandan j
 
 %prep
 %setup -q -n mod_%{mod_name}-%{version}
+%patch0 -p1
+%if "%{_libdir}" == "%{_prefix}/lib64"
+%patch1
+%endif
 
 %build
 %{__aclocal}
This page took 0.039292 seconds and 4 git commands to generate.