]> git.pld-linux.org Git - packages/php-pear.git/commitdiff
v1.3.13: add channel-zz auto/th/php-pear-1.3.13-1
authorElan Ruusamäe <glen@delfi.ee>
Sat, 14 Sep 2013 00:22:28 +0000 (03:22 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Sat, 14 Sep 2013 00:22:51 +0000 (03:22 +0300)
channel-zz.xml [new file with mode: 0644]
php-pear.spec
update-channels.sh

diff --git a/channel-zz.xml b/channel-zz.xml
new file mode 100644 (file)
index 0000000..2b15b2c
--- /dev/null
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="ISO-8859-1" ?>
+<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/dtd/channel-1.0 http://pear.php.net/dtd/channel-1.0.xsd">
+ <name>zustellzentrum.cweiske.de</name>
+ <summary>pear packages and applications by cweiske</summary>
+ <suggestedalias>zz</suggestedalias>
+ <servers>
+  <primary>
+   <rest>
+    <baseurl type="REST1.0">http://zustellzentrum.cweiske.de/Chiara_PEAR_Server_REST/</baseurl>
+   </rest>
+  </primary>
+ </servers>
+</channel>
\ No newline at end of file
index 818e82423b175941362e6b1220d1d0f84ad974db..617185c8f1280d7eafd0176d10f4aa1cfc8eafa2 100644 (file)
@@ -1,7 +1,7 @@
 Summary:       PEAR - PHP Extension and Application Repository
 Summary(pl.UTF-8):     PEAR - rozszerzenie PHP i repozytorium aplikacji
 Name:          php-pear
-Version:       1.3.12
+Version:       1.3.13
 Release:       1
 Epoch:         4
 License:       Public Domain
@@ -25,6 +25,7 @@ Source14:     channel-pdepend.xml
 Source15:      channel-symfony2.xml
 Source16:      channel-saucelabs.xml
 Source17:      channel-twig.xml
+Source18:      channel-zz.xml
 BuildRequires: /usr/bin/php
 BuildRequires: php-pear-PEAR >= 1:1.9.0
 BuildRequires: rpmbuild(macros) >= 1.570
@@ -243,3 +244,7 @@ check_channel_dirs
 %{php_pear_dir}/.channels/.alias/twig.txt
 %{php_pear_dir}/.channels/pear.twig-project.org.reg
 %{php_pear_dir}/.registry/.channel.pear.twig-project.org
+
+%{php_pear_dir}/.channels/.alias/zz.txt
+%{php_pear_dir}/.channels/zustellzentrum.cweiske.de.reg
+%{php_pear_dir}/.registry/.channel.zustellzentrum.cweiske.de
index 522a222b13dca426ba3188763592bc7b88d3839a..5ecc9dcf5eb5a3755578d33eaa57fe05a203bc31 100755 (executable)
@@ -17,6 +17,7 @@ channels="
        pear.twig-project.org
        phpseclib.sourceforge.net
        saucelabs.github.com/pear
+       zustellzentrum.cweiske.de
 "
 for channel in $channels; do
        url=http://$channel/channel.xml
This page took 0.043339 seconds and 4 git commands to generate.