]> git.pld-linux.org Git - packages/postgresql.git/commitdiff
- fixed pgaccess requirements
authormis <mis@pld-linux.org>
Mon, 9 Oct 2000 15:40:43 +0000 (15:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- moved libpgtcl.so symlink to tcl subpackage because pgaccess loads pgtcl
  library using this symlink
- added missing libpgtcl.h to tcl-devel

Changed files:
    postgresql.spec -> 1.65

postgresql.spec

index 32c73c1ffafc9553a539e7683f4e283e50c3f91e..b55cbc4d5c4ae4db7fe4f2b0787c5f944f233ccd 100644 (file)
@@ -357,7 +357,7 @@ Pakiet ten zawiera biblioteki statyczne dla interface'u ODBC.
 Summary:       A free graphical database management tool for PostgreSQL.
 Group:         Applications/Databases
 Group(pl):     Aplikacje/Bazy danych
-Requires:      %{name}-libs = %{version}
+Requires:      %{name}-tcl = %{version}
 
 %description -n pgaccess
 A free graphical database management tool for PostgreSQL.
@@ -805,21 +805,22 @@ rm -f /tmp/tmp_perl_info
 %{perl_sitearch}/Pg.pm
 %{_mandir}/man3/*
 
-%files tcl
-%defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/libpgtcl.so.*.*
-%attr(755,root,root) %{_bindir}/pgtclsh
-%attr(755,root,root) %{_bindir}/pgtksh
-
 %files -n pgaccess
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/pgaccess
 %{_libdir}/pgaccess
 %doc src/bin/pgaccess/doc/html/*
 
-%files tcl-devel
+%files tcl
 %defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libpgtcl.so.*.*
 %attr(755,root,root) %{_libdir}/libpgtcl.so
+%attr(755,root,root) %{_bindir}/pgtclsh
+%attr(755,root,root) %{_bindir}/pgtksh
+
+%files tcl-devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_includedir}/pgsql/libpgtcl.h
 
 %files tcl-static
 %defattr(644,root,root,755)
This page took 0.049577 seconds and 4 git commands to generate.