]> git.pld-linux.org Git - packages/php-pear-Structures_DataGrid_Renderer_CSV.git/commitdiff
- new auto/ac/php-pear-Structures_DataGrid_Renderer_CSV-0_1_0-1
authorAdam Gołębiowski <adamg@pld-linux.org>
Thu, 22 Jun 2006 07:39:03 +0000 (07:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-pear-Structures_DataGrid_Renderer_CSV.spec -> 1.1

php-pear-Structures_DataGrid_Renderer_CSV.spec [new file with mode: 0644]

diff --git a/php-pear-Structures_DataGrid_Renderer_CSV.spec b/php-pear-Structures_DataGrid_Renderer_CSV.spec
new file mode 100644 (file)
index 0000000..75b3784
--- /dev/null
@@ -0,0 +1,52 @@
+%include       /usr/lib/rpm/macros.php
+%define                _class          Structures
+%define                _subclass       DataGrid_Renderer_CSV
+%define                _status         beta
+%define                _pearname       Structures_DataGrid_Renderer_CSV
+
+Summary:       %{_pearname} - renderer driver that generates a CSV string
+Summary(pl):   %{_pearname} - sterownik renderera do generowania ci±gu znaków CSV
+Name:          php-pear-%{_pearname}
+Version:       0.1.0
+Release:       1
+License:       PHP License
+Group:         Development/Languages/PHP
+Source0:       http://pear.php.net/get/%{_pearname}-%{version}.tgz
+# Source0-md5: 0fd3ed9208fe855ccdcdfe56162e53ca
+URL:           http://pear.php.net/package/Structures_DataGrid_Renderer_CSV/
+BuildRequires: php-pear-PEAR
+BuildRequires: rpm-php-pearprov >= 4.4.2-11
+Requires:      php-pear
+Requires:      php-pear-PEAR >= 1:1.4.-0.9
+Requires:      php-pear-Structures_DataGrid >= 0.7.0
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This is a Renderer driver for Structures_DataGrid that generates a CSV
+string.
+
+In PEAR status of this package is: %{_status}.
+
+%description -l pl
+Ten pakiet dostarcza sterownik renderera do generowania ci±gu znaków
+CSV dla Structures_DataGrid.
+
+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}/Structures/DataGrid/Renderer/CSV.php
This page took 0.077508 seconds and 4 git commands to generate.