]> git.pld-linux.org Git - packages/php-pear.git/commitdiff
- 1.3.2: add horde channel auto/ac/php-pear-1_3_2-1 auto/th/php-pear-1_3_2-1
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 12 Sep 2010 16:10:39 +0000 (16:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    channel-horde.xml -> 1.1
    php-pear.spec -> 1.60

channel-horde.xml [new file with mode: 0644]
php-pear.spec

diff --git a/channel-horde.xml b/channel-horde.xml
new file mode 100644 (file)
index 0000000..035685a
--- /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>pear.horde.org</name>
+ <summary>Horde PEAR Channel</summary>
+ <suggestedalias>horde</suggestedalias>
+ <servers>
+  <primary>
+   <rest>
+    <baseurl type="REST1.0">http://pear.horde.org/Chiara_PEAR_Server_REST/</baseurl>
+    <baseurl type="REST1.1">http://pear.horde.org/Chiara_PEAR_Server_REST/</baseurl>
+   </rest>
+  </primary>
+ </servers>
+</channel>
\ No newline at end of file
index 84d0d65eb5aba5a829e9ac81f87ed74c09c0af6c..36a373d06b987d21b3c6f32af71ef105be57bd98 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.1
+Version:       1.3.2
 Release:       1
 Epoch:         4
 License:       Public Domain
@@ -13,6 +13,7 @@ Source3:      channel-firephp.xml
 Source4:       channel-symfony-project.xml
 Source5:       channel-phpunit.xml
 Source6:       channel-phpseclib.xml
+Source7:       channel-horde.xml
 BuildRequires: /usr/bin/php
 BuildRequires: php-pear-PEAR >= 1:1.9.0
 BuildRequires: rpmbuild(macros) >= 1.570
@@ -64,6 +65,7 @@ install -d $RPM_BUILD_ROOT%{php_pear_dir}/{.registry,bin,data,tests}
 %{__pear} -c pearrc channel-add %{SOURCE4}
 %{__pear} -c pearrc channel-add %{SOURCE5}
 %{__pear} -c pearrc channel-add %{SOURCE6}
+%{__pear} -c pearrc channel-add %{SOURCE7}
 
 while read dir; do
        install -d $RPM_BUILD_ROOT$dir
@@ -184,3 +186,7 @@ check_channel_dirs
 %{php_pear_dir}/.channels/.alias/phpseclib.txt
 %{php_pear_dir}/.channels/phpseclib.sourceforge.net.reg
 %{php_pear_dir}/.registry/.channel.phpseclib.sourceforge.net
+
+%{php_pear_dir}/.channels/.alias/horde.txt
+%{php_pear_dir}/.channels/pear.horde.org.reg
+%{php_pear_dir}/.registry/.channel.pear.horde.org
This page took 0.03059 seconds and 4 git commands to generate.