]> git.pld-linux.org Git - packages/phpMyAdmin.git/commitdiff
- initial version
authorPaweł Gołaszewski <blues@pld-linux.org>
Mon, 10 Sep 2001 20:05:36 +0000 (20:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    phpMyAdmin.spec -> 1.1

phpMyAdmin.spec [new file with mode: 0644]

diff --git a/phpMyAdmin.spec b/phpMyAdmin.spec
new file mode 100644 (file)
index 0000000..be84728
--- /dev/null
@@ -0,0 +1,96 @@
+Summary:       phpMyAdmin - web-based mysql administration
+Summary(pl):   phpMyAdmin - administracja bazami mysql przez WWW
+Name:          phpMyAdmin
+Version:       2.2.0
+Release:       1
+License:       GPL
+Group:         Applications/Databases/Interfaces
+Group(de):     Applikationen/Dateibanken/Schnittstellen
+Group(pl):     Aplikacje/Bazy danych/Interfejsy
+Source0:       http://prdownloads.sourceforge.net/phpmyadmin/%{name}-%{version}-php.tar.bz2
+Url:           http://sourceforge.net/projects/phpmyadmin/
+Requires:      mysql
+Requires:      php >= 4
+Requires:      webserver
+Buildarch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define                _myadmindir     /home/httpd/html/myadmin
+
+%description
+phpMyAdmin can administer a whole MySQL-server (needs a super-user)
+but also a single database. To accomplish the latter you'll need a
+properly set up MySQL-user who can read/write only the desired
+database. It's up to you to look up the appropiate part in the MySQL
+manual. Currently phpMyAdmin can:
+  - create and drop databases
+  - create, copy, drop and alter tables
+  - delete, edit and add fields
+  - execute any SQL-statement, even batch-queries
+  - manage keys on fields
+  - load text files into tables
+  - create (*) and read dumps of tables
+  - export (*) and import data to CSV values
+  - administer multiple servers and single databases
+  - communicate in more than 20 different languages
+
+%description -l pl
+phpMyAdmin potrafi zarz±dzaæ ca³ymi bazami MySQL (potrzebne
+uprawnienia super-user'a) jak i pojedynczymi bazami danych. Bêdziesz
+potrzebowa³ u¿ytkownika, który ma prawa zapisu/odczytu tylko tych baz,
+którymi chcesz administrowaæ (zajrzyj do odpowiedniej czê¶ci manual'a
+MySQL). Aktualnie phpMyAdmin potrafi:
+  - tworzyæ i usuwaæ bazy
+  - create, copy, drop oraz alter na tabelach
+  - dodawaæ, usuwaæ i edytowaæ pola
+  - wykonywaæ dowolne zapytania SQL
+  - zarz±dzaæ kluczami na rekordach
+  - wczytywaæ tekst z plików do tabel
+  - obs³ugiwaæ ponad 20 jêzyków
+  - zarz±dzaæ wieloma serverami i pojedyñczymi bazami danych
+  - eksportowaæ i importowaæ dane do warto¶ci CSV
+  - tworzyæ i czytaæ zrzuty tabel
+
+
+%prep
+%setup -q 
+%build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT%{_myadmindir}/{lang,images}
+
+cp *.php $RPM_BUILD_ROOT%{_myadmindir}
+cp *.js $RPM_BUILD_ROOT%{_myadmindir}
+cp *.html $RPM_BUILD_ROOT%{_myadmindir}
+cp images/*.gif $RPM_BUILD_ROOT%{_myadmindir}/images
+cp lang/*.php $RPM_BUILD_ROOT%{_myadmindir}/lang
+
+gzip -9nf Documentation.txt ANNOUNCE.txt README TODO ChangeLog
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc *.gz
+%dir %attr(755,http,http) %{_myadmindir}
+%attr(640,http,http) %config(noreplace) %{_myadmindir}/config.inc.php
+%attr(644,http,http) %{_myadmindir}/d*.php
+%attr(644,http,http) %{_myadmindir}/footer.inc.php
+%attr(644,http,http) %{_myadmindir}/grab_globals.inc.php
+%attr(644,http,http) %{_myadmindir}/header.inc.php
+%attr(644,http,http) %{_myadmindir}/index.php
+%attr(644,http,http) %{_myadmindir}/l*.php
+%attr(644,http,http) %{_myadmindir}/main.php
+%attr(644,http,http) %{_myadmindir}/ob_lib.inc.php
+%attr(644,http,http) %{_myadmindir}/phpinfo.php
+%attr(644,http,http) %{_myadmindir}/s*.php
+%attr(644,http,http) %{_myadmindir}/tbl_*.php
+%attr(644,http,http) %{_myadmindir}/user_details.php
+
+%attr(644,http,http) %{_myadmindir}/*.js
+%attr(644,http,http) %{_myadmindir}/*.html
+%attr(644,http,http) %{_myadmindir}/lang/*.php
+%attr(644,http,http) %{_myadmindir}/images/*.gif
This page took 0.061134 seconds and 4 git commands to generate.