SPECS: gpm.spec - dropped libgpm.so.1 symlink, it still was being deleted o...

hawk hawk at pld-linux.org
Wed Sep 10 13:56:18 CEST 2008


Author: hawk                         Date: Wed Sep 10 11:56:18 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- dropped libgpm.so.1 symlink, it still was being deleted on package upgrad
  thus breaking all apps linked with .so.1, it will be better to rebuild all
  these apps with libgpm.so.2

---- Files affected:
SPECS:
   gpm.spec (1.159 -> 1.160) 

---- Diffs:

================================================================
Index: SPECS/gpm.spec
diff -u SPECS/gpm.spec:1.159 SPECS/gpm.spec:1.160
--- SPECS/gpm.spec:1.159	Fri Aug 22 16:24:30 2008
+++ SPECS/gpm.spec	Wed Sep 10 13:56:12 2008
@@ -15,7 +15,7 @@
 Summary(uk.UTF-8):	Сервер роботи з мишою для консолі Linux
 Name:		gpm
 Version:	1.20.5
-Release:	2
+Release:	3
 Epoch:		1
 License:	GPL v2+
 Group:		Daemons
@@ -112,11 +112,6 @@
 Group:		Libraries
 Obsoletes:	libgpm1
 Conflicts:	gpm < 1.19.3-7
-%ifarch %{x8664} ia64 ppc64 s390x sparc64
-Provides:	libgpm.so.1()(64bit)
-%else
-Provides:	libgpm.so.1
-%endif
 
 %description libs
 This package contains library files neccessary to run most of
@@ -267,11 +262,6 @@
 # for rpm autodeps
 chmod +x $RPM_BUILD_ROOT%{_libdir}/libgpm.so.*
 
-# SONAME was bumped because of incompatibility with Debian libgpm.so.1
-# (which in turn was incompatible with libgpm.so.1 from the rest of the world)
-# We can leave compatibility symlink as we didn't have ABI break recently
-ln -s $(basename $RPM_BUILD_ROOT%{_libdir}/libgpm.so.2.*.*) $RPM_BUILD_ROOT%{_libdir}/libgpm.so.1
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -324,7 +314,6 @@
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libgpm.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libgpm.so.2
-%attr(755,root,root) %{_libdir}/libgpm.so.1
 
 %files devel
 %defattr(644,root,root,755)
@@ -346,6 +335,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.160  2008/09/10 11:56:12  hawk
+- dropped libgpm.so.1 symlink, it still was being deleted on package upgrad
+  thus breaking all apps linked with .so.1, it will be better to rebuild all
+  these apps with libgpm.so.2
+
 Revision 1.159  2008/08/22 14:24:30  qboosh
 - stable libgpm.so.1 symlink (pointing to real file, not ghost) to avoid deletion by ldconfig
 - release 2
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/gpm.spec?r1=1.159&r2=1.160&f=u



More information about the pld-cvs-commit mailing list