rpms/perl-Mail-Transport-Dbx/FC-6 perl-Mail-Transport-Dbx.spec, NONE, 1.1 sources, 1.1, 1.2

Tom Callaway (spot) fedora-extras-commits at redhat.com
Mon Apr 9 15:17:56 UTC 2007


Author: spot

Update of /cvs/extras/rpms/perl-Mail-Transport-Dbx/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27276/FC-6

Modified Files:
	sources 
Added Files:
	perl-Mail-Transport-Dbx.spec 
Log Message:

Initial branching



--- NEW FILE perl-Mail-Transport-Dbx.spec ---
Name:           perl-Mail-Transport-Dbx
Version:        0.07
Release:        2%{?dist}
Summary:        Parse Outlook Express mailboxes
Group:          Development/Libraries
License:        GPL or Artistic
URL:            http://search.cpan.org/dist/Mail-Transport-Dbx/
Source0:        http://search.cpan.org/CPAN/authors/id/V/VP/VPARSEVAL/Mail-Transport-Dbx-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:  perl(ExtUtils::MakeMaker), perl(Test::Pod), perl(Test::Pod::Coverage)
Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
Mail::Transport::Dbx is a wrapper around libdbx to read Outlook Express
mailboxes (more commonly known as .dbx files). 

%prep
%setup -q -n Mail-Transport-Dbx-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
find $RPM_BUILD_ROOT -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
chmod -R u+w $RPM_BUILD_ROOT/*
recode()
{
        iconv -f "$2" -t utf-8 < "$1" > "${1}_"
        mv -f "${1}_" "$1"
}
recode $RPM_BUILD_ROOT%{_mandir}/man3/Mail::Transport::Dbx.3pm iso-8859-1

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc README
%{perl_vendorarch}/auto/Mail/
%{perl_vendorarch}/Mail/
%{_mandir}/man3/*.3*

%changelog
* Mon Apr  9 2007 Tom "spot" Callaway <tcallawa at redhat.com> - 0.07-2
- add missing BR for Test::Pod and Test::Pod::Coverage

* Mon Apr  2 2007 Tom "spot" Callaway <tcallawa at redhat.com> - 0.07-1
- Initial package for Fedora


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Mail-Transport-Dbx/FC-6/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	9 Apr 2007 14:29:16 -0000	1.1
+++ sources	9 Apr 2007 15:17:22 -0000	1.2
@@ -0,0 +1 @@
+4dcf5346a67c0a7f861cb2bb51a7d14e  Mail-Transport-Dbx-0.07.tar.gz




More information about the scm-commits mailing list