]> git.pld-linux.org Git - packages/Smarty-plugin-gettext.git/blob - Smarty-plugin-gettext.spec
- use php(core) as dependency to require php version
[packages/Smarty-plugin-gettext.git] / Smarty-plugin-gettext.spec
1 %define         subver  b1
2 %define         rel             11
3 %include        /usr/lib/rpm/macros.php
4 %define         php_min_version 5.2.1
5 Summary:        Gettext support for Smarty
6 Summary(pl.UTF-8):      Obsługa gettexta dla systemu Smarty
7 Name:           Smarty-plugin-gettext
8 Version:        1.0
9 Release:        0.%{subver}.%{rel}
10 License:        LGPL v2+
11 Group:          Development/Languages/PHP
12 Source0:        http://downloads.sourceforge.net/smarty-gettext/smarty-gettext-%{version}%{subver}.tgz
13 # Source0-md5:  3795d4ce1a391e8eace9bd2adb5b1abb
14 Source1:        http://bazaar.launchpad.net/~eventum-developers/eventum/trunk/download/head%3A/tsmarty2c-20091105141507-sh36mrwjgo63hzxk-1/tsmarty2c
15 # Source1-md5:  589fd057a8dec5ee9796849885bb93c4
16 URL:            http://smarty.incutio.com/?page=SmartyGettext
17 BuildRequires:  rpm-php-pearprov
18 BuildRequires:  sed >= 4.0
19 Requires:       Smarty >= 2.6.10-4
20 Requires:       php(core) >= %{php_min_version}
21 Requires:       php(gettext)
22 Provides:       smarty-gettext = %{version}-%{release}
23 Obsoletes:      smarty-gettext
24 Obsoletes:      smarty-gettext-devel
25 BuildArch:      noarch
26 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
27
28 %define         _smartyplugindir        %{_datadir}/php/Smarty/plugins
29
30 %description
31 smarty-gettext provides gettext support for Smarty, the popular PHP
32 templating engine <http://smarty.php.net/>.
33
34 %description -l pl.UTF-8
35 smarty-gettext dodaje obsługę gettexta do systemu Smarty - popularnego
36 silnika szablonów dla PHP - <http://smarty.php.net/>.
37
38 %prep
39 %setup -q -n smarty-gettext-%{version}%{subver}
40
41 %install
42 rm -rf $RPM_BUILD_ROOT
43 install -d $RPM_BUILD_ROOT{%{_smartyplugindir},%{_bindir}}
44 cp -a block.t.php $RPM_BUILD_ROOT%{_smartyplugindir}
45 install -p %{SOURCE1} $RPM_BUILD_ROOT%{_bindir}/tsmarty2c
46
47 %clean
48 rm -rf $RPM_BUILD_ROOT
49
50 %files
51 %defattr(644,root,root,755)
52 %doc ChangeLog README
53 %attr(755,root,root) %{_bindir}/tsmarty2c
54 %{_smartyplugindir}/*.php
This page took 0.02931 seconds and 4 git commands to generate.