rpms/php-ezc-Base/F-9 import.log, NONE, 1.1 php-ezc-Base.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Guillaume Kulakowski llaumgui at fedoraproject.org
Wed Feb 25 00:04:17 UTC 2009


Author: llaumgui

Update of /cvs/pkgs/rpms/php-ezc-Base/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4559/F-9

Modified Files:
	.cvsignore sources 
Added Files:
	import.log php-ezc-Base.spec 
Log Message:
Initial import branch F9



--- NEW FILE import.log ---
php-ezc-Base-1_6_1-2_fc10:F-9:php-ezc-Base-1.6.1-2.fc10.src.rpm:1235520191


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

Name:           php-ezc-Base
Version:        1.6.1
Release:        2%{?dist}
Summary:        Provides the basic infrastructure that all packages rely on

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

BuildRequires:  php-pear >= 1:1.4.9-1.2
BuildRequires:  php-channel(%{channel})
Requires:       php-common >= 5.2.1
Requires:       php-pear(PEAR)
Requires:       php-channel(%{channel})
Requires(post): %{__pear}
Requires(postun): %{__pear}

Provides:       php-pear(%{channel}/%{pear_name}) = %{version}


%description
The Base package provides the basic infrastructure that all packages rely on.
Therefore every component relies on this package.


%prep
%setup -q -c
[ -f package2.xml ] || mv package.xml package2.xml
mv package2.xml %{pear_name}-%{version}/%{name}.xml
cd %{pear_name}-%{version}


%build
cd %{pear_name}-%{version}
# Empty build section, most likely nothing required.


%install
cd %{pear_name}-%{version}
rm -rf %{buildroot} docdir
%{__pear} install --nodeps --packagingroot %{buildroot} %{name}.xml

# Move documentation
mv %{buildroot}%{pear_docdir}/%{pear_name}/docs ./docdir
rm -rf %{buildroot}%{pear_docdir}

# Clean up unnecessary files
rm -rf %{buildroot}%{pear_phpdir}/.??*

# Install XML package description
mkdir -p %{buildroot}%{pear_xmldir}
install -pm 644 %{name}.xml %{buildroot}%{pear_xmldir}


%clean
rm -rf %{buildroot}


%post
%{__pear} install --nodeps --soft --force --register-only \
    %{pear_xmldir}/%{name}.xml >/dev/null || :


%postun
if [ $1 -eq 0 ] ; then
    %{__pear} uninstall --nodeps --ignore-errors --register-only \
        %{channel}/%{pear_name} >/dev/null || :
fi


%files
%defattr(-,root,root,-)
%doc %{pear_name}-%{version}/docdir/*
%dir %{pear_phpdir}/ezc
%dir %{pear_phpdir}/ezc/autoload
%{pear_xmldir}/%{name}.xml
%{pear_phpdir}/data/%{pear_name}
%{pear_phpdir}/ezc/%{pear_name}
%{pear_phpdir}/ezc/autoload/base_autoload.php


%changelog
* Sun Feb 22 2009 Guillaume Kulakowski <guillaume DOT kulakowski AT fedoraproject DOT org> - 1.6.1-2
- Add owner to %%{pear_phpdir}/ezc and %%{pear_phpdir}/ezc/autoload

* Mon Feb 09 2009 Guillaume Kulakowski <guillaume DOT kulakowski AT fedoraproject DOT org> - 1.6.1-1
- Update to 1.6.1

* Thu Feb 03 2009 Guillaume Kulakowski <guillaume DOT kulakowski AT fedoraproject DOT org> - 1.6-1
- Initial packaging


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/php-ezc-Base/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	24 Feb 2009 20:44:44 -0000	1.1
+++ .cvsignore	25 Feb 2009 00:03:46 -0000	1.2
@@ -0,0 +1 @@
+Base-1.6.1.tgz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/php-ezc-Base/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	24 Feb 2009 20:44:44 -0000	1.1
+++ sources	25 Feb 2009 00:03:46 -0000	1.2
@@ -0,0 +1 @@
+27d5d39a21668eb3fbae60cc4aa8f0c2  Base-1.6.1.tgz




More information about the fedora-extras-commits mailing list