]> git.pld-linux.org Git - packages/php-pear-Services_oEmbed.git/blame - php-pear-Services_oEmbed.spec
- drop obsolete and outdated manual inclusion of rpm macros
[packages/php-pear-Services_oEmbed.git] / php-pear-Services_oEmbed.spec
CommitLineData
87e18cb0
AG
1%define _status alpha
2%define _pearname Services_oEmbed
3Summary: %{_pearname} - A package for consuming oEmbed
4Summary(pl.UTF-8): %{_pearname} - pakiet do obsługi oEmebed
5Name: php-pear-%{_pearname}
ffdaa0db
ER
6Version: 0.2.1
7Release: 1
87e18cb0
AG
8License: New BSD License
9Group: Development/Languages/PHP
10Source0: http://pear.php.net/get/%{_pearname}-%{version}.tgz
ffdaa0db 11# Source0-md5: fb43d6e6ab151cc33125e2bbb1eeec20
87e18cb0 12URL: http://pear.php.net/package/Services_oEmbed/
da15b348 13BuildRequires: php-pear-PEAR >= 1:1.4.0-0.b1
87e18cb0 14BuildRequires: rpm-php-pearprov >= 4.4.2-11
9c1c9584 15BuildRequires: rpmbuild(macros) >= 1.300
8d15a256
ER
16Requires: php(curl)
17Requires: php(json)
18Requires: php(pcre)
19Requires: php(simplexml)
20Requires: php(xml)
66622dc5 21#Requires: php-libxml
87e18cb0
AG
22Requires: php-pear
23Requires: php-pear-HTTP_Request >= 1.4.3
24Requires: php-pear-Net_URL2 >= 0.2.0
25Requires: php-pear-PEAR >= 1.4.0b1
e5d8a6fa 26Requires: php-pear-Validate >= 0.8.4
25144e37 27Obsoletes: php-pear-Services_oEmbed-tests
87e18cb0
AG
28BuildArch: noarch
29BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
30
31%description
32oEmbed (http://www.oembed.com) is an open specification for
33discovering more information about URI's. oEmbed services return
34structure meta-data about a URI (e.g. type of object, title, author
35information, thumbnail details, etc.).
36
37In PEAR status of this package is: %{_status}.
38
39%description -l pl.UTF-8
40oEmebed (http://www.oembed.com) to otwarta specyfikacja opisująca
41sposób odkrywania informacji o URI. Usługa oEmebed zwraca strukturę
42zawierającą metadane o URI (n.p. typ obiektu, tytuł, informacja o
43autorze, informacja o miniaturkach, itp.).
44
45Ta klasa ma w PEAR status: %{_status}.
46
87e18cb0
AG
47%prep
48%pear_package_setup
49
50%install
51rm -rf $RPM_BUILD_ROOT
52install -d $RPM_BUILD_ROOT%{php_pear_dir}
53%pear_package_install
54
55%clean
56rm -rf $RPM_BUILD_ROOT
57
58%files
59%defattr(644,root,root,755)
60%doc install.log
61%{php_pear_dir}/.registry/*.reg
62%{php_pear_dir}/Services/oEmbed
63%{php_pear_dir}/Services/oEmbed.php
This page took 0.033006 seconds and 5 git commands to generate.