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

adamg adamg at pld-linux.org
Sun Sep 2 20:10:39 CEST 2007


Author: adamg                        Date: Sun Sep  2 18:10:39 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

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

---- Diffs:

================================================================
Index: SPECS/php-pear-Net_URL2.spec
diff -u /dev/null SPECS/php-pear-Net_URL2.spec:1.1
--- /dev/null	Sun Sep  2 20:10:39 2007
+++ SPECS/php-pear-Net_URL2.spec	Sun Sep  2 20:10:34 2007
@@ -0,0 +1,59 @@
+# $Revision$, $Date$
+%include	/usr/lib/rpm/macros.php
+%define		_class		Net
+%define		_subclass	URL2
+%define		_status		beta
+%define		_pearname	Net_URL2
+
+Summary:	%{_pearname} - easy parsing of URLs
+Summary(pl.UTF-8):	%{_pearname} - proste parsowanie adresów
+Name:		php-pear-%{_pearname}
+Version:	0.1.0
+Release:	1
+License:	BSD
+Group:		Development/Languages/PHP
+Source0:	http://pear.php.net/get/%{_pearname}-%{version}.tgz
+# Source0-md5:	2d94bd5dbd7170dc82613b3c815a2609
+URL:		http://pear.php.net/package/Net_URL2/
+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
+Provides easy parsing of URLs and their constituent parts.
+
+In PEAR status of this package is: %{_status}.
+
+%description -l pl
+Pozwala na proste parsowanie adresów URL oraz ich części.
+
+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/Net_URL2/{docs/example.php,docs/6470.php}
+%{php_pear_dir}/.registry/*.reg
+%{php_pear_dir}/Net/URL2.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  2007/09/02 18:10:34  adamg
+- new
+
================================================================


More information about the pld-cvs-commit mailing list