SPECS: php-pear-CodeGen_MySQL_Plugin.spec (NEW), php-pear-CodeGen_...
adamg
adamg at pld-linux.org
Fri Sep 7 19:51:26 CEST 2007
Author: adamg Date: Fri Sep 7 17:51:26 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new
---- Files affected:
SPECS:
php-pear-CodeGen_MySQL_Plugin.spec (NONE -> 1.1) (NEW), php-pear-CodeGen_MySQL.spec (NONE -> 1.1) (NEW), php-pear-CodeGen_MySQL_UDF.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/php-pear-CodeGen_MySQL_Plugin.spec
diff -u /dev/null SPECS/php-pear-CodeGen_MySQL_Plugin.spec:1.1
--- /dev/null Fri Sep 7 19:51:26 2007
+++ SPECS/php-pear-CodeGen_MySQL_Plugin.spec Fri Sep 7 19:51:21 2007
@@ -0,0 +1,72 @@
+# $Revision$, $Date$
+%include /usr/lib/rpm/macros.php
+%define _class CodeGen
+%define _subclass MySQL_Plugin
+%define _status alpha
+%define _pearname CodeGen_MySQL_Plugin
+Summary: %{_pearname} - tool to generate MySQL Plugins from an XML description
+Summary(pl.UTF-8): %{_pearname} - narzędzie do generowania wtyczek do MySQL na podstawie opisu XML
+Name: php-pear-%{_pearname}
+Version: 0.1.1dev
+Release: 0.1
+License: PHP
+Group: Development/Languages/PHP
+Source0: http://pear.php.net/get/%{_pearname}-%{version}.tgz
+# Source0-md5: b541c550c93e0ee7bbe096c1327639ed
+URL: http://pear.php.net/package/CodeGen_MySQL_Plugin/
+BuildRequires: php-pear-PEAR
+BuildRequires: rpm-php-pearprov >= 4.4.2-11
+Requires: php-pear
+Requires: php-pear-CodeGen >= 1.0.3
+Requires: php-pear-PEAR >= 1.4.0b1
+BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+CodeGen_MySQL_Plugin is a code generator for MySQL Plugins extensions
+similar to PECL_Gen for PHP.
+
+It reads in configuration options, function prototypes and code
+fragments from an XML description file and generates a complete
+ready-to-compile plugin project.
+
+In PEAR status of this package is: %{_status}.
+
+%description -l pl.UTF-8
+CodeGen_MYSQL_plugins to generator kodu dla wtyczek MySQL podobny do
+PECL_Gen dla PHP.
+
+Pakiet ten na podstawie opcji konfiguracyjnych, prototypów funkcji i
+fragmentów kodu z pliku opisu XML generuje kompletny, gotowy do
+skompilowania projekt wtyczki.
+
+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},%{_bindir}}
+%pear_package_install
+install {./,$RPM_BUILD_ROOT}%{_bindir}/mysql-plugin-gen
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc install.log
+%attr(755,root,root) %{_bindir}/mysql-plugin-gen
+%{php_pear_dir}/.registry/*.reg
+%{php_pear_dir}/CodeGen/MySQL/Plugin/
+
+%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/07 17:51:21 adamg
+- new
+
================================================================
Index: SPECS/php-pear-CodeGen_MySQL.spec
diff -u /dev/null SPECS/php-pear-CodeGen_MySQL.spec:1.1
--- /dev/null Fri Sep 7 19:51:26 2007
+++ SPECS/php-pear-CodeGen_MySQL.spec Fri Sep 7 19:51:21 2007
@@ -0,0 +1,69 @@
+# $Revision$, $Date$
+%include /usr/lib/rpm/macros.php
+%define _class CodeGen
+%define _subclass MySQL
+%define _status beta
+%define _pearname CodeGen_MySQL
+Summary: %{_pearname} - abstract base package for MySQL code generators
+Summary(pl.UTF-8): %{_pearname} - abstrakcyjny pakiet podstawowy dla generatorów kodu MySQL
+Name: php-pear-%{_pearname}
+Version: 0.9.0
+Release: 1
+License: PHP
+Group: Development/Languages/PHP
+Source0: http://pear.php.net/get/%{_pearname}-%{version}.tgz
+# Source0-md5: c856c5257e5015750af21be0078cb649
+URL: http://pear.php.net/package/CodeGen_MySQL/
+BuildRequires: php-pear-PEAR
+BuildRequires: rpm-php-pearprov >= 4.4.2-11
+Requires: php-pear
+Requires: php-pear-CodeGen >= 1.0.4
+Requires: php-pear-PEAR >= 1.4.0b1
+BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This package contains common functionality used by all MySQL related
+code generator packages. It is not functionally by itself though, it
+just serves as an implementation framework for MySQL related code
+generator packages just like CodeGen does for code generator packages
+in general.
+
+In PEAR status of this package is: %{_status}.
+
+%description -l pl.UTF-8
+Pakiet ten zawiera wspólną funkcjonalność wykorzystywaną przez
+wszystkie powiązane z MySQL pakiety generatorów kodu. Klasa ta sama w
+sobie nie jest przydatna, służy natomiast jako framework dla pakietów
+powiązanych z MySQL tak jak klasa CodeGen służy dla pozostałych klas
+generujących kod.
+
+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
+%{php_pear_dir}/.registry/*.reg
+%{php_pear_dir}/CodeGen/MySQL
+%{php_pear_dir}/data/CodeGen_MySQL
+
+%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/07 17:51:21 adamg
+- new
+
================================================================
Index: SPECS/php-pear-CodeGen_MySQL_UDF.spec
diff -u /dev/null SPECS/php-pear-CodeGen_MySQL_UDF.spec:1.1
--- /dev/null Fri Sep 7 19:51:26 2007
+++ SPECS/php-pear-CodeGen_MySQL_UDF.spec Fri Sep 7 19:51:21 2007
@@ -0,0 +1,80 @@
+# $Revision$, $Date$
+%include /usr/lib/rpm/macros.php
+%define _class CodeGen
+%define _subclass MySQL_UDF
+%define _status beta
+%define _pearname CodeGen_MySQL_UDF
+Summary: %{_pearname} - Tool to generate MySQL UDF extensions from an XML description
+Summary(pl.UTF-8): %{_pearname} - narzędzie do generowania rozszerzeń UDF na podstawie opisu XML
+Name: php-pear-%{_pearname}
+Version: 0.9.8
+Release: 0.1
+License: PHP
+Group: Development/Languages/PHP
+Source0: http://pear.php.net/get/%{_pearname}-%{version}.tgz
+# Source0-md5: a3a2ba01a0d85b2916b29790592e467e
+URL: http://pear.php.net/package/CodeGen_MySQL_UDF/
+BuildRequires: php-pear-PEAR
+BuildRequires: rpm-php-pearprov >= 4.4.2-11
+Requires: php-pear
+Requires: php-pear-CodeGen >= 1.0.4
+Requires: php-pear-CodeGen_MySQL >= 0.9.0
+Requires: php-pear-PEAR >= 1.4.0b1
+BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+CodeGen_MySQL_UDF is a code generator for MySQL User Defined Function
+(UDF) extensions similar to PECL_Gen for PHP.
+
+It reads in configuration options, function prototypes and code
+fragments from an XML description file and generates a complete
+ready-to-compile UDF extension.
+
+Preliminary documentation can be found here:
+http://talks.php.net/show/UDF_Gen
+
+In PEAR status of this package is: %{_status}.
+
+%description -l pl.UTF-8
+CodeGen_MySQL_UDF to generator kodu dla rozszerzeń zdefiniowanych
+przez użytkownika funkcji (User Defined Function - UDF) MySQL zbliżony
+do PECL_Gen dla PHP.
+
+Pakiet ten na podstawie opcji konfiguracyjnych, prototypów funkcji i
+fragmentów kodu z pliku opisu XML generuje kompletne, gotowe do
+skompilowania rozszerzenie UDF.
+
+Dokumentacja do tego pakietu znajduje się pod adresem:
+http://talks.php.net/show/UDF_Gen
+
+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},%{_bindir}}
+%pear_package_install
+install {./,$RPM_BUILD_ROOT}%{_bindir}/udf-gen
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc install.log docs/CodeGen_MySQL_UDF/docs/{examples,manual.html}
+%attr(755,root,root) %{_bindir}/udf-gen
+%{php_pear_dir}/.registry/*.reg
+%{php_pear_dir}/CodeGen/MySQL/UDF
+
+%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/07 17:51:21 adamg
+- new
+
================================================================
More information about the pld-cvs-commit
mailing list