Author: adamg                        Date: Mon Apr 24 09:06:37 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

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

---- Diffs:

================================================================
Index: SPECS/php-pear-XML_Query2XML.spec
diff -u /dev/null SPECS/php-pear-XML_Query2XML.spec:1.1
--- /dev/null   Mon Apr 24 11:06:37 2006
+++ SPECS/php-pear-XML_Query2XML.spec   Mon Apr 24 11:06:32 2006
@@ -0,0 +1,121 @@
+# $Revision$, $Date$
+%include       /usr/lib/rpm/macros.php
+%define                _class          XML
+%define                _subclass       Query2XML
+%define                _status         beta
+%define                _pearname       XML_Query2XML
+
+Summary:       %{_pearname} - Creates XML data from SQL queries
+Summary(pl):   %{_pearname} - Tworzenie danych XML na podstawie zapytań SQL
+Name:          php-pear-%{_pearname}
+Version:       0.6.0
+Release:       1
+License:       LGPL
+Group:         Development/Languages/PHP
+Source0:       http://pear.php.net/get/%{_pearname}-%{version}.tgz
+# Source0-md5: 92e2ce590f9ba3bc832a6bcffe8d5c52
+URL:           http://pear.php.net/package/XML_Query2XML/
+BuildRequires: php-pear-PEAR
+BuildRequires: rpm-php-pearprov >= 4.4.2-11
+Requires:      php-common >= 3:5.0.0
+Requires:      php-pear
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+XML_Query2XML allows you to transform the records retrieved with one
+or more SQL SELECT queries into XML data. Very simple to highly
+complex transformations are supported. Is was written with performance
+in mind and can handle large amounts of data. No XSLT needed!
+
+Major features:
+- XML_Query2XML works with the classes provided by PHP5's DOM XML
+  extension
+- minimum effort necessary to get the simple jobs done
+- highly configurable for more complex tasks
+- ISO/IEC 9075-14:2005 support: mapping of SQL identifiers to XML
+  names
+- works with any database that is supported by PEAR DB or PEAR MDB2
+- debugging and logging features
+- provides profiling features
+- in-depth documentation: tutorials and API documentation
+- Eight case studies: from very simple to highly complex scenarios
+- 168 unit tests for PHPUnit2
+
+In PEAR status of this package is: %{_status}.
+
+%description -l pl
+XML_Query2XML powzwala na przetworzenie rekordów uzyskanych z jednego
+lub więcej zapytań SQL SELECT w dane XML. Wspierane są różne rodzaje
+transformacji - od prostych do bardzo złożonyc. Pakiet został napisany
+z myślą o wydajności - może obsłużyć duże ilości danych. XSLT nie jest
+potrzebne!
+
+Główne cechy:
+- XML_Query2XML współpracuje z klasami dostarczonymi przez
+  rozszerzenie DOM XML PHP5,
+- do prostych zadań potrzebny jest minimalny nakład sił,
+- wysoce konfigurowalny dla złożonych zadań,
+- wsparcie dla ISO/IEC 9075-14:2005: mapowanie identyfikatorów SQL do
+  nazw XML,
+- współpracuje z bazami danych wspieranymi przez PEAR DB lub PEAR
+  MDB2,
+- możliwość 'odpluskiwania' i logowania,
+- dostarcza możliwość profilowania,
+- rozbudowana dokumentacja: przewodnik oraz opis API,
+- osiem studiów przypadku: od prostych do bardzo złożonych
+  scenariuszy,
+- 168 testów dla PHPUnit2.
+
+Ta klasa ma w PEAR status: %{_status}.
+
+%package tests
+Summary:       Tests for PEAR::%{_pearname}
+Summary(pl):   Testy dla PEAR::%{_pearname}
+Group:         Development
+Requires:      %{name} = %{epoch}:%{version}-%{release}
+AutoReq:       no
+
+%description tests
+Tests for PEAR::%{_pearname}.
+
+%description tests -l pl
+Testy dla PEAR::%{_pearname}.
+
+%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
+
+%post
+if [ -f %{_docdir}/%{name}-%{version}/optional-packages.txt ]; then
+       cat %{_docdir}/%{name}-%{version}/optional-packages.txt
+fi
+
+%files
+%defattr(644,root,root,755)
+%doc install.log optional-packages.txt
+%doc docs/%{_pearname}/*
+%{php_pear_dir}/.registry/*.reg
+%{php_pear_dir}/XML/Query2XML.php
+%{php_pear_dir}/XML/Query2XML/ISO9075Mapper.php
+
+%files tests
+%defattr(644,root,root,755)
+%{php_pear_dir}/tests/XML_Query2XML/tests/*
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2006/04/24 09:06:32  adamg
+- new
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to