SPECS: php-pear-Gtk2_EntryDialog.spec (NEW), php-pear-Gtk2_Indexed...

adamg adamg at pld-linux.org
Mon Apr 24 16:25:16 CEST 2006


Author: adamg                        Date: Mon Apr 24 14:25:15 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   php-pear-Gtk2_EntryDialog.spec (NONE -> 1.1)  (NEW), php-pear-Gtk2_IndexedComboBox.spec (NONE -> 1.1)  (NEW), php-pear-PEAR_PackageUpdate_Gtk2.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/php-pear-Gtk2_EntryDialog.spec
diff -u /dev/null SPECS/php-pear-Gtk2_EntryDialog.spec:1.1
--- /dev/null	Mon Apr 24 16:25:15 2006
+++ SPECS/php-pear-Gtk2_EntryDialog.spec	Mon Apr 24 16:25:10 2006
@@ -0,0 +1,61 @@
+# $Revision$, $Date$
+%include	/usr/lib/rpm/macros.php
+%define		_class		Gtk2
+%define		_subclass	EntryDialog
+%define		_status		beta
+%define		_pearname	Gtk2_EntryDialog
+
+Summary:	%{_pearname} - Message box with text entry field
+Summary(pl):	%{_pearname} - Message box z polem na wpisanie tekstu
+Name:		php-pear-%{_pearname}
+Version:	0.1.0
+Release:	1
+License:	LGPL
+Group:		Development/Languages/PHP
+Source0:	http://pear.php.net/get/%{_pearname}-%{version}.tgz
+# Source0-md5:	7f17755e2600475a04a30ef8910d368b
+URL:		http://pear.php.net/package/Gtk2_EntryDialog/
+BuildRequires:	php-pear-PEAR
+BuildRequires:	rpm-php-pearprov >= 4.4.2-11
+Requires:	php-gtk
+Requires:	php-pear
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Gtk2 message box with additional text entry field.
+
+In PEAR status of this package is: %{_status}.
+
+%description -l pl
+Pakiet dostarcza klasy do obsługi okna wiadomości Gtk2 z polem na
+wpisanie tekstu.
+
+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}/{examples/normal.php,examples/simple.php,examples/verysimple.php}
+%{php_pear_dir}/.registry/*.reg
+%{php_pear_dir}/Gtk2/EntryDialog.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/04/24 14:25:10  adamg
+- new
+

================================================================
Index: SPECS/php-pear-Gtk2_IndexedComboBox.spec
diff -u /dev/null SPECS/php-pear-Gtk2_IndexedComboBox.spec:1.1
--- /dev/null	Mon Apr 24 16:25:16 2006
+++ SPECS/php-pear-Gtk2_IndexedComboBox.spec	Mon Apr 24 16:25:10 2006
@@ -0,0 +1,84 @@
+# $Revision$, $Date$
+%include	/usr/lib/rpm/macros.php
+%define		_class		Gtk2
+%define		_subclass	IndexedComboBox
+%define		_status		beta
+%define		_pearname	Gtk2_IndexedComboBox
+
+Summary:	%{_pearname} - Indexed Gtk2 combo box similar to the HTML select box
+Summary(pl):	%{_pearname} - Indeksowane pole Gtk2 typu combo box podobne do pola HTML select box
+Name:		php-pear-%{_pearname}
+Version:	0.1.0
+Release:	1
+License:	LGPL
+Group:		Development/Languages/PHP
+Source0:	http://pear.php.net/get/%{_pearname}-%{version}.tgz
+# Source0-md5:	8b49ec4ce252f4f4c8f8492d2e210fa6
+URL:		http://pear.php.net/package/Gtk2_IndexedComboBox/
+BuildRequires:	php-pear-PEAR
+BuildRequires:	rpm-php-pearprov >= 4.4.2-11
+Requires:	php-gtk
+Requires:	php-pear
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Indexed Gtk2 combo box similar to the HTML select box. Lets you not
+only store values as the normal GtkComboBox, but associated key/value
+pairs as well. The active key can be easily received with
+get_active_key.
+
+In PEAR status of this package is: %{_status}.
+
+%description -l pl
+Pakiet ten dostarcza możliwości tworzenia ineksowanego pola Gtk2 typu
+combo box podobnego do pola HTML typu selec box. Pozwala nie tylko na
+przechowywanie wartości w typowych GtkComboBox, ale także powiązania
+klucz-wartość. Bieżący klucz można w łatwy sposób pobrać przy użyciu
+get_active_key;
+
+Ta klasa ma w PEAR status: %{_status}.
+
+%package tests
+Summary:	Tests for PEAR::%{_pearname}
+Summary(pl):	Testy dla PEAR::%{_pearname}
+Group:		Development
+Requires:	%{name} = %{epoch}:%{version}-%{release}
+AutoReq:	no
+
+%description tests
+Tests for PEAR::%{_pearname}.
+
+%description tests -l pl
+Testy dla PEAR::%{_pearname}.
+
+%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}/examples/normal.php
+%{php_pear_dir}/.registry/*.reg
+%{php_pear_dir}/Gtk2/IndexedComboBox.php
+
+%files tests
+%defattr(644,root,root,755)
+%{php_pear_dir}/tests/Gtk2_IndexedComboBox/tests/Gtk2_IndexedComboBoxTest.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/04/24 14:25:10  adamg
+- new
+

================================================================
Index: SPECS/php-pear-PEAR_PackageUpdate_Gtk2.spec
diff -u /dev/null SPECS/php-pear-PEAR_PackageUpdate_Gtk2.spec:1.1
--- /dev/null	Mon Apr 24 16:25:16 2006
+++ SPECS/php-pear-PEAR_PackageUpdate_Gtk2.spec	Mon Apr 24 16:25:10 2006
@@ -0,0 +1,92 @@
+# $Revision$, $Date$
+%include	/usr/lib/rpm/macros.php
+%define		_class		PEAR
+%define		_subclass	PackageUpdate_Gtk2
+%define		_status		beta
+%define		_pearname	PEAR_PackageUpdate_Gtk2
+
+Summary:	%{_pearname} - A PHP-GTK 2 front end for PEAR_PackageUpdate
+Summary(pl):	%{_pearname} - Frontend PHP-GTK2 do PEAR_PackageUpdate
+Name:		php-pear-%{_pearname}
+Version:	0.3.1
+Release:	1
+License:	PHP License
+Group:		Development/Languages/PHP
+Source0:	http://pear.php.net/get/%{_pearname}-%{version}.tgz
+# Source0-md5:	89197130c9493fe96c0f0ce0bdb378e9
+URL:		http://pear.php.net/package/PEAR_PackageUpdate_Gtk2/
+BuildRequires:	php-pear-PEAR
+BuildRequires:	rpm-php-pearprov >= 4.4.2-11
+Requires:	php-pear
+Requires:	php-pear-PEAR >= 1:1.4.-0.8
+Requires:	php-pear-PEAR_PackageUpdate >= 0.3.0
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+
+PEAR_PackageUpdate (PPU) is designed to allow developers to easily
+include auto updating features for other packages and PEAR installable
+applications. PPU will check to see if a new version of a package is
+available and then ask the user if they would like to update the
+package. PPU uses PEAR to communicate with the channel server and to
+execute the update.
+
+PPU allows the end user to take some control over when they are
+notified about new releases. The PPU Preferences allow a user to tell
+PPU not to ask about certain types of releases (bug fixes, minor
+releases, etc.), not to ask about certain release states (devel,
+alpha, etc.), not to ask until the next release or not to ask again.
+
+PEAR_PackgeUpdate_Gtk2 is a PHP-GTK 2 front end for PPU. It is
+designed to be used by PHP-GTK 2 packages and applications that want
+to include auto-updating features.
+
+In PEAR status of this package is: %{_status}.
+
+%description -l pl
+PEAR_PackageUpdate (PPU) został zaprojektowany aby umożliwić
+developerem dołączenie w prosty sposób automatycznej aktuazcji innych
+pakietów PEAR lub aplikacji korzystających ze sposobu instalacji PEAR.
+PPU sprawdzi czy jest dostępna nowa wersja i zapyta użytkownika czy
+chcieliby zaktualizować pakiet. PPU korzysta z PEAR do komunikacji z
+serwerem kanałów oraz do wykonania aktualizacji.
+
+PPU pozwala użytkownikowi końcowemu na pewną kontrolę kiedy mają być
+powiadamiania o nowych aktualizacjach. Preferencje PPU pozwalają
+użytkownikowi na pominięcie pewnych rodzajów aktualizacji (poprawki
+błędów, drobne wydania), czy konkretnych statusów (devel, alpha,
+itp.), czy polecenie PPU aby nie pytał do czasu kolejnej wersji.
+
+PEAR_PackageUpdate_Gtk2 jest opartym o PHP-GTK 2 frontendem do PPU.
+Został zaprojektowany w celu dołączenia do aplikacji korzystających z
+PHP-GTK 2 funkcji automatycznej aktualizacji.
+
+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}/ppuExample.php
+%{php_pear_dir}/.registry/*.reg
+%{php_pear_dir}/PEAR/PackageUpdate/Gtk2.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/04/24 14:25:10  adamg
+- new
+
================================================================


More information about the pld-cvs-commit mailing list