Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 4c041d395ff62f3ca044dab1a8d0dea3 > files > 2

php-pear-Horde_Secret-1.0.0-3.mga3.src.rpm

%define upstream_name Horde_Secret
%define xmldir  %{_var}/lib/pear
%define peardir %(pear config-get php_dir 2> /dev/null)

Name: 		php-pear-%{upstream_name}
Version:     	1.0.0
Release:     	%mkrel 3
Summary:    	Secret Encryption API
License:    	LGPL
Group:       	Networking/Mail
Url:         	http://pear.horde.org/package/%{upstream_name}
Source0:    	Source0: http://pear.horde.org/get/%{upstream_name}-%{version}.tgz
BuildArch:  	noarch
Requires:    	php-pear
Requires:  	php-pear-Horde_Exception <= 2.0.0 
Requires:  	php-pear-Crypt_Blowfish >= 1.0.1
Conflicts: 	php-pear-Horde_Exception = 2.0.0
BuildRequires:	php-pear
BuildRequires: 	php-pear-channel-horde
Provides:      	php-pear-Horde_Secret = %{version}
Obsoletes:	horde-secret

%description
The Horde_Secret library provides an API for encrypting and decrypting
small pieces of data with the use of a shared key.

%prep
%setup -c -T
pear -v -c pearrc \
        -d php_dir=%{peardir} \
        -d doc_dir=/docs \
        -d bin_dir=%{_bindir} \
        -d data_dir=%{peardir}/data \
        -d test_dir=%{peardir}/tests \
        -d ext_dir=%{_libdir} \
        -s

%build

%install
rm -rf %{buildroot}
pear -c pearrc install --nodeps --packagingroot %{buildroot} %{SOURCE0}
        
# Clean up unnecessary files
rm pearrc
rm %{buildroot}/%{peardir}/.filemap
rm %{buildroot}/%{peardir}/.lock
rm -rf %{buildroot}/%{peardir}/.registry
rm -rf %{buildroot}%{peardir}/.channels
rm %{buildroot}%{peardir}/.depdb
rm %{buildroot}%{peardir}/.depdblock



# Install XML package description
mkdir -p %{buildroot}%{xmldir}
tar -xzf %{SOURCE0} package.xml
cp -p package.xml %{buildroot}%{xmldir}/Horde_Secret.xml

%clean
rm -rf %{buildroot}

%post
pear install --nodeps --soft --force --register-only %{xmldir}/Horde_Secret.xml

%postun
if [ "$1" -eq "0" ]; then
    pear uninstall --nodeps --ignore-errors --register-only pear.horde.org/Horde_Secret
fi

%files
%defattr(-,root,root)
%{peardir}/Horde/Secret.php
%{peardir}/Horde/Secret/Exception.php
%{peardir}/tests/Horde_Secret/Horde/Secret/AllTests.php
%{peardir}/tests/Horde_Secret/Horde/Secret/Autoload.php
%{peardir}/tests/Horde_Secret/Horde/Secret/Stub/Message.php
%{peardir}/tests/Horde_Secret/Horde/Secret/Unit/SecretTest.php
%{peardir}/tests/Horde_Secret/Horde/Secret/phpunit.xml

%{xmldir}/Horde_Secret.xml


%changelog

* Sun Jan 13 2013 umeabot <umeabot> 1.0.0-3.mga3
+ Revision: 376618
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Sun Aug 07 2011 spuhler <spuhler> 1.0.0-2.mga2
+ Revision: 132128
- changed Provides:php-pear-Horde_Secret to php-pear-Horde_Secret = %%{version}
- imported package php-pear-Horde_Secret