rpms/perl-Mail-Box-Parser-C/devel perl-Mail-Box-Parser-C.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Tom Callaway (spot) fedora-extras-commits at redhat.com
Tue Apr 17 20:10:15 UTC 2007


Author: spot

Update of /cvs/extras/rpms/perl-Mail-Box-Parser-C/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21253/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Mail-Box-Parser-C.spec 
Log Message:
auto-import perl-Mail-Box-Parser-C-3.006-1 on branch devel from perl-Mail-Box-Parser-C-3.006-1.src.rpm


--- NEW FILE perl-Mail-Box-Parser-C.spec ---
Name:           perl-Mail-Box-Parser-C
Version:        3.006
Release:        1%{?dist}
Summary:        Parsing folders for MailBox with C routines
Group:          Development/Libraries
License:        GPL or Artistic
URL:            http://search.cpan.org/dist/Mail-Box-Parser-C/
Source0:        http://search.cpan.org/CPAN/authors/id/M/MA/MARKOV/Mail-Box-Parser-C-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:  perl(ExtUtils::MakeMaker), perl(Mail::Message)
Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
This module enables faster folder parsing by using compiled C routines.

%prep
%setup -q -n Mail-Box-Parser-C-%{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/*

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

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

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


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Mail-Box-Parser-C/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	17 Apr 2007 16:58:16 -0000	1.1
+++ .cvsignore	17 Apr 2007 20:09:41 -0000	1.2
@@ -0,0 +1 @@
+Mail-Box-Parser-C-3.006.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Mail-Box-Parser-C/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	17 Apr 2007 16:58:16 -0000	1.1
+++ sources	17 Apr 2007 20:09:41 -0000	1.2
@@ -0,0 +1 @@
+3dfb3e2729597ae33114250cbce1b884  Mail-Box-Parser-C-3.006.tar.gz




More information about the scm-commits mailing list