]> git.pld-linux.org Git - packages/php-pear-PEAR.git/commitdiff
This commit was manufactured by cvs2git to create branch 'PHP'. PHP
authorcvs2git <feedback@pld-linux.org>
Mon, 19 Sep 2005 20:59:24 +0000 (20:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Sprout from master 2005-09-19 20:59:24 UTC Elan Ruusamäe <glen@pld-linux.org> '- added from DEVEL'
Delete:
    php-pear-PEAR.spec

php-pear-PEAR.spec [deleted file]

diff --git a/php-pear-PEAR.spec b/php-pear-PEAR.spec
deleted file mode 100644 (file)
index c07e222..0000000
+++ /dev/null
@@ -1,102 +0,0 @@
-%include       /usr/lib/rpm/macros.php
-%define                _class          PEAR
-%define                _status         stable
-%define                _pearname       %{_class}
-%define                _noautoreq      'pear(PEAR/FTP.php)'
-
-Summary:       %{_pearname} - main PHP PEAR class
-Summary(pl):   %{_pearname} - podstawowa klasa dla PHP PEAR
-Name:          php-pear-%{_pearname}
-Version:       1.4.0
-%define                _rel 0.6
-Release:       1.%{_rel}
-Epoch:         1
-License:       PHP 3.0
-Group:         Development/Languages/PHP
-Source0:       http://pear.php.net/get/%{_pearname}-%{version}.tgz
-# Source0-md5: 8a1cf99a637d5420b7749a1c3dfaceb5
-Source1:       %{name}-template.spec
-Patch0:                %{name}-memory.patch
-Patch1:                %{name}-sysconfdir.patch
-Patch2:                %{name}-rpmpkgname.patch
-Patch3:                %{name}-rpmvars.patch
-URL:           http://pear.php.net/package/PEAR
-BuildRequires: rpm-php-pearprov >= 4.4.2-10.2
-Requires:      php-pear >= 4:1.0-5.5
-Requires:      php-cli
-Obsoletes:     php-pear-PEAR-Command
-Obsoletes:     php-pear-PEAR-Frontend-CLI
-Obsoletes:     php-pear-PEAR-OS
-BuildArch:     noarch
-BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
-
-%description
-The PEAR package contains:
-- the PEAR installer, for creating, distributing and installing
-  packages
-- the alpha-quality PEAR_Exception PHP5 error handling mechanism
-- the beta-quality PEAR_ErrorStack advanced error handling mechanism
-- the PEAR_Error error handling mechanism
-- the OS_Guess class for retrieving info about the OS where PHP is
-  running on
-- the System class for quick handling of common operations with files
-  and directories
-- the PEAR base class packages
-
-In PEAR status of this package is: %{_status}.
-
-%description -l pl
-Pakiet PEAR zawiara:
-- PEAR installer do tworzenia, dystrybucji i instalowania pakietów,
-- mechanizm PEAR_Exception (w fazie alpha) do obs³ugi b³êdów PHP5,
-- zaawansowany mechanizm PEAR_ErrorStack (w fazie beta) do obs³ugi
-  b³êdów,
-- mechanizm obs³ugi b³êdów PEAR_Error,
-- klasê OS_Guess do pozyskiwania informacji na temat systemu
-  operacyjnego,
-- klasê System do szybkiej obs³ugi typowych operacji na plikach i
-  katalogach,
-- podstawow± klasy PEAR.
-
-Ta klasa ma w PEAR status: %{_status}.
-
-%prep
-%pear_package_setup
-%patch0 -p2
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-
-find '(' -name '*~' -o -name '*.orig' ')' | xargs -r rm -v
-
-%install
-rm -rf $RPM_BUILD_ROOT
-
-install -d $RPM_BUILD_ROOT{%{_sysconfdir},%{php_pear_dir},%{_bindir}}
-
-D=$(pwd)
-pearcmd() {
-       php -d output_buffering=1 -d include_path=".:${D}%{php_pear_dir}" ${D}%{php_pear_dir}/pearcmd.php -c ${D}/pearrc "$@"
-}
-pearcmd config-set doc_dir %{_docdir} || exit
-pearcmd config-set data_dir %{php_pear_dir}/data || exit
-pearcmd config-set php_dir %{php_pear_dir} || exit
-pearcmd config-set test_dir %{php_pear_dir}/tests || exit
-pearcmd config-set sig_bin %{_bindir}/gpg || exit
-cp $D/pearrc $RPM_BUILD_ROOT%{_sysconfdir}/pear.conf
-
-%pear_package_install
-cp -a ./%{_bindir}/* $RPM_BUILD_ROOT%{_bindir}
-
-install %{SOURCE1} $RPM_BUILD_ROOT%{php_pear_dir}/data/%{_class}/template.spec
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-%files
-%defattr(644,root,root,755)
-%doc install.log
-%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/pear.conf
-%attr(755,root,root) %{_bindir}/*
-%{php_pear_dir}/.registry/*.reg
-%{php_pear_dir}/*
This page took 0.040532 seconds and 4 git commands to generate.