]> git.pld-linux.org Git - packages/php-pear-File_SMBPasswd.git/blob - php-pear-File_SMBPasswd.spec
- drop obsolete and outdated manual inclusion of rpm macros
[packages/php-pear-File_SMBPasswd.git] / php-pear-File_SMBPasswd.spec
1 %define         _class          File
2 %define         _subclass       SMBPasswd
3 %define         _status         stable
4 %define         _pearname       %{_class}_%{_subclass}
5
6 Summary:        %{_pearname} - class for managing SAMBA style password files
7 Summary(pl.UTF-8):      %{_pearname} - klasa do zarządzania plikami z hasłami SAMBY
8 Name:           php-pear-%{_pearname}
9 Version:        1.0.3
10 Release:        2
11 Epoch:          0
12 License:        BSD
13 Group:          Development/Languages/PHP
14 Source0:        http://pear.php.net/get/%{_pearname}-%{version}.tgz
15 # Source0-md5:  b6a4239e011073e3344df2decee4eef4
16 URL:            http://pear.php.net/package/File_SMBPasswd/
17 BuildRequires:  php-pear-PEAR >= 1:1.4.0-0.b1
18 BuildRequires:  rpm-php-pearprov >= 4.4.2-11
19 BuildRequires:  rpmbuild(macros) >= 1.300
20 Requires:       php-mhash
21 Requires:       php-pear
22 Requires:       php-pear-Crypt_CHAP >= 1.0.0
23 BuildArch:      noarch
24 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25
26 %description
27 With this package, you can maintain smbpasswd-files, usualy used by
28 SAMBA.
29
30 In PEAR status of this package is: %{_status}.
31
32 %description -l pl.UTF-8
33 Przy użyciu tego pakietu można zarządzać plikami smbpasswd, używanymi
34 zwykle przez SAMBĘ.
35
36 Ta klasa ma w PEAR status: %{_status}.
37
38 %prep
39 %pear_package_setup
40
41 %install
42 rm -rf $RPM_BUILD_ROOT
43 install -d $RPM_BUILD_ROOT%{php_pear_dir}
44 %pear_package_install
45
46 %clean
47 rm -rf $RPM_BUILD_ROOT
48
49 %files
50 %defattr(644,root,root,755)
51 %doc install.log
52 %doc docs/%{_pearname}/examples
53 %{php_pear_dir}/.registry/*.reg
54 %{php_pear_dir}/%{_class}/*.php
This page took 0.08303 seconds and 4 git commands to generate.