rpms/perl-Archive-Any/FC-5 perl-Archive-Any.spec, NONE, 1.1 sources, 1.1, 1.2

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Wed May 9 21:31:37 UTC 2007


Author: cweyl

Update of /cvs/extras/rpms/perl-Archive-Any/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15003

Modified Files:
	sources 
Added Files:
	perl-Archive-Any.spec 
Log Message:
pseudo-branch of perl-Archive-Any to FC-5


--- NEW FILE perl-Archive-Any.spec ---
Name:           perl-Archive-Any
Version:        0.093
Release:        2%{?dist}
Summary:        Single interface to deal with file archives
License:        GPL or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Archive-Any/
Source0:        http://www.cpan.org/authors/id/C/CM/CMOORE/Archive-Any-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

# core
BuildRequires:  perl(Cwd) 
BuildRequires:  perl(File::Spec::Functions) 
BuildRequires:  perl(Test::More) 
# cpan
BuildRequires:  perl(Archive::Tar) >= 0.22
BuildRequires:  perl(Archive::Zip) >= 1.07
BuildRequires:  perl(File::MMagic) >= 1.27
BuildRequires:  perl(MIME::Types) >= 1.16
BuildRequires:  perl(Module::Build)
BuildRequires:  perl(Module::Find) >= 0.05
# testing
BuildRequires:  perl(Test::Pod), perl(Test::Pod::Coverage)
BuildRequires:  perl(Test::Perl::Critic)
BuildRequires:  perl(Test::Warn)

#Requires:       perl(Archive::Tar) >= 0.22
#Requires:       perl(Archive::Zip) >= 1.07
#Requires:       perl(File::MMagic) >= 1.27
#Requires:       perl(MIME::Types) >= 1.16
#Requires:       perl(Module::Find) >= 0.05

%description
This module is a single interface for manipulating different archive
formats. Tarballs, zip files, etc.

%prep
%setup -q -n Archive-Any-%{version}

%build
%{__perl} Build.PL installdirs=vendor
./Build

%install
rm -rf %{buildroot}

./Build install destdir=%{buildroot} create_packlist=0
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;

%{_fixperms} %{buildroot}/*

%check
./Build test

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc Changes README t/
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Wed May 09 2007 Chris Weyl <cweyl at alumni.drew.edu> 0.093-2
- bump

* Sat May 05 2007 Chris Weyl <cweyl at alumni.drew.edu> 0.093-1
- Specfile autogenerated by cpanspec 1.71.


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Archive-Any/FC-5/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	9 May 2007 20:19:50 -0000	1.1
+++ sources	9 May 2007 21:31:01 -0000	1.2
@@ -0,0 +1 @@
+ba6bf97e81669e7e371e35ffa11f83cb  Archive-Any-0.093.tar.gz




More information about the fedora-extras-commits mailing list