]> git.pld-linux.org Git - packages/php-pear-Services_oEmbed.git/commitdiff
- new auto/ac/php-pear-Services_oEmbed-0_1_0-1 auto/th/php-pear-Services_oEmbed-0_1_0-1
authorAdam Gołębiowski <adamg@pld-linux.org>
Sat, 27 Dec 2008 01:27:06 +0000 (01:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-pear-Services_oEmbed.spec -> 1.1

php-pear-Services_oEmbed.spec [new file with mode: 0644]

diff --git a/php-pear-Services_oEmbed.spec b/php-pear-Services_oEmbed.spec
new file mode 100644 (file)
index 0000000..27348d5
--- /dev/null
@@ -0,0 +1,76 @@
+%include       /usr/lib/rpm/macros.php
+%define                _class          Services
+%define                _subclass       oEmbed
+%define                _status         alpha
+%define                _pearname       Services_oEmbed
+Summary:       %{_pearname} - A package for consuming oEmbed
+Summary(pl.UTF-8):     %{_pearname} - pakiet do obsługi oEmebed
+Name:          php-pear-%{_pearname}
+Version:       0.1.0
+Release:       1
+License:       New BSD License
+Group:         Development/Languages/PHP
+Source0:       http://pear.php.net/get/%{_pearname}-%{version}.tgz
+# Source0-md5: 15a282c8c8e9cf285f1882fa3bd136e4
+URL:           http://pear.php.net/package/Services_oEmbed/
+BuildRequires: php-pear-PEAR
+BuildRequires: rpm-php-pearprov >= 4.4.2-11
+Requires:      php-pear
+Requires:      php-pear-HTTP_Request >= 1.4.3
+Requires:      php-pear-Net_URL2 >= 0.2.0
+Requires:      php-pear-PEAR >= 1.4.0b1
+Requires:      php-pear-Validate >= 0.8.1
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+oEmbed (http://www.oembed.com) is an open specification for
+discovering more information about URI's. oEmbed services return
+structure meta-data about a URI (e.g. type of object, title, author
+information, thumbnail details, etc.).
+
+In PEAR status of this package is: %{_status}.
+
+%description -l pl.UTF-8
+oEmebed (http://www.oembed.com) to otwarta specyfikacja opisująca
+sposób odkrywania informacji o URI. Usługa oEmebed zwraca strukturę
+zawierającą metadane o URI (n.p. typ obiektu, tytuł, informacja o
+autorze, informacja o miniaturkach, itp.).
+
+Ta klasa ma w PEAR status: %{_status}.
+
+%package tests
+Summary:       Tests for PEAR::%{_pearname}
+Summary(pl.UTF-8):     Testy dla PEAR::%{_pearname}
+Group:         Development/Languages/PHP
+AutoReq:       no
+Requires:      %{name} = %{version}-%{release}
+AutoProv:      no
+
+%description tests
+Tests for PEAR::%{_pearname}.
+
+%description tests -l pl.UTF-8
+Testy dla PEAR::%{_pearname}.
+
+%prep
+%pear_package_setup
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{php_pear_dir}
+%pear_package_install
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc install.log
+%{php_pear_dir}/.registry/*.reg
+%{php_pear_dir}/Services/oEmbed
+%{php_pear_dir}/Services/oEmbed.php
+
+%files tests
+%defattr(644,root,root,755)
+%{php_pear_dir}/tests/Services_oEmbed
This page took 0.064861 seconds and 4 git commands to generate.