3 |
Summary: Web-based PostgreSQL administration |
Summary: Web-based PostgreSQL administration |
4 |
Name: phpPgAdmin |
Name: phpPgAdmin |
5 |
Version: 7.13.0 |
Version: 7.13.0 |
6 |
Release: 1%{?dist} |
Release: 2%{?dist} |
7 |
License: GPLv2+ and (LGPLv2+ or BSD) and ASL 2.0 and MIT |
License: GPLv2+ and (LGPLv2+ or BSD) and ASL 2.0 and MIT |
8 |
URL: https://github.com/%{sname}/%{sname} |
URL: https://github.com/%{sname}/%{sname} |
9 |
|
|
10 |
Source0: https://github.com/%{sname}/%{sname}/releases/download/REL_7-13-0/%{name}-%{version}.tar.bz2 |
Source0: https://github.com/%{sname}/%{sname}/releases/download/REL_7-13-0/%{name}-%{version}.tar.bz2 |
11 |
Source1: %{name}.conf |
Source1: %{name}.conf |
12 |
|
|
13 |
Requires: php >= 7.2, gawk |
Requires: php72-php , php74-php , gawk |
14 |
Requires: php-pgsql >= 7.2, httpd |
Requires: php72-php-pgsql , php74-php-pgsql , httpd |
15 |
Requires(post): systemd |
Requires(post): systemd |
16 |
Requires(postun): systemd |
Requires(postun): systemd |
17 |
BuildArch: noarch |
BuildArch: noarch |
46 |
%{__ln_s} %{_sysconfdir}/%{name}/config.inc.php-dist %{buildroot}/%{_phppgadmindir}/conf/config.inc.php-dist |
%{__ln_s} %{_sysconfdir}/%{name}/config.inc.php-dist %{buildroot}/%{_phppgadmindir}/conf/config.inc.php-dist |
47 |
|
|
48 |
%post |
%post |
49 |
/usr/bin/systemctl reload httpd.service |
#/usr/bin/systemctl reload httpd.service |
50 |
|
|
51 |
%postun |
%postun |
52 |
/usr/bin/systemctl reload httpd.service |
#/usr/bin/systemctl reload httpd.service |
53 |
|
|
54 |
%files |
%files |
55 |
%doc CREDITS DEVELOPERS FAQ HISTORY INSTALL LICENSE TODO TRANSLATORS |
%doc CREDITS DEVELOPERS FAQ HISTORY INSTALL LICENSE TODO TRANSLATORS |
78 |
%attr(755,root,root) %{_phppgadmindir}/lang/synch |
%attr(755,root,root) %{_phppgadmindir}/lang/synch |
79 |
|
|
80 |
%changelog |
%changelog |
81 |
|
* Mon Dec 26 2022 Jean-Philippe Pialasse <tests@pialasse.com> 7.13.0-2.sme |
82 |
|
- use php74 scl for SME |
83 |
|
- remove post and postun |
84 |
|
|
85 |
* Mon Nov 9 2020 Devrim Gündüz <devrim@gunduz.org> - 7.13.0-1 |
* Mon Nov 9 2020 Devrim Gündüz <devrim@gunduz.org> - 7.13.0-1 |
86 |
- Update to 7.13.0 |
- Update to 7.13.0 |
87 |
|
|