Author: adamg                        Date: Tue Sep 18 20:19:15 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

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

---- Diffs:

================================================================
Index: SPECS/php-pear-VersionControl_SVN.spec
diff -u /dev/null SPECS/php-pear-VersionControl_SVN.spec:1.1
--- /dev/null   Tue Sep 18 22:19:15 2007
+++ SPECS/php-pear-VersionControl_SVN.spec      Tue Sep 18 22:19:09 2007
@@ -0,0 +1,128 @@
+# $Revision$, $Date$
+%include       /usr/lib/rpm/macros.php
+%define                _class          VersionControl
+%define                _subclass       SVN
+%define                _status         alpha
+%define                _pearname       VersionControl_SVN
+Summary:       %{_pearname} - OO wrapper interface for the Subversion 
command-line client
+Summary(pl.UTF-8):     %{_pearname} - obiektowy interfejs do klienta Subversion
+Name:          php-pear-%{_pearname}
+Version:       0.3.1
+Release:       1
+License:       BSD License
+Group:         Development/Languages/PHP
+Source0:       http://pear.php.net/get/%{_pearname}-%{version}.tgz
+# Source0-md5: ff796598c87b1bcaa404d950c84f8d09
+URL:           http://pear.php.net/package/VersionControl_SVN/
+BuildRequires: php-pear-PEAR
+BuildRequires: rpm-php-pearprov >= 4.4.2-11
+Requires:      php-pear
+Requires:      php-pear-PEAR >= 1.4.0b1
+Requires:      php-pear-XML_Parser >= 1.0.1
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+What is VersionControl_SVN?
+
+VersionControl_SVN is a simple OO-style interface for Subversion, the
+free/open-source version control system.
+
+VersionControl_SVN can be used to manage trees of source code, text
+files, image files -- just about any collection of files.
+
+Some of VersionControl_SVN's features:
+
+ - Full support of svn command-line client's subcommands.
+ - Use of flexible error reporting provided by PEAR_ErrorStack.
+ - Multi-object factory.
+ - Source fully documented with PHPDoc.
+ - Stable, extensible interface.
+ - Collection of helpful quickstart examples and tutorials.
+
+What can be done with VersionControl_SVN?
+
+ - Make your source code available to your remote dev team or project
+   manager.
+ - Build your own WYSIWYG web interface to a Subversion repository.
+ - Add true version control to a content management system!
+
+VersionControl_SVN is tested against Subversion 1.0.4
+
+In PEAR status of this package is: %{_status}.
+
+%description -l pl.UTF-8
+Czym jest VersionControl_SVN?
+
+VersionControl_SVN to prosty, obiektowy interfejs do Subversion,
+darmowego systemu kontroli wersji o otwartych źródłach.
+
+VersionControl_SVN może być uzyty do zarządzania drzewami kodów
+źródłowych, plików tekstowych, grafik -- w zasadzie dowolnego zestawu
+plików.
+
+Niektóre z cech VersionControl_SVN:
+
+ - pełne wsparcie do podpoleceń klienta svn,
+ - możliwość korzystania z elastycznego systemu raportowania błędów
+   dzięki wykorzystaniu PEAR_ErrorStack
+ - źródła w pełni udokumentowane przy użyciu PHPDoc,
+ - stabilny, rozszerzalny interfejs
+ - zestaw przydatnych przykładów i tutoriali,
+
+Co można zrobić za pomocą VersionConrol_SVN:
+
+ - udostępnić kod źródłowy innym developerom lub kierownikowi projektu,
+ - stworzenie własnego interfejsu www do repozytorium Subversion,
+ - dodanie prawdziwej kontroli wersji do systemu zarządzania treścią!
+
+VersionControl_SVN został przetestowany z Subversion w wersji 1.0.4.
+
+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
+
+%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
+%doc docs/VersionControl_SVN/docs/{examples,tutorials}
+%{php_pear_dir}/.registry/*.reg
+%{php_pear_dir}/VersionControl/SVN
+%{php_pear_dir}/VersionControl/SVN.php
+
+%files tests
+%defattr(644,root,root,755)
+%{php_pear_dir}/tests/VersionControl_SVN/
+
+%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  2007/09/18 20:19:09  adamg
+- new
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to