summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Gołębiowski2006-06-22 07:39:03 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit527ce19c655674992401070587859a744387c782 (patch)
treedb5aecd8d48ea18608be0b0d93dc600c82b0affc
downloadphp-pear-Structures_DataGrid_Renderer_Smarty-527ce19c655674992401070587859a744387c782.zip
php-pear-Structures_DataGrid_Renderer_Smarty-527ce19c655674992401070587859a744387c782.tar.gz
Changed files: php-pear-Structures_DataGrid_Renderer_Smarty.spec -> 1.1
-rw-r--r--php-pear-Structures_DataGrid_Renderer_Smarty.spec54
1 files changed, 54 insertions, 0 deletions
diff --git a/php-pear-Structures_DataGrid_Renderer_Smarty.spec b/php-pear-Structures_DataGrid_Renderer_Smarty.spec
new file mode 100644
index 0000000..57614f7
--- /dev/null
+++ b/php-pear-Structures_DataGrid_Renderer_Smarty.spec
@@ -0,0 +1,54 @@
+%include /usr/lib/rpm/macros.php
+%define _class Structures
+%define _subclass DataGrid_Renderer_Smarty
+%define _status beta
+%define _pearname Structures_DataGrid_Renderer_Smarty
+
+Summary: %{_pearname} - renderer driver using Smarty
+Summary(pl): %{_pearname} - sterowink renderera korzystaj±cy ze Smarty
+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: cdf7fa9a50e196401329cf7110af1988
+URL: http://pear.php.net/package/Structures_DataGrid_Renderer_Smarty/
+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
+Requires: php-pear-Structures_DataGrid_Renderer_Pager >= 0.1.0
+BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This is a Renderer driver for Structures_DataGrid using Smarty. It
+adds a couple of variables to a Smarty instance.
+
+In PEAR status of this package is: %{_status}.
+
+%description -l pl
+Ten pakiet dostarcza sterownik renderera do Structures_DataGrid.
+korzystaj±cy ze Smarty. Dodaje on kilka zmiennych do instancji
+Smarty'ego.
+
+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/Smarty.php