]> git.pld-linux.org Git - packages/perl-Template-Plugin-Stash.git/blame - perl-Template-Plugin-Stash.spec
use generic url
[packages/perl-Template-Plugin-Stash.git] / perl-Template-Plugin-Stash.spec
CommitLineData
50cf849a 1#
2# Conditional build:
3%bcond_without tests # do not perform "make test"
e07224be 4
2177439b 5%define pdir Template
6%define pnam Plugin-Stash
e07224be
ER
7%include /usr/lib/rpm/macros.perl
8Summary: Template::Plugin::Stash - expose the stash, ideal for Dumpering
bd4e0904 9Summary(pl.UTF-8): Template::Plugin::Stash - wystawianie schowka, idealne do zrzucania
50cf849a 10Name: perl-Template-Plugin-Stash
e175c5d5 11Version: 1.006
50cf849a 12Release: 1
ec5c5e56 13# same as perl
14License: GPL v1+ or Artistic
50cf849a 15Group: Development/Languages/Perl
16Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
e175c5d5 17# Source0-md5: 8c640985f5b36a30a5af4cd5ab455b97
e07224be 18URL: http://search.cpan.org/dist/Template-Plugin-Stash/
50cf849a 19BuildRequires: perl-devel >= 1:5.8.0
20BuildRequires: rpm-perlprov >= 4.1-13
21BuildArch: noarch
22BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24%description
25Template::Plugin::Stash - expose the stash, ideal for Dumpering...
26
94ea8170 27%description -l pl.UTF-8
3edef1d3
JB
28Template::Plugin::Stash - wystawianie schowka, idealne do zrzucania.
29
50cf849a 30%prep
31%setup -q -n %{pdir}-%{pnam}-%{version}
32
33%build
34%{__perl} Makefile.PL \
35 INSTALLDIRS=vendor
36%{__make}
37
38%{?with_tests:%{__make} test}
39
40%install
41rm -rf $RPM_BUILD_ROOT
42
43%{__make} install \
44 DESTDIR=$RPM_BUILD_ROOT
45
46%clean
47rm -rf $RPM_BUILD_ROOT
48
49%files
50%defattr(644,root,root,755)
51%doc Changes README
52%{perl_vendorlib}/Template/Plugin/Stash.pm
53%{_mandir}/man3/*
This page took 0.128214 seconds and 4 git commands to generate.