]> git.pld-linux.org Git - packages/Smarty-plugin-gettext.git/blob - Smarty-plugin-gettext.spec
989b05c38d6cd357be6a4f628949f215186c2786
[packages/Smarty-plugin-gettext.git] / Smarty-plugin-gettext.spec
1 %define         _beta b1
2 %define         _rel 3
3 Summary:        Gettext support for Smarty
4 Summary(pl):    Obs³uga gettexta dla systemu Smarty
5 Name:           smarty-gettext
6 Version:        1.0
7 Release:        0.%{_beta}.%{_rel}
8 License:        LGPL v2+
9 Group:          Development/Languages/PHP
10 Source0:        http://dl.sourceforge.net/smarty-gettext/%{name}-%{version}%{_beta}.tgz
11 # Source0-md5:  3795d4ce1a391e8eace9bd2adb5b1abb
12 URL:            http://smarty.incutio.com/?page=SmartyGettext
13 BuildRequires:  sed >= 4.0
14 Requires:       Smarty >= 2.6.10-4
15 Requires:       php(gettext)
16 Requires:       php-common
17 BuildArch:      noarch
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %define         _smartyplugindir        %{_datadir}/php/Smarty/plugins
21
22 %description
23 smarty-gettext provides gettext support for Smarty, the popular PHP
24 templating engine <http://smarty.php.net/>.
25
26 %description -l pl
27 smarty-gettext dodaje obs³ugê gettexta do systemu Smarty - popularnego
28 silnika szablonów dla PHP - <http://smarty.php.net/>.
29
30 %package devel
31 Summary:        Development tools for smarty-gettext
32 Summary(pl):    Narzêdzia programistyczne dla pakietu smarty-gettext
33 Group:          Development
34 # does not require base
35
36 %description devel
37 This package contains tsmarty2c program which can be used to extract
38 gettext compatible strings.
39
40 %description devel -l pl
41 Ten pakiet zawiera program tsmarty2c, którego mo¿na u¿yæ do wyci±gania
42 ³añcuchów kompatybilnych z gettextem.
43
44 %prep
45 %setup -q -n %{name}-%{version}%{_beta}
46 %{__sed} -i -e '1s,#!.*php,#!%{_bindir}/php,' tsmarty2c.php
47
48 %install
49 rm -rf $RPM_BUILD_ROOT
50 install -d $RPM_BUILD_ROOT{%{_smartyplugindir},%{_bindir}}
51
52 install block.t.php $RPM_BUILD_ROOT%{_smartyplugindir}
53 install tsmarty2c.php $RPM_BUILD_ROOT%{_bindir}/tsmarty2c
54
55 %clean
56 rm -rf $RPM_BUILD_ROOT
57
58 %files
59 %defattr(644,root,root,755)
60 %doc ChangeLog README
61 %{_smartyplugindir}/*.php
62
63 %files devel
64 %defattr(644,root,root,755)
65 %attr(755,root,root) %{_bindir}/tsmarty2c
This page took 0.115796 seconds and 2 git commands to generate.