1 |
# $Id: Ezmlm.spec,v 1.3 2016/04/20 10:15:08 unnilennium Exp $ |
# $Id: Ezmlm.spec,v 1.4 2016/04/20 11:05:24 unnilennium Exp $ |
2 |
# Authority: gordonr |
# Authority: gordonr |
3 |
# Name: Gordon Rowell |
# Name: Gordon Rowell |
4 |
|
|
18 |
name: perl-Ezmlm |
name: perl-Ezmlm |
19 |
summary: Ezmlm - Object Methods for Ezmlm Mailing Lists |
summary: Ezmlm - Object Methods for Ezmlm Mailing Lists |
20 |
version: 0.08 |
version: 0.08 |
21 |
release: 3%{?dist} |
release: 4%{?dist} |
22 |
license: Artistic |
license: Artistic |
23 |
group: Applications/CPAN |
group: Applications/CPAN |
24 |
url: http://www.cpan.org |
url: http://www.cpan.org |
28 |
source: http://search.cpan.org//CPAN/authors/id/S/SU/SUMPFRALL/Ezmlm-0.08.2.tar.gz |
source: http://search.cpan.org//CPAN/authors/id/S/SU/SUMPFRALL/Ezmlm-0.08.2.tar.gz |
29 |
Patch0: perl-Ezmlm-0.08-2-dirsubdir.patch |
Patch0: perl-Ezmlm-0.08-2-dirsubdir.patch |
30 |
Patch1: perl-Ezmlm-0.08-2-v722flags.patch |
Patch1: perl-Ezmlm-0.08-2-v722flags.patch |
31 |
|
Patch2: perl-Ezmlm-0.08-2-moreflagsv722.patch |
32 |
|
|
33 |
%description |
%description |
34 |
use Mail::Ezmlm; |
use Mail::Ezmlm; |
47 |
chmod -R u+w %{_builddir}/%{pkgname}-%{version}.2 |
chmod -R u+w %{_builddir}/%{pkgname}-%{version}.2 |
48 |
%patch0 -p1 |
%patch0 -p1 |
49 |
%patch1 -p1 |
%patch1 -p1 |
50 |
|
%patch2 -p1 |
51 |
|
|
52 |
%build |
%build |
53 |
grep -rsl '^#!.*perl' . | |
grep -rsl '^#!.*perl' . | |
131 |
%defattr(-,root,root) |
%defattr(-,root,root) |
132 |
|
|
133 |
%changelog |
%changelog |
134 |
|
* Thu Apr 21 2016 Jean-Philipe Pialasse <tests@pialasse.com> 0.08-4.sme |
135 |
|
- updated available flags in 7.2.2 [SME: 9470] |
136 |
|
|
137 |
* Wed Apr 20 2016 Jean-Philipe Pialasse <tests@pialasse.com> 0.08.2-3.sme |
* Wed Apr 20 2016 Jean-Philipe Pialasse <tests@pialasse.com> 0.08.2-3.sme |
138 |
- fix bad syntax for calling ezmlm-* fucntion with subdir [SME: 9470] |
- fix bad syntax for calling ezmlm-* fucntion with subdir [SME: 9470] |
139 |
- added ability to get config tag from v7.2.2 ml |
- added ability to get config tag from v7.2.2 ml |