]> git.pld-linux.org Git - packages/php-pear.git/commitdiff
add pear.indeyets.ru pear repo auto/th/php-pear-1.3.15-1
authorElan Ruusamäe <glen@delfi.ee>
Fri, 11 Jul 2014 08:36:35 +0000 (11:36 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Fri, 11 Jul 2014 08:36:35 +0000 (11:36 +0300)
channel-indeyets.xml [new file with mode: 0644]
php-pear.spec
update-channels.sh

diff --git a/channel-indeyets.xml b/channel-indeyets.xml
new file mode 100644 (file)
index 0000000..6c6cd2a
--- /dev/null
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<channel version="1.0" xmlns="http://pear.php.net/channel-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/channel-1.0 http://pear.php.net/dtd/channel-1.0.xsd">
+    <name>pear.indeyets.ru</name>
+    <summary>Alexey Zakhlestin's PEAR channel</summary>
+    <suggestedalias>indeyets</suggestedalias>
+    <servers>
+        <primary>
+            <rest>
+                <baseurl type="REST1.0">http://pear.indeyets.ru/rest/</baseurl>
+                <baseurl type="REST1.1">http://pear.indeyets.ru/rest/</baseurl>
+                <baseurl type="REST1.2">http://pear.indeyets.ru/rest/</baseurl>
+                <baseurl type="REST1.3">http://pear.indeyets.ru/rest/</baseurl>
+            </rest>
+        </primary>
+    </servers>
+</channel>
\ No newline at end of file
index bc1dfa5d6025e117f9d2e1b47232a23dbae227dc..cc1ff27bc9db01ed2939c9c831254f69574542cf 100644 (file)
@@ -1,8 +1,8 @@
 Summary:       PEAR - PHP Extension and Application Repository
 Summary(pl.UTF-8):     PEAR - rozszerzenie PHP i repozytorium aplikacji
 Name:          php-pear
-Version:       1.3.14
-Release:       2
+Version:       1.3.15
+Release:       1
 Epoch:         4
 License:       Public Domain
 Group:         Development/Languages/PHP
@@ -27,6 +27,7 @@ Source16:     channel-saucelabs.xml
 Source17:      channel-twig.xml
 Source18:      channel-zz.xml
 Source19:      channel-theseer.xml
+Source20:      channel-indeyets.xml
 BuildRequires: /usr/bin/php
 BuildRequires: php-pear-PEAR >= 1:1.9.0
 BuildRequires: rpmbuild(macros) >= 1.570
@@ -270,3 +271,7 @@ check_channel_dirs
 %{php_pear_dir}/.channels/.alias/theseer.txt
 %{php_pear_dir}/.channels/pear.netpirates.net.reg
 %{php_pear_dir}/.registry/.channel.pear.netpirates.net
+
+%{php_pear_dir}/.channels/.alias/indeyets.txt
+%{php_pear_dir}/.channels/pear.indeyets.ru.reg
+%{php_pear_dir}/.registry/.channel.pear.indeyets.ru
index c7927a8377ccb8d9c68f9946876c342de42e2a68..410c078da40d0a2a928995c6cc59d80d220640fe 100755 (executable)
@@ -4,6 +4,7 @@ channels="
        pear.docblox-project.org
        pear.firephp.org
        pear.horde.org
+       pear.indeyets.ru
        pear.michelf.com
        pear.netpirates.net
        pear.pdepend.org
This page took 0.12935 seconds and 4 git commands to generate.