[packages/perl-App-FatPacker] new, version 0.009016

glen glen at pld-linux.org
Tue May 21 22:31:17 CEST 2013


commit 4fec6f8cdbe69d6fb863fc98994b55f75a71718f
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Tue May 21 23:30:29 2013 +0300

    new, version 0.009016
    
    created with pldcpan

 perl-App-FatPacker.spec | 53 +++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 53 insertions(+)
---
diff --git a/perl-App-FatPacker.spec b/perl-App-FatPacker.spec
new file mode 100644
index 0000000..5acfad4
--- /dev/null
+++ b/perl-App-FatPacker.spec
@@ -0,0 +1,53 @@
+#
+# Conditional build:
+%bcond_without	tests		# do not perform "make test"
+
+%define		pdir	App
+%define		pnam	FatPacker
+%include	/usr/lib/rpm/macros.perl
+Summary:	App::FatPacker - pack your dependencies onto your script file
+Name:		perl-App-FatPacker
+Version:	0.009016
+Release:	1
+# same as perl
+License:	GPL v1+ or Artistic
+Group:		Development/Languages/Perl
+Source0:	http://www.cpan.org/modules/by-module/App/%{pdir}-%{pnam}-%{version}.tar.gz
+# Source0-md5:	8268d6a548272048e396575f086889c5
+# generic URL, check or change before uncommenting
+URL:		http://search.cpan.org/dist/App-FatPacker/
+BuildRequires:	perl-devel >= 1:5.8.0
+BuildRequires:	rpm-perlprov >= 4.1-13
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+App::FatPacker - pack your dependencies onto your script file
+
+%prep
+%setup -q -n %{pdir}-%{pnam}-%{version}
+
+%build
+%{__perl} Makefile.PL \
+	INSTALLDIRS=vendor
+%{__make}
+
+%{?with_tests:%{__make} test}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} pure_install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc Changes README
+%attr(755,root,root) %{_bindir}/fatpack
+%{_mandir}/man1/fatpack.1p*
+%{_mandir}/man3/App::FatPacker.3pm*
+%{_mandir}/man3/App::FatPacker::Trace.3pm*
+%{perl_vendorlib}/App/FatPacker.pm
+%{perl_vendorlib}/App/FatPacker
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/perl-App-FatPacker.git/commitdiff/4fec6f8cdbe69d6fb863fc98994b55f75a71718f



More information about the pld-cvs-commit mailing list