SPECS: postgresql.spec - ghost soname symlinks
qboosh
qboosh at pld-linux.org
Tue Feb 19 20:32:39 CET 2008
Author: qboosh Date: Tue Feb 19 19:32:39 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- ghost soname symlinks
---- Files affected:
SPECS:
postgresql.spec (1.397 -> 1.398)
---- Diffs:
================================================================
Index: SPECS/postgresql.spec
diff -u SPECS/postgresql.spec:1.397 SPECS/postgresql.spec:1.398
--- SPECS/postgresql.spec:1.397 Tue Feb 5 00:08:56 2008
+++ SPECS/postgresql.spec Tue Feb 19 20:32:33 2008
@@ -8,7 +8,7 @@
%bcond_without python # disable Python support
%bcond_with absolute_dbpaths # enable absolute paths to create database
# (disabled by default because it is a security risk)
-
+#
Summary: PostgreSQL Data Base Management System
Summary(de.UTF-8): PostgreSQL Datenbankverwaltungssystem
Summary(es.UTF-8): Gestor de Banco de Datos PostgreSQL
@@ -959,14 +959,18 @@
%files libs -f libpq.lang
%defattr(644,root,root,755)
%attr(755,root,root) %{_libdir}/libpq.so.*.*
+%attr(755,root,root) %ghost %{_libdir}/libpq.so.5
%dir %{_pgmoduledir}
%files ecpg
%defattr(644,root,root,755)
%attr(755,root,root) %{_bindir}/ecpg
%attr(755,root,root) %{_libdir}/libecpg.so.*.*
+%attr(755,root,root) %ghost %{_libdir}/libecpg.so.6
%attr(755,root,root) %{_libdir}/libecpg_compat.so.*.*
+%attr(755,root,root) %ghost %{_libdir}/libecpg_compat.so.3
%attr(755,root,root) %{_libdir}/libpgtypes.so.*.*
+%attr(755,root,root) %ghost %{_libdir}/libpgtypes.so.3
%{_mandir}/man1/ecpg.1*
%files ecpg-devel
@@ -1151,6 +1155,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.398 2008-02-19 19:32:33 qboosh
+- ghost soname symlinks
+
Revision 1.397 2008-02-04 23:08:56 radek
- version 8.3.0 (merge from POSTGRESQL_8_3)
- cut changelog
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/postgresql.spec?r1=1.397&r2=1.398&f=u
More information about the pld-cvs-commit
mailing list