]> git.pld-linux.org Git - packages/phpPgAdmin.git/commitdiff
- use http for sources from sourceforge
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 8 Apr 2003 13:28:38 +0000 (13:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    phpPgAdmin.spec -> 1.14

phpPgAdmin.spec

index eb8ee0a98e0c60eadfd819cf1c4f8c42edeea88a..2959855c7aa6bbf243f824a4733dc54e269e48ad 100644 (file)
@@ -6,7 +6,7 @@ Version:        2.4.2
 Release:       1
 License:       GPL v2+
 Group:         Applications/Databases/Interfaces
-Source0:       ftp://ftp.sourceforge.net/pub/sourceforge/phppgadmin/%{name}_%{tar_version}.tar.bz2
+Source0:       http://dl.sourceforge.net/phppgadmin/%{name}_%{tar_version}.tar.bz2
 URL:           http://sourceforge.net/projects/phppgadmin/
 Requires:      php >= 4.0.6
 Requires:      php-pcre
@@ -32,8 +32,6 @@ przelaczniki, widoki i funkcje(zapisane procedury)
 %prep
 %setup -q -n phpPgAdmin
 
-%build
-
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_pgadmindir}/{lang,images,libraries}
@@ -42,7 +40,6 @@ 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
 
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -51,7 +48,7 @@ rm -rf $RPM_BUILD_ROOT
 %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
+%{_pgadmindir}/[!c]*.php
 %{_pgadmindir}/c[ah]*.php
 %{_pgadmindir}/*.html
 %{_pgadmindir}/images
This page took 0.038764 seconds and 4 git commands to generate.