mirror of
https://abf.rosa.ru/djam/postgrespro-1c.git
synced 2025-02-23 21:42:47 +00:00
Bugfix specs
This commit is contained in:
parent
6800224761
commit
5ca7fac15b
1 changed files with 2 additions and 2 deletions
|
@ -1404,7 +1404,7 @@ rm -rf %{buildroot}
|
||||||
%dir %{datadir}/tsearch_data
|
%dir %{datadir}/tsearch_data
|
||||||
%dir %{pgbaseinstdir}/lib
|
%dir %{pgbaseinstdir}/lib
|
||||||
|
|
||||||
%files libs -f pg_libpq5.lst
|
%files -n %{libname}
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{pgbaseinstdir}
|
%dir %{pgbaseinstdir}
|
||||||
%dir %{datadir}
|
%dir %{datadir}
|
||||||
|
@ -1545,7 +1545,7 @@ rm -rf %{buildroot}
|
||||||
%datadir/locale/*/LC_MESSAGES/pg_integrity_check*.mo
|
%datadir/locale/*/LC_MESSAGES/pg_integrity_check*.mo
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%files devel -f pg_devel.lst
|
%files -n %{develname}
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{pgbaseinstdir}
|
%dir %{pgbaseinstdir}
|
||||||
%dir %{pgbaseinstdir}/include
|
%dir %{pgbaseinstdir}/include
|
||||||
|
|
Loading…
Add table
Reference in a new issue