SPECS: odbtp.spec - cleanup; ldconfig complaints were probably cau...
qboosh
qboosh at pld-linux.org
Thu Sep 22 16:10:26 CEST 2005
Author: qboosh Date: Thu Sep 22 14:10:26 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- cleanup; ldconfig complaints were probably caused by some messed link
and don't happen any longer
---- Files affected:
SPECS:
odbtp.spec (1.16 -> 1.17)
---- Diffs:
================================================================
Index: SPECS/odbtp.spec
diff -u SPECS/odbtp.spec:1.16 SPECS/odbtp.spec:1.17
--- SPECS/odbtp.spec:1.16 Wed Sep 21 20:00:53 2005
+++ SPECS/odbtp.spec Thu Sep 22 16:10:20 2005
@@ -1,6 +1,4 @@
# $Revision$, $Date$
-# TODO
-# - fix this: /sbin/ldconfig: /usr/lib/libodbtp-1.1.so is not a symbolic link
Summary: Accessing win32-based databases using TCP/IP protocol
Summary(pl): Dostęp do baz danych opartych na win32 za pomocą protokołu TCP/IP
Name: odbtp
@@ -8,7 +6,7 @@
Release: 3.6
License: LGPL
Group: Libraries
-Source0: http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
+Source0: http://dl.sourceforge.net/odbtp/%{name}-%{version}.tar.gz
# Source0-md5: dc34b6454fe94fe08d3c39dda84cfcc3
Patch0: %{name}-libtool.patch
URL: http://odbtp.sourceforge.net/
@@ -69,8 +67,6 @@
%configure
%{__make}
-ln -s .libs/libodbtp.so libodbtp.so
-
%install
rm -rf $RPM_BUILD_ROOT
@@ -95,9 +91,9 @@
%files devel
%defattr(644,root,root,755)
-%{_includedir}/odbtp.h
-%{_libdir}/libodbtp.so
+%attr(755,root,root) %{_libdir}/libodbtp.so
%{_libdir}/libodbtp.la
+%{_includedir}/odbtp.h
%files static
%defattr(644,root,root,755)
@@ -109,6 +105,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.17 2005/09/22 14:10:20 qboosh
+- cleanup; ldconfig complaints were probably caused by some messed link
+ and don't happen any longer
+
Revision 1.16 2005/09/21 18:00:53 glen
- removed odbtp patches, added odbtp.conf
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/odbtp.spec?r1=1.16&r2=1.17&f=u
More information about the pld-cvs-commit
mailing list