]> git.pld-linux.org Git - packages/perl-MDV-Packdrakeng.git/blame - perl-MDV-Packdrakeng.spec
- up to 1.13
[packages/perl-MDV-Packdrakeng.git] / perl-MDV-Packdrakeng.spec
CommitLineData
e577a5d2 1#
2# Conditional build:
3%bcond_without autodeps # don't BR packages needed only for resolving deps
4%bcond_without tests # do not perform "make test"
5#
6%include /usr/lib/rpm/macros.perl
7%define pnam Packdrakeng
8%define pdir MDV
9Summary: MDV::Packdrakeng - simple archive extractor/builder
ae67e3e0 10Summary(pl.UTF-8): MDV::Packdrakeng - prosta rozpakowywarka archiwów/builder
e577a5d2 11Name: perl-MDV-Packdrakeng
dc3392b3 12Version: 1.13
e577a5d2 13Release: 1
14License: GPL
15Group: Development/Languages/Perl
dc3392b3
JR
16Source0: http://search.cpan.org/CPAN/authors/id/N/NA/NANARDON/%{pdir}-%{pnam}-%{version}.tar.gz
17# Source0-md5: 8dc16111304c486557ec94e26e8fa86c
18Patch0: %{name}-xz.patch
95f4a1bc 19URL: http://search.cpan.org/dist/MDV-Packdrakeng/
e577a5d2 20BuildRequires: perl-devel >= 1:5.8.0
21%if %{with autodeps}
22BuildRequires: perl-Compress-Zlib
23%endif
24BuildRequires: rpm-devel >= 4.2.3
25BuildRequires: rpm-perlprov >= 4.1-13
26BuildArch: noarch
27BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
28
29%description
30MDV::Packdrakeng is a simple indexed archive builder and extractor
31using standard compression methods.
32
83f66e37
JR
33%description -l pl.UTF-8
34MDV::Packdrakeng jest prostym builderem indeksowanych archiwów oraz
35rozpakowywarką korzystającą ze standardowych metod kompresji.
e577a5d2 36
37%prep
38%setup -q -n %{pdir}-%{pnam}-%{version}
dc3392b3 39%patch0 -p1
e577a5d2 40
41%build
42%{__perl} Makefile.PL \
43 INSTALLDIRS=vendor
44
45%{?with_tests:%{__make} test}
46
47%install
48rm -rf $RPM_BUILD_ROOT
49
50%{__make} pure_install \
51 DESTDIR=$RPM_BUILD_ROOT
52
53%clean
54rm -rf $RPM_BUILD_ROOT
55
56%files
57%defattr(644,root,root,755)
58%doc ChangeLog
59%{perl_vendorlib}/MDV
This page took 0.036781 seconds and 4 git commands to generate.