packages: python3/python3.spec - fix libpython3.so

wiget wiget at pld-linux.org
Sat Sep 24 20:11:07 CEST 2011


Author: wiget                        Date: Sat Sep 24 18:11:07 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- fix libpython3.so

---- Files affected:
packages/python3:
   python3.spec (1.66 -> 1.67) 

---- Diffs:

================================================================
Index: packages/python3/python3.spec
diff -u packages/python3/python3.spec:1.66 packages/python3/python3.spec:1.67
--- packages/python3/python3.spec:1.66	Fri Sep  9 21:36:03 2011
+++ packages/python3/python3.spec	Sat Sep 24 20:11:01 2011
@@ -35,7 +35,7 @@
 Summary(uk.UTF-8):	Мова програмування дуже високого рівня з X-інтерфейсом
 Name:		python3
 Version:	%{py_ver}.2
-Release:	2
+Release:	3
 Epoch:		1
 License:	PSF
 Group:		Applications
@@ -510,6 +510,10 @@
 install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 cp -a Tools $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 
+# make libpython3.so simply symlink to real lib
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/libpython3.so
+ln -s libpython%{py_abi}.so $RPM_BUILD_ROOT%{_libdir}/libpython3.so
+
 #
 # create several useful aliases, such as timeit.py, profile.py, pdb.py, smtpd.py
 #
@@ -1176,6 +1180,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.67  2011/09/24 18:11:01  wiget
+- fix libpython3.so
+
 Revision 1.66  2011/09/09 19:36:03  qboosh
 - python apparently needs Makefile and pyconfig.h to run, moved the rest (except for Setup*, just in case) of config back to -devel
 - explicit list of .py files in -modules instead of not much shorter excludes list
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/python3/python3.spec?r1=1.66&r2=1.67&f=u



More information about the pld-cvs-commit mailing list