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

adamg adamg at pld-linux.org
Wed Jun 21 16:09:51 CEST 2006


Author: adamg                        Date: Wed Jun 21 14:09:51 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

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

---- Diffs:

================================================================
Index: SPECS/php-pear-Text_PathNavigator.spec
diff -u /dev/null SPECS/php-pear-Text_PathNavigator.spec:1.1
--- /dev/null	Wed Jun 21 16:09:51 2006
+++ SPECS/php-pear-Text_PathNavigator.spec	Wed Jun 21 16:09:45 2006
@@ -0,0 +1,62 @@
+# $Revision$, $Date$
+%include	/usr/lib/rpm/macros.php
+%define		_class		Text
+%define		_subclass	PathNavigator
+%define		_status		devel
+%define		_pearname	Text_PathNavigator
+
+Summary:	%{_pearname} - Provides convenient access to path substrings
+Summary(pl):	%{_pearname} - Wygodny dostęp do elementów ścieżki
+Name:		php-pear-%{_pearname}
+Version:	0.1.0dev1
+Release:	1
+License:	MIT License
+Group:		Development/Languages/PHP
+Source0:	http://pear.php.net/get/%{_pearname}-%{version}.tgz
+# Source0-md5:	4c667222c7ca9addfebd9e9aac7cece6
+URL:		http://pear.php.net/package/Text_PathNavigator/
+BuildRequires:	php-pear-PEAR
+BuildRequires:	rpm-php-pearprov >= 4.4.2-11
+Requires:	php-pear
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+The Text_PathNavigator class provides convenient access to
+"/path/sub/strings".
+
+In PEAR status of this package is: %{_status}.
+
+%description -l pl
+Klasa Text_PathNavigator umożliwia dostęp do elementów ścieżki
+("/sciezka/do/elementu").
+
+
+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/path.php
+%{php_pear_dir}/.registry/*.reg
+%{php_pear_dir}/Text/PathNavigator.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/06/21 14:09:45  adamg
+- new
+
================================================================


More information about the pld-cvs-commit mailing list