X-Git-Url: http://git.pld-linux.org/?p=packages%2FSmarty-plugin-gettext.git;a=blobdiff_plain;f=Smarty-plugin-gettext.spec;h=801035f1e13b92e1f28115b520bcf634e1370dd3;hp=c56c0629a8ecf113afdc127df386bafb4f04cd92;hb=bb17d5c26d46ba3f81647fab27543aa697f64d83;hpb=1ea570133cc9847cc85aba479eda8e5e775df13c diff --git a/Smarty-plugin-gettext.spec b/Smarty-plugin-gettext.spec index c56c062..801035f 100644 --- a/Smarty-plugin-gettext.spec +++ b/Smarty-plugin-gettext.spec @@ -1,31 +1,32 @@ -%define subver b1 -%define rel 11 %include /usr/lib/rpm/macros.php %define php_min_version 5.2.1 Summary: Gettext support for Smarty Summary(pl.UTF-8): Obsługa gettexta dla systemu Smarty Name: Smarty-plugin-gettext -Version: 1.0 -Release: 0.%{subver}.%{rel} +Version: 1.0.1 +Release: 1 License: LGPL v2+ Group: Development/Languages/PHP -Source0: http://downloads.sourceforge.net/smarty-gettext/smarty-gettext-%{version}%{subver}.tgz -# Source0-md5: 3795d4ce1a391e8eace9bd2adb5b1abb -Source1: http://bazaar.launchpad.net/~eventum-developers/eventum/trunk/download/head%3A/tsmarty2c-20091105141507-sh36mrwjgo63hzxk-1/tsmarty2c -# Source1-md5: 589fd057a8dec5ee9796849885bb93c4 -URL: http://smarty.incutio.com/?page=SmartyGettext +Source0: https://github.com/glensc/smarty-gettext/archive/%{version}/smarty-gettext-%{version}.tar.gz +# Source0-md5: 3b44479b461a066d705807dd4d3ecae7 +URL: https://github.com/glensc/smarty-gettext BuildRequires: rpm-php-pearprov BuildRequires: sed >= 4.0 Requires: Smarty >= 2.6.10-4 Requires: php(core) >= %{php_min_version} Requires: php(gettext) +Requires: sed >= 4.0 Provides: smarty-gettext = %{version}-%{release} Obsoletes: smarty-gettext Obsoletes: smarty-gettext-devel BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) -%define _smartyplugindir %{_datadir}/php/Smarty/plugins +%define _smartyplugindir %{php_data_dir}/Smarty/plugins +%define _smarty3plugindir %{php_data_dir}/Smarty3/plugins + +# tsmarty2c is deliberately packaged to both packages with same name +%define _duplicate_files_terminate_build 0 %description smarty-gettext provides gettext support for Smarty, the popular PHP @@ -35,20 +36,45 @@ 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(core) >= %{php_min_version} +Requires: php(gettext) +Requires: php-Smarty >= 3.1.8-4 + +%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} +%setup -q -n smarty-gettext-%{version} + +%{__sed} -i -e '1s,^#!.*php,#!/usr/bin/php,' tsmarty2c.php %install rm -rf $RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT{%{_smartyplugindir},%{_bindir}} -cp -a block.t.php $RPM_BUILD_ROOT%{_smartyplugindir} -install -p %{SOURCE1} $RPM_BUILD_ROOT%{_bindir}/tsmarty2c +install -d $RPM_BUILD_ROOT{%{_smartyplugindir},%{_smarty3plugindir},%{_bindir}} +cp -p block.t.php $RPM_BUILD_ROOT%{_smartyplugindir} +cp -p block.t.php $RPM_BUILD_ROOT%{_smarty3plugindir} +cp -p tsmarty2c.php $RPM_BUILD_ROOT%{_bindir}/tsmarty2c %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) -%doc ChangeLog README +%doc README.md ChangeLog.md %attr(755,root,root) %{_bindir}/tsmarty2c %{_smartyplugindir}/*.php + +%files -n php-Smarty-plugin-gettext +%defattr(644,root,root,755) +%doc README.md ChangeLog.md +%attr(755,root,root) %{_bindir}/tsmarty2c +%{_smarty3plugindir}/*.php