]> git.pld-linux.org Git - packages/perl-Data-Library.git/blame - perl-Data-Library.spec
use generic url
[packages/perl-Data-Library.git] / perl-Data-Library.spec
CommitLineData
142389fb 1#
2# Conditional build:
3%bcond_without tests # do not perform "make test"
d838f764 4
c1172b96 5%define pdir Data
6%define pnam Library
d838f764 7%include /usr/lib/rpm/macros.perl
142389fb 8Summary: Data::Library - virtual class for repository support classes
d8a38474 9Summary(pl.UTF-8): Data::Library - klasa wirtualna dla klas usług magazynowych
142389fb 10Name: perl-Data-Library
9473f2eb 11Version: 0.2
142389fb 12Release: 1
13# same as perl (but for Data::Library is unknown)
14License: GPL v1+ or Artistic
15Group: Development/Languages/Perl
16Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
9473f2eb 17# Source0-md5: 3d849a67a8d0273458043c5378c8bca9
d838f764 18URL: http://search.cpan.org/dist/Data-Library/
142389fb 19BuildRequires: perl-devel >= 1:5.8.0
20BuildRequires: rpm-perlprov >= 4.1-13
bb4b6ab2 21%if %{with tests}
dad42135 22BuildRequires: perl-Class-Virtual
23BuildRequires: perl-Log-Channel
24%endif
142389fb 25BuildArch: noarch
26BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
27
28%description
d838f764 29Data::Library Perl module provides a general repository service.
142389fb 30Specifics are implemented in subclasses.
31
4e7d78db
JR
32%description -l pl.UTF-8
33Moduł Perla Data::Library udostępnia ogólną usługę magazynową.
34Szczegóły są zaimplementowane w podklasach.
142389fb 35
36%prep
37%setup -q -n %{pdir}-%{pnam}-%{version}
38
39%build
40%{__perl} Makefile.PL \
41 INSTALLDIRS=vendor
42%{__make}
43
44%{?with_tests:%{__make} test}
45
46%install
47rm -rf $RPM_BUILD_ROOT
48
49%{__make} install \
50 DESTDIR=$RPM_BUILD_ROOT
51
52%clean
53rm -rf $RPM_BUILD_ROOT
54
55%files
56%defattr(644,root,root,755)
57%doc Changes
b85431a7 58%{perl_vendorlib}/Data/Library.pm
142389fb 59%{perl_vendorlib}/Data/Library
60%{_mandir}/man3/*
This page took 0.07516 seconds and 4 git commands to generate.