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