SPECS: php-pear-PEAR_PackageFileManager_Frontend.spec (NEW), php-p...

adamg adamg at pld-linux.org
Sun Aug 6 14:58:06 CEST 2006


Author: adamg                        Date: Sun Aug  6 12:58:06 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   php-pear-PEAR_PackageFileManager_Frontend.spec (NONE -> 1.1)  (NEW), php-pear-PEAR_PackageFileManager_Frontend_Web.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/php-pear-PEAR_PackageFileManager_Frontend.spec
diff -u /dev/null SPECS/php-pear-PEAR_PackageFileManager_Frontend.spec:1.1
--- /dev/null	Sun Aug  6 14:58:06 2006
+++ SPECS/php-pear-PEAR_PackageFileManager_Frontend.spec	Sun Aug  6 14:58:00 2006
@@ -0,0 +1,97 @@
+# $Revision$, $Date$
+%include	/usr/lib/rpm/macros.php
+%define		_class		PEAR
+%define		_subclass	PackageFileManager_Frontend
+%define		_status		alpha
+%define		_pearname	PEAR_PackageFileManager_Frontend
+
+Summary:	%{_pearname} - the singleton-based frontend for user input/output
+Summary(pl):	%{_pearname} - oparty na singletonach frontend do obsługi wejścia/wyjścia
+Name:		php-pear-%{_pearname}
+Version:	0.6.0
+Release:	1
+License:	PHP License 3.01
+Group:		Development/Languages/PHP
+Source0:	http://pear.php.net/get/%{_pearname}-%{version}.tgz
+# Source0-md5:	dcb0c259376e5a484325b89f7ecec66a
+URL:		http://pear.php.net/package/PEAR_PackageFileManager_Frontend/
+BuildRequires:	php-pear-PEAR
+BuildRequires:	rpm-php-pearprov >= 4.4.2-11
+Requires:	php-pear
+Requires:	php-pear-Config >= 1.10.6
+Requires:	php-pear-PEAR_PackageFileManager >= 1.6.0b2
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+# exclude optional dependencies
+%define		_noautoreq	'pear(Log.*)' 'pear(Var/Dump.*)'
+
+%description
+PEAR_PackageFileManager_Frontend is designed to act as a backend with
+all features required by frontend such as Web or Gtk2.
+
+Features:
+- keep and manage all errors/warnings through a PEAR ErrorStack
+- allow to import/export users preferences
+- logs all frontend activities
+- retrieve user package informations on import with common API
+  getDefaults()
+- provides also basic methods to get list of maintainers, files with
+  roles and replacements, list of dependencies (packages, extensions),
+  and specific files roles.
+- provides a common Decorator pattern class for any frontend (Web,
+  Gtk2, ...)
+- works with PHP 4 and PHP 5.
+
+In PEAR status of this package is: %{_status}.
+
+#%description -l pl
+#...
+#
+#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
+
+%post
+if [ -f %{_docdir}/%{name}-%{version}/optional-packages.txt ]; then
+	cat %{_docdir}/%{name}-%{version}/optional-packages.txt
+fi
+
+%files
+%defattr(644,root,root,755)
+%doc install.log optional-packages.txt docs/%{_pearname}/{examples,ChangeLog,NEWS}
+%{php_pear_dir}/.registry/*.reg
+%{php_pear_dir}/PEAR/PackageFileManager/Frontend/Decorator.php
+%{php_pear_dir}/PEAR/PackageFileManager/Frontend.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/08/06 12:58:00  adamg
+- new
+

================================================================
Index: SPECS/php-pear-PEAR_PackageFileManager_Frontend_Web.spec
diff -u /dev/null SPECS/php-pear-PEAR_PackageFileManager_Frontend_Web.spec:1.1
--- /dev/null	Sun Aug  6 14:58:06 2006
+++ SPECS/php-pear-PEAR_PackageFileManager_Frontend_Web.spec	Sun Aug  6 14:58:00 2006
@@ -0,0 +1,91 @@
+# $Revision$, $Date$
+%include	/usr/lib/rpm/macros.php
+%define		_class		PEAR
+%define		_subclass	PackageFileManager_Frontend_Web
+%define		_status		alpha
+%define		_pearname	PEAR_PackageFileManager_Frontend_Web
+
+Summary:	%{_pearname} - A Web GUI frontend for the PEAR_PackageFileManager2 class
+Summary(pl):	%{_pearname} - Graficzny frontend webowy do klasy PEAR_PackageFileManger2
+Name:		php-pear-%{_pearname}
+Version:	0.5.0
+Release:	1
+License:	PHP License 3.01
+Group:		Development/Languages/PHP
+Source0:	http://pear.php.net/get/%{_pearname}-%{version}.tgz
+# Source0-md5:	a150d36981003858ba1f40bda1b38ce2
+URL:		http://pear.php.net/package/PEAR_PackageFileManager_Frontend_Web/
+BuildRequires:	php-pear-PEAR
+BuildRequires:	rpm-php-pearprov >= 4.4.2-11
+Requires:	php-pear
+Requires:	php-pear-HTML_QuickForm >= 3.2.6
+Requires:	php-pear-HTML_QuickForm_Controller >= 1.0.6
+Requires:	php-pear-HTML_Table >= 1.6.0
+Requires:	php-pear-PEAR_PackageFileManager_Frontend >= 0.6.0
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+# exclude optional dependencies
+%define		_noautoreq	'pear(PHP/Compat.*)' 'pear(Text/Highlighter.*)'
+
+%description
+This package is a web frontend for the PEAR_PackageFileManager2 class.
+It makes it easier for developers to create and maintain PEAR
+package.xml files (versions 1.0 and 2.0).
+
+In PEAR status of this package is: %{_status}.
+
+%description -l pl
+Ten pakiet dostarcza frontend webowy do klasy
+PEAR_PackageFileManager2. Ułatwia do developerom tworzenie i
+utrzymywanie plików package.xml (w wersji 1.0 i 2.0).
+
+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
+
+%post
+if [ -f %{_docdir}/%{name}-%{version}/optional-packages.txt ]; then
+	cat %{_docdir}/%{name}-%{version}/optional-packages.txt
+fi
+
+%files
+%defattr(644,root,root,755)
+%doc install.log optional-packages.txt docs/%{_pearname}/{ChangeLog,NEWS,examples}
+%{php_pear_dir}/.registry/*.reg
+%{php_pear_dir}/PEAR/PackageFileManager/Frontend/Web
+%{php_pear_dir}/PEAR/PackageFileManager/Frontend/Web.php
+%{php_pear_dir}/PEAR/PackageFileManager/Frontend/Decorator
+%{php_pear_dir}/data/PEAR_PackageFileManager_Frontend_Web/
+
+%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/08/06 12:58:00  adamg
+- new
+
================================================================


More information about the pld-cvs-commit mailing list