]> git.pld-linux.org Git - packages/perl-Inline-Basic.git/blob - perl-Inline-Basic.spec
e3e33f5154e4339525c5bfde1641fa00263b07fe
[packages/perl-Inline-Basic.git] / perl-Inline-Basic.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    Inline
7 %define         pnam    Basic
8 Summary:        Inline::Basic Perl module
9 Summary(cs.UTF-8):      Modul Inline::Basic pro Perl
10 Summary(da.UTF-8):      Perlmodul Inline::Basic
11 Summary(de.UTF-8):      Inline::Basic Perl Modul
12 Summary(es.UTF-8):      Módulo de Perl Inline::Basic
13 Summary(fr.UTF-8):      Module Perl Inline::Basic
14 Summary(it.UTF-8):      Modulo di Perl Inline::Basic
15 Summary(ja.UTF-8):      Inline::Basic Perl モジュール
16 Summary(ko.UTF-8):      Inline::Basic 펄 모줄
17 Summary(nb.UTF-8):      Perlmodul Inline::Basic
18 Summary(pl.UTF-8):      Moduł Perla Inline::Basic
19 Summary(pt.UTF-8):      Módulo de Perl Inline::Basic
20 Summary(pt_BR.UTF-8):   Módulo Perl Inline::Basic
21 Summary(ru.UTF-8):      Модуль для Perl Inline::Basic
22 Summary(sv.UTF-8):      Inline::Basic Perlmodul
23 Summary(uk.UTF-8):      Модуль для Perl Inline::Basic
24 Summary(zh_CN.UTF-8):   Inline::Basic Perl 模块
25 Name:           perl-Inline-Basic
26 Version:        0.01
27 Release:        4
28 # same as perl
29 License:        GPL v1+ or Artistic
30 Group:          Development/Languages/Perl
31 Source0:        http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
32 # Source0-md5:  68c9f06777d68133b5ebcdea3bba0f44
33 BuildRequires:  perl-devel >= 1:5.8.0
34 BuildRequires:  perl-IO-stringy >= 2.104
35 BuildRequires:  perl-Inline >= 0.43
36 BuildRequires:  perl-Language-Basic >= 1.44
37 BuildRequires:  rpm-perlprov >= 4.1-13
38 BuildArch:      noarch
39 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
40
41 %description
42 Inline::Basic - Write Perl subroutines in Basic.
43
44 %description -l pl.UTF-8
45 Moduł Inline::Basic - pozwalający na pisanie procedur Perla w Basicu.
46
47 %prep
48 %setup -q -n %{pdir}-%{pnam}-%{version}
49
50 %build
51 %{__perl} Makefile.PL \
52         INSTALLDIRS=vendor
53 %{__make}
54
55 %{?with_tests:%{__make} test}
56
57 %install
58 rm -rf $RPM_BUILD_ROOT
59
60 %{__make} install \
61         DESTDIR=$RPM_BUILD_ROOT
62
63 %clean
64 rm -rf $RPM_BUILD_ROOT
65
66 %files
67 %defattr(644,root,root,755)
68 %doc Changes
69 %{perl_vendorlib}/Inline/Basic.pm
70 %{_mandir}/man3/*
This page took 0.068209 seconds and 2 git commands to generate.