]> git.pld-linux.org Git - packages/perl-Data-Section-Simple.git/blame - perl-Data-Section-Simple.spec
- up to 0.05
[packages/perl-Data-Section-Simple.git] / perl-Data-Section-Simple.spec
CommitLineData
87626dbe
JB
1#
2# Conditional build:
3%bcond_without tests # do not perform "make test"
4#
5%define pdir Data
6%define pnam Section-Simple
7%include /usr/lib/rpm/macros.perl
8Summary: Data::Section::Simple - Read data from __DATA__ section of file
9Summary(pl.UTF-8): Data::Section::Simple - odczyt danych z sekcji __DATA__ pliku
10Name: perl-Data-Section-Simple
831f7f37 11Version: 0.05
87626dbe
JB
12Release: 1
13# same as perl
14License: GPL v1+ or Artistic
15Group: Development/Languages/Perl
16Source0: http://www.cpan.org/modules/by-module/Data/%{pdir}-%{pnam}-%{version}.tar.gz
831f7f37 17# Source0-md5: 082979ccfb4017bc952902d129887ce9
87626dbe
JB
18URL: http://search.cpan.org/dist/Data-Section-Simple/
19BuildRequires: perl-devel >= 1:5.8.0
20BuildRequires: rpm-perlprov >= 4.1-13
21%if %{with tests}
22BuildRequires: perl-Test-Requires
23BuildRequires: perl-Test-Simple >= 0.88
24%endif
25BuildArch: noarch
26BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
27
28%description
29Data::Section::Simple is a simple module to extract data from
30__DATA__ section of the file.
31
32%description -l pl.UTF-8
33Data::Section::Simple to prosty moduł wydobywający dane z sekcji
34__DATA__ pliku.
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} pure_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 README
58%dir %{perl_vendorlib}/Data/Section
59%{perl_vendorlib}/Data/Section/Simple.pm
60%{_mandir}/man3/Data::Section::Simple.3pm*
This page took 0.3116 seconds and 4 git commands to generate.