jplesnik pushed to perl-Archive-Any-Create (master). "Initial import"

notifications at fedoraproject.org notifications at fedoraproject.org
Fri Jul 3 08:10:43 UTC 2015


From 819bf5667d7719bb7322ef240a73a18a9e6d78fe Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova <jplesnik at redhat.com>
Date: Fri, 3 Jul 2015 10:10:31 +0200
Subject: Initial import


diff --git a/.gitignore b/.gitignore
index e69de29..43b7952 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Archive-Any-Create-0.03.tar.gz
diff --git a/perl-Archive-Any-Create.spec b/perl-Archive-Any-Create.spec
new file mode 100644
index 0000000..c72536d
--- /dev/null
+++ b/perl-Archive-Any-Create.spec
@@ -0,0 +1,48 @@
+Name:           perl-Archive-Any-Create
+Version:        0.03
+Release:        1%{?dist}
+Summary:        Abstract API to create archives (tar, tar.gz and zip)
+License:        GPL+ or Artistic
+Group:          Development/Libraries
+URL:            http://search.cpan.org/dist/Archive-Any-Create/
+Source0:        http://www.cpan.org/authors/id/M/MI/MIYAGAWA/Archive-Any-Create-%{version}.tar.gz
+BuildArch:      noarch
+BuildRequires:  make
+BuildRequires:  perl
+BuildRequires:  perl(Archive::Tar)
+BuildRequires:  perl(Archive::Zip)
+BuildRequires:  perl(Exception::Class)
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
+BuildRequires:  perl(strict)
+BuildRequires:  perl(Test::More) >= 0.90
+BuildRequires:  perl(UNIVERSAL::require)
+BuildRequires:  perl(warnings)
+Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+
+%description
+Archive::Any::Create is a wrapper module to create tar/tar.gz/zip files
+with a single easy-to-use API.
+
+%prep
+%setup -q -n Archive-Any-Create-%{version}
+
+%build
+perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
+make %{?_smp_mflags}
+
+%install
+make pure_install DESTDIR=$RPM_BUILD_ROOT
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+make test
+
+%files
+%license LICENSE
+%doc Changes README
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Tue Jun 30 2015 Jitka Plesnikova <jplesnik at redhat.com> - 0.03-1
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index e69de29..753145b 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+c3c72ae4c9bc6e825ba69b9b0ae48b7f  Archive-Any-Create-0.03.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/perl-Archive-Any-Create.git/commit/?h=master&id=819bf5667d7719bb7322ef240a73a18a9e6d78fe


More information about the perl-devel mailing list