ttorling pushed to perl-Alien-Packages (epel7). "Initial import (#1242723)"

notifications at fedoraproject.org notifications at fedoraproject.org
Mon Aug 17 14:47:20 UTC 2015


From 7a39a4fb01a5a9467923994875e00b12dd5ec930 Mon Sep 17 00:00:00 2001
From: Tim Orling <TicoTimo at gmail.com>
Date: Mon, 17 Aug 2015 07:13:40 -0700
Subject: Initial import (#1242723)


diff --git a/.gitignore b/.gitignore
index e69de29..e1dff13 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Alien-Packages-0.003.tar.gz
diff --git a/perl-Alien-Packages.spec b/perl-Alien-Packages.spec
new file mode 100644
index 0000000..3f888a9
--- /dev/null
+++ b/perl-Alien-Packages.spec
@@ -0,0 +1,56 @@
+Name:           perl-Alien-Packages
+Version:        0.003
+Release:        2%{?dist}
+Summary:        Find information of installed packages
+License:        GPL+ or Artistic
+Group:          Development/Libraries
+URL:            http://search.cpan.org/dist/Alien-Packages/
+Source0:        http://www.cpan.org/authors/id/R/RE/REHSACK/Alien-Packages-%{version}.tar.gz
+BuildArch:      noarch
+# Build:
+BuildRequires:  perl
+BuildRequires:  perl(Module::Build)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(vars)
+BuildRequires:  perl(warnings)
+# Run-time:
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(IPC::Cmd)
+BuildRequires:  perl(Module::Pluggable) >= 4.5
+# Tests:
+BuildRequires:  perl(Test::More)
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+
+%description
+Find information of packages installed in the OS, e.g. Debian dpkg, AIX lslpp,
+Microsoft MSI, Sun pkginfo, NetBSD portable packages, FreeBSD ports, Red Hat
+RPM.
+
+%prep
+%setup -q -n Alien-Packages-%{version}
+
+%build
+%{__perl} Build.PL installdirs=vendor
+./Build
+
+%install
+./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
+
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+./Build test
+
+%files
+%doc Changes README
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Thu Aug 06 2015 Tim Orling <ticotimo at gmail.com> - 0.003-2
+- Add better description and summary
+- Cleanup spec file per review (#1242723)
+
+* Thu Apr 02 2015 Tim Orling <ticotimo at gmail.com> - 0.003-1
+- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index e69de29..38df5af 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+641f4530c48df9f1acfb5f78c5cc1f74  Alien-Packages-0.003.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/perl-Alien-Packages.git/commit/?h=epel7&id=7a39a4fb01a5a9467923994875e00b12dd5ec930


More information about the perl-devel mailing list