]> git.pld-linux.org Git - packages/php-pear-Services_Delicious.git/blob - php-pear-Services_Delicious.spec
d8fbd5be843d352039e61b51dd02d18d5244a466
[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):    %{_pearname} - Klient sieciowej us³ugi del.icio.us
9 Name:           php-pear-%{_pearname}
10 Version:        0.2.0
11 %define _beta beta
12 %define _rel 1
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:  rpm-php-pearprov >= 4.4.2-11
20 Requires:       php-pear
21 Requires:       php-pear-PEAR
22 Requires:       php-pear-HTTP_Client
23 Requires:       php-pear-HTTP_Request
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
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.045981 seconds and 2 git commands to generate.