Accepting request 1121435 from server:database:postgresql
Revert last change and make the devel package independend OBS-URL: https://build.opensuse.org/request/show/1121435 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/postgresql15?expand=0&rev=12
This commit is contained in:
commit
2930f00ff0
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 31 10:57:13 UTC 2023 - Reinhard Max <max@suse.com>
|
||||
|
||||
- boo#1216734: Revert the last change and make the devel package
|
||||
independend of all other subpackages except for the libs.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 10 12:49:02 UTC 2023 - Reinhard Max <max@suse.com>
|
||||
|
||||
|
@ -760,7 +760,9 @@ popd
|
||||
mkdir -p %buildroot%pgmandir/man1
|
||||
cp -a doc/src/sgml/man1/ecpg.1 %buildroot%pgmandir/man1/ecpg.1pg%pgmajor
|
||||
%find_lang ecpg-$VLANG devel.files
|
||||
ln -s %pgbindir/ecpg %buildroot%_bindir/ecpg
|
||||
# The devel subpackage is exclusive across versions
|
||||
# and not handled by update-alternatives.
|
||||
mv %buildroot%pgbindir/ecpg %buildroot%_bindir/ecpg
|
||||
|
||||
%if !%mini
|
||||
%find_lang pg_config-$VLANG server-devel.files
|
||||
@ -960,10 +962,9 @@ fi
|
||||
|
||||
%dir %pgbasedir
|
||||
%dir %pgbindir
|
||||
%ghost %_bindir/ecpg
|
||||
%_bindir/ecpg
|
||||
%_libdir/pkgconfig/*
|
||||
%_libdir/lib*.so
|
||||
%pgbindir/ecpg
|
||||
%pgincludedir
|
||||
%if %{with server_devel}
|
||||
%exclude %pgincludedir/server
|
||||
|
Loading…
Reference in New Issue
Block a user