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

adamg adamg at pld-linux.org
Mon Jul 17 10:49:10 CEST 2006


Author: adamg                        Date: Mon Jul 17 08:49:10 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

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

---- Diffs:

================================================================
Index: SPECS/php-pear-PEAR_PackageUpdate_Web.spec
diff -u /dev/null SPECS/php-pear-PEAR_PackageUpdate_Web.spec:1.1
--- /dev/null	Mon Jul 17 10:49:10 2006
+++ SPECS/php-pear-PEAR_PackageUpdate_Web.spec	Mon Jul 17 10:49:04 2006
@@ -0,0 +1,72 @@
+# $Revision$, $Date$
+%include	/usr/lib/rpm/macros.php
+%define		_class		PEAR
+%define		_subclass	PackageUpdate_Web
+%define		_status		beta
+%define		_pearname	PEAR_PackageUpdate_Web
+
+Summary:	%{_pearname} - A Web front end for PEAR_PackageUpdate
+Summary(pl):	%{_pearname} - frontend www do PEAR_PackageUpdate
+Name:		php-pear-%{_pearname}
+Version:	0.2.2
+Release:	1
+License:	PHP License 3.01
+Group:		Development/Languages/PHP
+Source0:	http://pear.php.net/get/%{_pearname}-%{version}.tgz
+# Source0-md5:	340742815da2a9e1cc2a29ca453a2b5f
+URL:		http://pear.php.net/package/PEAR_PackageUpdate_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-PEAR_PackageUpdate >= 0.5.1
+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.
+
+PEAR_PackageUpdate_Web is a HTML web front end for PPU.
+
+In PEAR status of this package is: %{_status}.
+
+%description -l pl
+PEAR_PackageUpdate (PPU) został zaprojektowany aby ułatwić developerom
+dołączanie funkcjonalności automatycznej aktualizacji innych pakietów
+oraz aplikacji PEAR.
+
+PEAR_PackageUpdate_Web to frontend www do PPU.
+
+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/ppuWebExample1.php,examples/ppuWebExample2.php}
+%{php_pear_dir}/.registry/*.reg
+%{php_pear_dir}/PEAR/PackageUpdate/Web.php
+%{php_pear_dir}/data/PEAR_PackageUpdate_Web/examples/info.gif
+%{php_pear_dir}/data/PEAR_PackageUpdate_Web/examples/ppu.css
+%{php_pear_dir}/data/PEAR_PackageUpdate_Web/examples/warning.gif
+
+%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/07/17 08:49:04  adamg
+- new
+
================================================================


More information about the pld-cvs-commit mailing list