This commit is contained in:
commit
c35f565610
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
## Default LFS
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.osc
|
3
phpPgAdmin-4.0.1.tar.bz2
Normal file
3
phpPgAdmin-4.0.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8a1b94013e6a332affc3bd029542734d461b3214e33e083f4cdebfe6b2466ff1
|
||||
size 509800
|
5
phpPgAdmin.changes
Normal file
5
phpPgAdmin.changes
Normal file
@ -0,0 +1,5 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 18 17:09:27 CEST 2006 - tpatzig@suse.de
|
||||
|
||||
- initial build of phpPgAdmin Version 4.0.1
|
||||
|
79
phpPgAdmin.spec
Normal file
79
phpPgAdmin.spec
Normal file
@ -0,0 +1,79 @@
|
||||
#
|
||||
# spec file for package phpPgAdmin (Version 4.0.1)
|
||||
#
|
||||
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
# package are under the same license as the package itself.
|
||||
#
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: phpPgAdmin
|
||||
Summary: phpPgAdmin is a web-based administration tool for PostgreSQL
|
||||
BuildRequires: apache2
|
||||
Version: 4.0.1
|
||||
Release: 1
|
||||
License: GNU General Public License (GPL) - all versions
|
||||
Group: Productivity/Databases/Tools
|
||||
Requires: php5-pgsql apache2-mod_php5
|
||||
URL: http://phppgadmin.sourceforge.net
|
||||
Source0: %{name}-%{version}.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildArchitectures: noarch
|
||||
|
||||
%description
|
||||
phpPgAdmin is a web-based administration tool for PostgreSQL. It is
|
||||
perfect for PostgreSQL DBAs, newbies and hosting services.
|
||||
|
||||
Currently it can:
|
||||
|
||||
- Administer multiple servers
|
||||
|
||||
- Support for PostgreSQL 7.0.x, 7.1.x, 7.2.x, 7.3.x, 7.4.x, 8.0.x
|
||||
and 8.1.x
|
||||
|
||||
- Manage all aspects (Users, Groups, Databases, Schemas, Tables,
|
||||
Views, Reports)
|
||||
|
||||
- Easy data manipulation (browse tables, views, reports; Select,
|
||||
insert, update and delete; execute SQL statements)
|
||||
|
||||
- Dump table data in a variety of formats
|
||||
|
||||
- Import SQL scripts, COPY data, XML, CSV and Tabbed
|
||||
|
||||
- Available in 26 languages
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Dan Wilson
|
||||
Robert Treat
|
||||
Christopher Kings-Lynne
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
|
||||
%install
|
||||
mkdir -p %buildroot/srv/www/htdocs/%{name}
|
||||
cp -a * %buildroot/srv/www/htdocs/%{name}/
|
||||
rm -f %buildroot/srv/www/htdocs/%{name}/lang/php2po
|
||||
rm -f %buildroot/srv/www/htdocs/%{name}/lang/po2php
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr(0644,root,root,0755)
|
||||
%doc CREDITS DEVELOPERS INSTALL TODO TRANSLATORS
|
||||
/srv/www/htdocs/%{name}
|
||||
%exclude /srv/www/htdocs/%{name}/conf/config.inc.php
|
||||
%config(noreplace) /srv/www/htdocs/%{name}/conf/config.inc.php
|
||||
|
||||
%changelog -n phpPgAdmin
|
||||
* Wed Oct 18 2006 - tpatzig@suse.de
|
||||
- initial build of phpPgAdmin Version 4.0.1
|
Loading…
Reference in New Issue
Block a user