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