Sophie

Sophie

distrib > Mageia > 7 > x86_64 > by-pkgid > 0d11322880d375c728d30f3d91684ada > files > 2

php-pear-Mail_mimeDecode-1.5.6-2.mga7.src.rpm

%define		_class		Mail
%define		_subclass	mimeDecode
%define		upstream_name	%{_class}_%{_subclass}

Name:		php-pear-%{upstream_name}
Version:	1.5.6
Release:	%mkrel 2
Summary:	Provides a class to decode mime messages
License:	PHP License
Group:		Development/PHP
URL:		http://pear.php.net/package/%{upstream_name}
Source0:	http://download.pear.php.net/package/%{upstream_name}-%{version}.tgz
#Patch0:		Mail_mimeDecode-tests.patch
#Patch1:		Mail_mimeDecode-1.5.5-php7_svn_fixes.diff
Requires(post): php-pear
Requires(preun): php-pear
Requires:	php-pear
BuildRequires:	php-pear
BuildArch:	noarch

%description
Provides a class to deal with the decoding and interpreting of mime messages.
This package used to be part of the Mail_Mime package, but has been split off.

%prep
%setup -q -c
mv package.xml %{upstream_name}-%{version}/%{upstream_name}.xml

#%patch0 -p0
#%patch1 -p0

%install
cd %{upstream_name}-%{version}
pear install --nodeps --packagingroot %{buildroot} %{upstream_name}.xml
rm -rf %{buildroot}%{_datadir}/pear/.??*

rm -rf %{buildroot}%{_datadir}/pear/docs
rm -rf %{buildroot}%{_datadir}/pear/test

install -d %{buildroot}%{_datadir}/pear/packages
install -m 644 %{upstream_name}.xml %{buildroot}%{_datadir}/pear/packages

%files
%{_datadir}/pear/%{_class}
%{_datadir}/pear/packages/%{upstream_name}.xml
%{_datadir}/pear/data/Mail_mimeDecode/xmail.*


%changelog
* Thu Sep 20 2018 umeabot <umeabot> 1.5.6-2.mga7
  (not released yet)
+ Revision: 1287774
- Mageia 7 Mass Rebuild

* Tue Dec 19 2017 mokraemer <mokraemer> 1.5.6-1.mga7
+ Revision: 1183420
- new version

* Fri Dec 18 2015 oden <oden> 1.5.5-7.mga6
+ Revision: 911674
- weird things now... tests/test
- rediff patches
- P0: fix tests (fedora)
- P1: fix php7 compat (from svn)

* Wed Oct 15 2014 umeabot <umeabot> 1.5.5-6.mga5
+ Revision: 746770
- Second Mageia 5 Mass Rebuild

* Tue Sep 16 2014 umeabot <umeabot> 1.5.5-5.mga5
+ Revision: 687338
- Mageia 5 Mass Rebuild

* Fri Oct 18 2013 umeabot <umeabot> 1.5.5-4.mga4
+ Revision: 516972
- Mageia 4 Mass Rebuild

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

* Mon Jan 24 2011 spuhler <spuhler> 1.5.5-2.mga1
+ Revision: 36107
- increased rel to 2

* Thu Jan 20 2011 spuhler <spuhler> 1.5.5-1.mga1
+ Revision: 25521
- removed buildroot definition from .spec
  removed the if mdkversion lines
- imported package php-pear-Mail_mimeDecode


* Sun Dec 19 2010 Guillaume Rousse <guillomovitch@mandriva.org> 1.5.5-1mdv2011.0
+ Revision: 622932
- update to new version 1.5.5

* Tue Sep 14 2010 Guillaume Rousse <guillomovitch@mandriva.org> 1.5.4-1mdv2011.0
+ Revision: 578195
- update to new version 1.5.4

* Thu Sep 09 2010 Guillaume Rousse <guillomovitch@mandriva.org> 1.5.3-1mdv2011.0
+ Revision: 576924
- update to new version 1.5.3

* Tue Dec 15 2009 Guillaume Rousse <guillomovitch@mandriva.org> 1.5.1-1mdv2010.1
+ Revision: 478815
- update to new version 1.5.1

* Wed Nov 25 2009 Guillaume Rousse <guillomovitch@mandriva.org> 1.5.0-2mdv2010.1
+ Revision: 470148
- spec cleanup
- use pear installer
- don't ship tests, even in documentation
- own all directories
- use rpm filetriggers starting from mandriva 2010.1

* Sun Sep 27 2009 Guillaume Rousse <guillomovitch@mandriva.org> 1.5.0-1mdv2010.0
+ Revision: 450224
- import php-pear-Mail_mimeDecode


* Fri Sep 25 2009 Guillaume Rousse <guillomovitch@mandriva.org> 1.5.0-1mdv2010.0
- split out from php-pear package