]> git.pld-linux.org Git - packages/php-pear.git/commitdiff
- v1.3.4: add components.ez.no channel
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 1 Oct 2010 13:15:31 +0000 (13:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    channel-ezc.xml -> 1.1
    php-pear.spec -> 1.63
    update-channels.sh -> 1.3

channel-ezc.xml [new file with mode: 0644]
php-pear.spec
update-channels.sh

diff --git a/channel-ezc.xml b/channel-ezc.xml
new file mode 100644 (file)
index 0000000..cffa575
--- /dev/null
@@ -0,0 +1,16 @@
+<?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>components.ez.no</name>
+ <summary>eZ Enterprise components</summary>
+ <suggestedalias>ezc</suggestedalias>
+ <validatepackage version="1.0">PEAR_Validator_PECL</validatepackage>
+ <servers>
+  <primary>
+   <rest>
+    <baseurl type="REST1.0">http://components.ez.no/</baseurl>
+   </rest>
+  </primary>
+ </servers>
+</channel>
index 31131872af609240e70a1fc55d825b31cd6e8e9e..f982ee55cd05c0ba8431bd985bdfd46f3c7fca3a 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.3
+Version:       1.3.4
 Release:       1
 Epoch:         4
 License:       Public Domain
@@ -15,6 +15,7 @@ Source5:      channel-phpunit.xml
 Source6:       channel-phpseclib.xml
 Source7:       channel-horde.xml
 Source8:       channel-rc.xml
+Source9:       channel-ezc.xml
 BuildRequires: /usr/bin/php
 BuildRequires: php-pear-PEAR >= 1:1.9.0
 BuildRequires: rpmbuild(macros) >= 1.570
@@ -68,6 +69,7 @@ install -d $RPM_BUILD_ROOT%{php_pear_dir}/{.registry,bin,data,tests}
 %{__pear} -c pearrc channel-add %{SOURCE6}
 %{__pear} -c pearrc channel-add %{SOURCE7}
 %{__pear} -c pearrc channel-add %{SOURCE8}
+%{__pear} -c pearrc channel-add %{SOURCE9}
 
 while read dir; do
        install -d $RPM_BUILD_ROOT$dir
@@ -196,3 +198,7 @@ check_channel_dirs
 %{php_pear_dir}/.channels/.alias/rc.txt
 %{php_pear_dir}/.channels/pear.roundcube.net.reg
 %{php_pear_dir}/.registry/.channel.pear.roundcube.net
+
+%{php_pear_dir}/.channels/.alias/ezc.txt
+%{php_pear_dir}/.channels/components.ez.no.reg
+%{php_pear_dir}/.registry/.channel.components.ez.no
index 22bcc11ceae5d8ddca4c15faff924d505f6e254f..784aab60909dd3b87d495b9c152b77bae86ad380 100644 (file)
@@ -7,6 +7,7 @@ channels="
        pear.phpunit.de
        pear.symfony-project.com
        pear.roundcube.net
+       components.ez.no
 "
 for channel in $channels; do
        url=http://$channel/channel.xml
This page took 0.177137 seconds and 4 git commands to generate.