%define _beta b1 %define _rel 3 Summary: Gettext support for Smarty Summary(pl.UTF-8): Obsługa gettexta dla systemu Smarty Name: smarty-gettext Version: 1.0 Release: 0.%{_beta}.%{_rel} License: LGPL v2+ Group: Development/Languages/PHP Source0: http://dl.sourceforge.net/smarty-gettext/%{name}-%{version}%{_beta}.tgz # Source0-md5: 3795d4ce1a391e8eace9bd2adb5b1abb URL: http://smarty.incutio.com/?page=SmartyGettext BuildRequires: sed >= 4.0 Requires: Smarty >= 2.6.10-4 Requires: php(gettext) Requires: php-common BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %define _smartyplugindir %{_datadir}/php/Smarty/plugins %description smarty-gettext provides gettext support for Smarty, the popular PHP templating engine . %description -l pl.UTF-8 smarty-gettext dodaje obsługę gettexta do systemu Smarty - popularnego silnika szablonów dla PHP - . %package devel Summary: Development tools for smarty-gettext Summary(pl.UTF-8): Narzędzia programistyczne dla pakietu smarty-gettext Group: Development # does not require base %description devel This package contains tsmarty2c program which can be used to extract gettext compatible strings. %description devel -l pl.UTF-8 Ten pakiet zawiera program tsmarty2c, którego można użyć do wyciągania łańcuchów kompatybilnych z gettextem. %prep %setup -q -n %{name}-%{version}%{_beta} %{__sed} -i -e '1s,#!.*php,#!%{_bindir}/php,' tsmarty2c.php %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT{%{_smartyplugindir},%{_bindir}} install block.t.php $RPM_BUILD_ROOT%{_smartyplugindir} install tsmarty2c.php $RPM_BUILD_ROOT%{_bindir}/tsmarty2c %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %doc ChangeLog README %{_smartyplugindir}/*.php %files devel %defattr(644,root,root,755) %attr(755,root,root) %{_bindir}/tsmarty2c