]> git.pld-linux.org Git - packages/php-pear-Services_Delicious.git/blob - php-pear-Services_Delicious.spec
- tabs in preamble
[packages/php-pear-Services_Delicious.git] / php-pear-Services_Delicious.spec
1 %include        /usr/lib/rpm/macros.php
2 %define         _class          Services
3 %define         _subclass       Delicious
4 %define         _status         beta
5 %define         _pearname       %{_class}_%{_subclass}
6
7 Summary:        %{_pearname} - Client for the del.icio.us web service
8 Summary(pl.UTF-8):      %{_pearname} - Klient sieciowej usługi del.icio.us
9 Name:           php-pear-%{_pearname}
10 Version:        0.5.0
11 Release:        1
12 License:        PHP 2.02
13 Group:          Development/Languages/PHP
14 Source0:        http://pear.php.net/get/%{_pearname}-%{version}.tgz
15 # Source0-md5:  78ee07f4ffd9e49db023d85af9604a72
16 URL:            http://pear.php.net/package/Services_Delicious/
17 BuildRequires:  php-pear-PEAR
18 BuildRequires:  rpm-php-pearprov >= 4.4.2-11
19 BuildRequires:  rpmbuild(macros) >= 1.300
20 Requires:       php-pear
21 Requires:       php-pear-HTTP_Client
22 Requires:       php-pear-HTTP_Request
23 Requires:       php-pear-PEAR-core
24 Requires:       php-pear-XML_Serializer >= 0.12.0
25 BuildArch:      noarch
26 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
27
28 %description
29 Services_Delicious is a client for the REST-based web service of
30 del.icio.us.
31
32 del.icio.us is a social bookmarks manager. It allows you to easily add
33 sites you like to your personal collection of links, to categorize
34 those sites with keywords, and to share your collection not only
35 between your own browsers and machines, but also with others.
36
37 Services_Delicious allows you to select, add and delete your bookmarks
38 from any PHP script.
39
40 In PEAR status of this package is: %{_status}.
41
42 %description -l pl.UTF-8
43 Servies_Delicious jest klientem opartej na REST usłudze sieciowej
44 del.icio.us.
45
46 del.icio.us jest społecznym zarządcą zakładek. Pozwala na łatwe
47 dodawanie stron do osobistej kolekcji odnośników, klasyfikowanie stron
48 według słów kluczowych, oraz dzielenie się kolekcją nie tylko z
49 różnymi przeglądarkami na różnych maszynach, ale także z innymi
50 osobami.
51
52 Services_Delicious pozwala na wybór, dodanie oraz usuwanie zakładek z
53 poziomu skryptu PHP.
54
55 Ta klasa ma w PEAR status: %{_status}.
56
57 %prep
58 %pear_package_setup
59
60 %install
61 rm -rf $RPM_BUILD_ROOT
62 install -d $RPM_BUILD_ROOT%{php_pear_dir}
63 %pear_package_install
64
65 %clean
66 rm -rf $RPM_BUILD_ROOT
67
68 %files
69 %defattr(644,root,root,755)
70 %doc install.log
71 %doc docs/%{_pearname}/*
72 %{php_pear_dir}/.registry/*.reg
73 %{php_pear_dir}/%{_class}/*.php
This page took 0.071726 seconds and 3 git commands to generate.