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