]> git.pld-linux.org Git - packages/phpPgAdmin.git/commitdiff
- update to 2.4.2 (register_globals=Off ready) RA-1_0 STABLE phpPgAdmin-2_4_2-1
authorTomek Orzechowski <orzech@pld-linux.org>
Fri, 4 Oct 2002 10:36:41 +0000 (10:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- cosmetics
- STBR

Changed files:
    phpPgAdmin.spec -> 1.12

phpPgAdmin.spec

index fc3956b37ca268d2b6142cea8a4c511ca8726b40..79e8c051f44309fed40060ccc904ca176c98d0ee 100644 (file)
@@ -1,14 +1,15 @@
 Summary:       phpPgAdmin - web-based PostgreSQL administration
 Summary(pl):   phpPgAdmin - administracja bazami PostgreSQL przez WWW
 Name:          phpPgAdmin
-Version:       2.4.1
+Version:       2.4.2
 %define                tar_version     %(echo %{version} | sed "s,\\.,-,g")
 Release:       1
-License:       GPL v2
+License:       GPL v2+
 Group:         Applications/Databases/Interfaces
 Source0:       ftp://ftp.sourceforge.net/pub/sourceforge/phppgadmin/%{name}_%{tar_version}.tar.bz2
 URL:           http://sourceforge.net/projects/phppgadmin/
 Requires:      php >= 4.0.6
+Requires:      php-pcre
 Requires:      php-pgsql >= 4.0.6
 Requires:      webserver
 Buildarch:     noarch
@@ -30,6 +31,7 @@ przelaczniki, widoki i funkcje(zapisane procedury)
 
 %prep
 %setup -q -n phpPgAdmin
+
 %build
 
 %install
@@ -40,14 +42,13 @@ cp *.php *.html $RPM_BUILD_ROOT%{_pgadmindir}
 cp config.inc.php-dist $RPM_BUILD_ROOT%{_pgadmindir}/config.inc.php
 cp images/*.gif $RPM_BUILD_ROOT%{_pgadmindir}/images
 
-gzip -9nf Documentation.html BUGS DEVELOPERS INSTALL README TODO ChangeLog
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc *.gz
+%doc Documentation.html BUGS DEVELOPERS INSTALL README TODO ChangeLog
 %dir %{_pgadmindir}
 %attr(640,root,http) %config(noreplace) %verify(not size mtime md5) %{_pgadmindir}/config.inc.php
 %{_pgadmindir}/[^c]*.php
This page took 0.310719 seconds and 4 git commands to generate.