From 2fb1a22323d1e68fc9f3d57483e97c83de20e2eb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Wed, 30 Oct 2013 18:26:59 +0200 Subject: [PATCH] install plugin for smarty3 to separate package --- Smarty-plugin-gettext.spec | 28 ++++++++++++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) diff --git a/Smarty-plugin-gettext.spec b/Smarty-plugin-gettext.spec index c56c062..c3135a6 100644 --- a/Smarty-plugin-gettext.spec +++ b/Smarty-plugin-gettext.spec @@ -1,5 +1,5 @@ %define subver b1 -%define rel 11 +%define rel 12 %include /usr/lib/rpm/macros.php %define php_min_version 5.2.1 Summary: Gettext support for Smarty @@ -26,6 +26,7 @@ BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %define _smartyplugindir %{_datadir}/php/Smarty/plugins +%define _smarty3plugindir %{_datadir}/php/Smarty3/plugins %description smarty-gettext provides gettext support for Smarty, the popular PHP @@ -35,13 +36,30 @@ templating engine . smarty-gettext dodaje obsługę gettexta do systemu Smarty - popularnego silnika szablonów dla PHP - . +%package -n php-Smarty-plugin-gettext +Summary: Gettext support for Smarty +Summary(pl.UTF-8): Obsługa gettexta dla systemu Smarty +Group: Development/Languages/PHP +Requires: php-Smarty >= 3.1.8-4 +Requires: php(core) >= %{php_min_version} +Requires: php(gettext) + +%description -n php-Smarty-plugin-gettext +smarty-gettext provides gettext support for Smarty, the popular PHP +templating engine . + +%description -n php-Smarty-plugin-gettext -l pl.UTF-8 +smarty-gettext dodaje obsługę gettexta do systemu Smarty - popularnego +silnika szablonów dla PHP - . + %prep %setup -q -n smarty-gettext-%{version}%{subver} %install rm -rf $RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT{%{_smartyplugindir},%{_bindir}} +install -d $RPM_BUILD_ROOT{%{_smartyplugindir},%{_smarty3plugindir},%{_bindir}} cp -a block.t.php $RPM_BUILD_ROOT%{_smartyplugindir} +cp -a block.t.php $RPM_BUILD_ROOT%{_smarty3plugindir} install -p %{SOURCE1} $RPM_BUILD_ROOT%{_bindir}/tsmarty2c %clean @@ -52,3 +70,9 @@ rm -rf $RPM_BUILD_ROOT %doc ChangeLog README %attr(755,root,root) %{_bindir}/tsmarty2c %{_smartyplugindir}/*.php + +%files -n php-Smarty-plugin-gettext +%defattr(644,root,root,755) +%doc ChangeLog README +%attr(755,root,root) %{_bindir}/tsmarty2c +%{_smarty3plugindir}/*.php -- 2.44.0