From c35f565610e6140fc4f5a324f5085e367f0ba4c0cd36245562f31f645d2b7be1 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 15 Jan 2007 23:32:44 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpPgAdmin?expand=0&rev=1 --- .gitattributes | 23 ++++++++++++ .gitignore | 1 + phpPgAdmin-4.0.1.tar.bz2 | 3 ++ phpPgAdmin.changes | 5 +++ phpPgAdmin.spec | 79 ++++++++++++++++++++++++++++++++++++++++ ready | 0 6 files changed, 111 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 phpPgAdmin-4.0.1.tar.bz2 create mode 100644 phpPgAdmin.changes create mode 100644 phpPgAdmin.spec create mode 100644 ready diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -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 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/phpPgAdmin-4.0.1.tar.bz2 b/phpPgAdmin-4.0.1.tar.bz2 new file mode 100644 index 0000000..5705d00 --- /dev/null +++ b/phpPgAdmin-4.0.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a1b94013e6a332affc3bd029542734d461b3214e33e083f4cdebfe6b2466ff1 +size 509800 diff --git a/phpPgAdmin.changes b/phpPgAdmin.changes new file mode 100644 index 0000000..e4a8b23 --- /dev/null +++ b/phpPgAdmin.changes @@ -0,0 +1,5 @@ +------------------------------------------------------------------- +Wed Oct 18 17:09:27 CEST 2006 - tpatzig@suse.de + +- initial build of phpPgAdmin Version 4.0.1 + diff --git a/phpPgAdmin.spec b/phpPgAdmin.spec new file mode 100644 index 0000000..d6d8386 --- /dev/null +++ b/phpPgAdmin.spec @@ -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 diff --git a/ready b/ready new file mode 100644 index 0000000..473a0f4