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

adamg adamg at pld-linux.org
Thu Jun 19 23:17:58 CEST 2008


Author: adamg                        Date: Thu Jun 19 21:17:58 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

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

---- Diffs:

================================================================
Index: SPECS/php-pear-XML_GRDDL.spec
diff -u /dev/null SPECS/php-pear-XML_GRDDL.spec:1.1
--- /dev/null	Thu Jun 19 23:17:58 2008
+++ SPECS/php-pear-XML_GRDDL.spec	Thu Jun 19 23:17:53 2008
@@ -0,0 +1,92 @@
+# $Revision$, $Date$
+%include	/usr/lib/rpm/macros.php
+%define		_class		XML
+%define		_subclass	GRDDL
+%define		_status		alpha
+%define		_pearname	XML_GRDDL
+Summary:	%{_pearname} - A PHP library for dealing with GRDDL
+Summary(pl.UTF-8):	%{_pearname} - biblioteka PHP do obsługi GRDDL
+Name:		php-pear-%{_pearname}
+Version:	0.1.0
+Release:	1
+License:	BSD Style
+Group:		Development/Languages/PHP
+Source0:	http://pear.php.net/get/%{_pearname}-%{version}.tgz
+# Source0-md5:	bf21eef1de694f7f945d18fdfbb7ed8c
+Patch0:		%{name}-paths.patch
+URL:		http://pear.php.net/package/XML_GRDDL/
+BuildRequires:	php-pear-PEAR
+BuildRequires:	rpm-php-pearprov >= 4.4.2-11
+Requires:	php-pear
+Requires:	php-pear-HTTP_Request >= 1.4.2
+Requires:	php-pear-Log
+Requires:	php-pear-Net_URL
+Requires:	php-pear-PEAR-core >= 1.4.0
+Requires:	php-pear-Validate
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Features:
+ - Different XSLT engines can be used,
+ - Merging of RDF results, as per spec,
+ - Pretty close to passing GRDDL test suite tests.
+
+In PEAR status of this package is: %{_status}.
+
+%description -l pl.UTF-8
+Cechy:
+ - możliwość wykorzystania różnych silników XSLT,
+ - łączenie wyników RDF,
+ - duża zgodność z zestawem testów GRDDL.
+
+Ta klasa ma w PEAR status: %{_status}.
+
+%package tests
+Summary:	Tests for PEAR::%{_pearname}
+Summary(pl.UTF-8):	Testy dla PEAR::%{_pearname}
+Group:		Development/Languages/PHP
+AutoReq:	no
+Requires:	%{name} = %{version}-%{release}
+AutoProv:	no
+
+%description tests
+Tests for PEAR::%{_pearname}.
+
+%description tests -l pl.UTF-8
+Testy dla PEAR::%{_pearname}.
+
+%prep
+%pear_package_setup
+%patch0 -p1
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{php_pear_dir}
+%pear_package_install
+mv -f $RPM_BUILD_ROOT%{php_pear_dir}/{PEAR,}/XML/GRDDL/Exception.php
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc install.log docs/XML_GRDDL/docs
+%{php_pear_dir}/.registry/*.reg
+%{php_pear_dir}/XML/GRDDL.php
+%{php_pear_dir}/XML/GRDDL
+%{php_pear_dir}/data/XML_GRDDL
+
+%files tests
+%defattr(644,root,root,755)
+%{php_pear_dir}/tests/XML_GRDDL
+
+%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  2008/06/19 21:17:53  adamg
+- new
+
================================================================


More information about the pld-cvs-commit mailing list