]> git.pld-linux.org Git - packages/php-pear.git/commitdiff
- 1.3.5: add propel channel
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 29 Oct 2010 09:04:51 +0000 (09:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    channel-propel.xml -> 1.1
    php-pear.spec -> 1.65
    update-channels.sh -> 1.5

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

diff --git a/channel-propel.xml b/channel-propel.xml
new file mode 100644 (file)
index 0000000..6d58e88
--- /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.propelorm.org</name>
+ <summary>smart, easy object persistence</summary>
+ <suggestedalias>propel</suggestedalias>
+ <servers>
+  <primary>
+   <rest>
+    <baseurl type="REST1.0">http://pear.propelorm.org/Chiara_PEAR_Server_REST/</baseurl>
+    <baseurl type="REST1.1">http://pear.propelorm.org/Chiara_PEAR_Server_REST/</baseurl>
+   </rest>
+  </primary>
+ </servers>
+</channel>
\ No newline at end of file
index ee6fbb785089e9d61d46b11a7fe0dcceb4982a0d..1ce986aa5bef307703789e5bddb72ed833ffc655 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.4
+Version:       1.3.5
 Release:       1
 Epoch:         4
 License:       Public Domain
@@ -17,6 +17,7 @@ Source6:      channel-phpseclib.xml
 Source7:       channel-horde.xml
 Source8:       channel-rc.xml
 Source9:       channel-ezc.xml
+Source10:      channel-propel.xml
 BuildRequires: /usr/bin/php
 BuildRequires: php-pear-PEAR >= 1:1.9.0
 BuildRequires: rpmbuild(macros) >= 1.570
@@ -71,6 +72,7 @@ install -d $RPM_BUILD_ROOT%{php_pear_dir}/{.registry,bin,data,tests}
 %{__pear} -c pearrc channel-add %{SOURCE7}
 %{__pear} -c pearrc channel-add %{SOURCE8}
 %{__pear} -c pearrc channel-add %{SOURCE9}
+%{__pear} -c pearrc channel-add %{SOURCE10}
 
 while read dir; do
        install -d $RPM_BUILD_ROOT$dir
@@ -203,3 +205,7 @@ check_channel_dirs
 %{php_pear_dir}/.channels/.alias/ezc.txt
 %{php_pear_dir}/.channels/components.ez.no.reg
 %{php_pear_dir}/.registry/.channel.components.ez.no
+
+%{php_pear_dir}/.channels/.alias/propel.txt
+%{php_pear_dir}/.channels/pear.propelorm.org.reg
+%{php_pear_dir}/.registry/.channel.pear.propelorm.org
index 7275e68f22c5db0a9a2845c2a79f4c4d6d2918b0..dc3e5d7c4725fba0bd86ee301eb228c344c2538f 100644 (file)
@@ -5,6 +5,7 @@ channels="
        pear.phing.info
        pear.phpdb.org
        pear.phpunit.de
+       pear.propelorm.org
        pear.roundcube.net
        pear.symfony-project.com
        phpseclib.sourceforge.net
This page took 0.036085 seconds and 4 git commands to generate.