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