rpms/php-channel-ezc/devel channel.xml, NONE, 1.1 import.log, NONE, 1.1 php-channel-ezc.spec, NONE, 1.1

Guillaume Kulakowski llaumgui at fedoraproject.org
Sun Feb 22 20:04:05 UTC 2009


Author: llaumgui

Update of /cvs/pkgs/rpms/php-channel-ezc/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23902/devel

Added Files:
	channel.xml import.log php-channel-ezc.spec 
Log Message:
Initial import branch F11 



--- NEW FILE channel.xml ---
<?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>


--- NEW FILE import.log ---
php-channel-ezc-1-1_fc10:HEAD:php-channel-ezc-1-1.fc10.src.rpm:1235332857


--- NEW FILE php-channel-ezc.spec ---
%{!?__pear: %{expand: %%global __pear %{_bindir}/pear}}
%define channel components.ez.no

Name:           php-channel-ezc
Version:        1
Release:        1%{?dist}
Summary:        Adds eZ Components channel to PEAR

Group:          Development/Libraries
License:        BSD
URL:            http://ezcomponents.org/
Source0:        http://components.ez.no/channel.xml
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch

BuildRequires:  php-pear(PEAR)
Requires:       php-pear(PEAR)
Requires(post): %{__pear}
Requires(postun): %{__pear}

Provides:       php-channel(ezc)
Provides:       php-channel(%{channel})


%description
This package adds the eZ Components channel which allows PEAR packages
from this channel to be installed.


%prep
%setup -qcT


%build
# Empty build section, nothing to build


%install
rm -rf %{buildroot}
install -d %{buildroot}%{pear_xmldir}
install -p -m 644 %{SOURCE0} %{buildroot}%{pear_xmldir}/%{name}.xml


%clean
rm -rf %{buildroot}


%post
if [ $1 -eq  1 ] ; then
    %{__pear} channel-add %{pear_xmldir}/%{name}.xml > /dev/null || :
else
    %{__pear} channel-update %{pear_xmldir}/%{name}.xml > /dev/null ||:
fi


%postun
if [ $1 -eq 0 ] ; then
    %{__pear} channel-delete %{channel} > /dev/null || :
fi


%files
%defattr(-,root,root,-)
%{pear_xmldir}/%{name}.xml


%changelog
* Sun Jan 25 2009 Guillaume Kulakowski <guillaume DOT kulakowski AT fedoraproject DOT org> - 1-1
- Initial packaging




More information about the scm-commits mailing list