]> git.pld-linux.org Git - SPECS.git/blob - php-pear-Gtk2_EntryDialog.spec
SPECS updated Sun 1 Aug 20:13:02 CEST 2021
[SPECS.git] / php-pear-Gtk2_EntryDialog.spec
1 %define         _status         stable
2 %define         _pearname       Gtk2_EntryDialog
3 Summary:        %{_pearname} - Message box with text entry field
4 Summary(pl.UTF-8):      %{_pearname} - Okno komunikatu z polem na wpisanie tekstu
5 Name:           php-pear-%{_pearname}
6 Version:        1.0.0
7 Release:        3
8 License:        LGPL
9 Group:          Development/Languages/PHP
10 Source0:        http://pear.php.net/get/%{_pearname}-%{version}.tgz
11 # Source0-md5:  5c112aefa8205787a36724c2436d1037
12 URL:            http://pear.php.net/package/Gtk2_EntryDialog/
13 BuildRequires:  php-pear-PEAR
14 BuildRequires:  rpm-php-pearprov >= 4.4.2-11
15 BuildRequires:  rpmbuild(macros) >= 1.300
16 Requires:       php-gtk2
17 Requires:       php-pear
18 BuildArch:      noarch
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 Gtk2 message box with additional text entry field.
23
24 In PEAR status of this package is: %{_status}.
25
26 %description -l pl.UTF-8
27 Pakiet dostarcza klasy do obsługi okna wiadomości Gtk2 z polem na
28 wpisanie tekstu.
29
30 Ta klasa ma w PEAR status: %{_status}.
31
32 %prep
33 %pear_package_setup
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37 install -d $RPM_BUILD_ROOT%{php_pear_dir}
38 %pear_package_install
39
40 %clean
41 rm -rf $RPM_BUILD_ROOT
42
43 %files
44 %defattr(644,root,root,755)
45 %doc install.log docs/%{_pearname}/{examples/normal.php,examples/simple.php,examples/verysimple.php}
46 %{php_pear_dir}/.registry/*.reg
47 %{php_pear_dir}/Gtk2/EntryDialog.php
This page took 0.310519 seconds and 3 git commands to generate.