]> git.pld-linux.org Git - packages/perl-B-Utils.git/blob - perl-B-Utils.spec
- autoupdated to 0.05
[packages/perl-B-Utils.git] / perl-B-Utils.spec
1 #
2 # Conditional build:
3 %bcond_without  tests   # do not perform "make test"
4 #
5 %include        /usr/lib/rpm/macros.perl
6 %define         pdir    B
7 %define         pnam    Utils
8 Summary:        B::Utils - helper functions for op tree manipulation
9 Summary(pl):    B::Utils - funkcje pomocnicze do obróbki drzewa op
10 Name:           perl-B-Utils
11 Version:        0.05
12 Release:        1
13 License:        GPL or Artistic
14 Group:          Development/Languages/Perl
15 Source0:        http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
16 # Source0-md5:  537cd17d2564e9d57c4c4d2bdd7a6f2d
17 BuildRequires:  perl-devel >= 1:5.8.0
18 BuildRequires:  rpm-perlprov >= 4.1-13
19 Conflicts:      perl-Module-Info
20 BuildArch:      noarch
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23 %description
24 These functions make it easier to manipulate the op tree.
25
26 %description -l pl
27 Te funkcje u³atwiaj± obrabianie drzewa op.
28
29 %prep
30 %setup -q -n %{pdir}-%{pnam}-%{version}
31
32 %build
33 %{__perl} Makefile.PL \
34         INSTALLDIRS=vendor
35 %{__make}
36
37 %{?with_tests:%{__make} test}
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41
42 %{__make} install \
43         DESTDIR=$RPM_BUILD_ROOT
44
45 %clean
46 rm -rf $RPM_BUILD_ROOT
47
48 %files
49 %defattr(644,root,root,755)
50 %{perl_vendorlib}/%{pdir}/*.pm
51 %{_mandir}/man3/*
This page took 0.252752 seconds and 3 git commands to generate.