/[smecontribs]/rpms/phpPgAdmin/contribs10/phpPgAdmin.spec
ViewVC logotype

Diff of /rpms/phpPgAdmin/contribs10/phpPgAdmin.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.1 by jpp, Tue Dec 27 04:57:24 2022 UTC Revision 1.2 by jpp, Tue Dec 27 05:01:14 2022 UTC
# Line 3  Line 3 
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
# Line 46  functions (stored procedures). It also h Line 46  functions (stored procedures). It also h
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
# Line 78  functions (stored procedures). It also h Line 78  functions (stored procedures). It also h
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    


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed