SPECS: php-pear-PEAR_PackageFileManager_GUI_Gtk.spec (NEW) - new

adamg adamg at pld-linux.org
Mon Sep 4 20:24:34 CEST 2006


Author: adamg                        Date: Mon Sep  4 18:24:34 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   php-pear-PEAR_PackageFileManager_GUI_Gtk.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/php-pear-PEAR_PackageFileManager_GUI_Gtk.spec
diff -u /dev/null SPECS/php-pear-PEAR_PackageFileManager_GUI_Gtk.spec:1.1
--- /dev/null	Mon Sep  4 20:24:34 2006
+++ SPECS/php-pear-PEAR_PackageFileManager_GUI_Gtk.spec	Mon Sep  4 20:24:29 2006
@@ -0,0 +1,92 @@
+# $Revision$, $Date$
+%include	/usr/lib/rpm/macros.php
+%define		_class		PEAR
+%define		_subclass	PackageFileManager_GUI_Gtk
+%define		_status		stable
+%define		_pearname	PEAR_PackageFileManager_GUI_Gtk
+
+Summary:	%{_pearname} - A PHP-GTK frontend for the PEAR_PackageFileManager class
+Summary(pl):	%{_pearname} - Frontend PHP-GTK do klasy PEAR_PackageFileManager
+Name:		php-pear-%{_pearname}
+Version:	1.0.1
+Release:	1
+License:	PHP License
+Group:		Development/Languages/PHP
+Source0:	http://pear.php.net/get/%{_pearname}-%{version}.tgz
+# Source0-md5:	2f2951f0b9f4fc3d2cb3b37bb1592588
+URL:		http://pear.php.net/package/PEAR_PackageFileManager_GUI_Gtk/
+BuildRequires:	php-pear-PEAR
+BuildRequires:	rpm-php-pearprov >= 4.4.2-11
+Requires:	php-pear
+Requires:	php-pear-Gtk_FileDrop >= 0.1.0
+Requires:	php-pear-PEAR >= 1:1.3.5
+Requires:	php-pear-PEAR_PackageFileManager >= 1.5.1
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+A PHP-GTK 1 frontend for the PEAR_PackageFileManager class. It makes
+it easier for developers to create and maintain PEAR package.xml
+files.
+
+Features:
+- Update existing package files or create new ones
+- Import values from an existing package file
+- Drag-n-Drop package directory into the application for easy loading
+- Set package level information (package name, description, etc.)
+- Set release level information (version, release notes, etc.)
+- Easily add maintainers
+- Browse package files as a tree and click to add a dependency
+- Add install time global and file replacements
+- Package file preview window
+- Package the package using the new package file
+
+In PEAR status of this package is: %{_status}.
+
+%description -l pl
+Frontend PHP-GTK1 do klasy PEAR_PackageFileManager. Ułatwia
+developerom tworzenie i opiekę nad plikami package.xml.
+
+Możliwości:
+- aktualizacja istniejących lub tworzenie nowych plików package.xml,
+- import ustawień z istniejących plików,
+- przeciągnij-i-upuść katalog do okna aplikacji celem wczytania
+  informacji,
+- określanie informacji o pakiecie (nazwa, opis, i.t.p.),
+- określanie informacji o wydaniu (wersja, wydanie, i.t.p.),
+- łatwe dodawanie opiekunów,
+- przeglądanie plików w postaci drzewa oraz możliwość dodania
+  zależności przez kliknięcie,
+- dodawanie globalnych oraz lokalnych zastąpień w plikach na etapie
+  instalacji,
+- okno podglądu pakietu,
+- tworzenie pakietu przy użyciu nowego pliku package.xml.
+
+Ta klasa ma w PEAR status: %{_status}.
+
+%prep
+%pear_package_setup
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{php_pear_dir}
+%pear_package_install
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc install.log docs/%{_pearname}/example.php
+%{php_pear_dir}/.registry/*.reg
+%{php_pear_dir}/PEAR/PackageFileManager/GUI/Gtk.php
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2006/09/04 18:24:29  adamg
+- new
+
================================================================


More information about the pld-cvs-commit mailing list