rpms/php-ezc-AuthenticationDatabaseTiein/F-10 Makefile, NONE, 1.1 import.log, NONE, 1.1 php-ezc-AuthenticationDatabaseTiein.spec, NONE, 1.1 sources, NONE, 1.1

Guillaume Kulakowski llaumgui at fedoraproject.org
Sun Aug 23 09:13:16 UTC 2009


Author: llaumgui

Update of /cvs/pkgs/rpms/php-ezc-AuthenticationDatabaseTiein/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30294/F-10

Added Files:
	Makefile import.log php-ezc-AuthenticationDatabaseTiein.spec 
	sources 
Log Message:
Initial build



***** Error reading new file: [Errno 2] No such file or directory: 'Makefile'

--- NEW FILE import.log ---
php-ezc-AuthenticationDatabaseTiein-1_1-1_fc11:F-10:php-ezc-AuthenticationDatabaseTiein-1.1-1.fc11.src.rpm:1251018761


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

Name:           php-ezc-AuthenticationDatabaseTiein
Version:        1.1
Release:        1%{?dist}
Summary:        Provides a Database filter for the Authentication component

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-bcmath
Requires:       php-ldap
Requires:       php-pear(%{channel}/Authentication) >= 1.1
Requires:       php-pear(%{channel}/Database) >= 1.3
Requires(post): %{__pear}
Requires(postun): %{__pear}

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


%description
The purpose of the Authentication component is to provide support for different
means of identification and authentication of users using different providers
and protocols.

AuthenticationDatabaseTiein provides a Database filter for the Authentication
component by using the Database component, and an implementation of a database
store (backend) for OpenID authentication.


%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/*
%{pear_xmldir}/%{name}.xml
%{pear_phpdir}/data/%{pear_name}
%{pear_phpdir}/ezc/%{pear_name}
%{pear_phpdir}/ezc/autoload/authentication_database_autoload.php
%{pear_phpdir}/ezc/autoload/authentication_openid_autoload.php


%changelog
* Wed Jul 15 2009 Guillaume Kulakowski <guillaume DOT kulakowski AT fedoraproject DOT org> - 1.1-1
- Initial packaging


--- NEW FILE sources ---
cdb0498c0dbb203ddb8cd1c2dace21b2  AuthenticationDatabaseTiein-1.1.tgz




More information about the fedora-extras-commits mailing list