]> git.pld-linux.org Git - packages/perl-XML-Mini.git/blob - perl-XML-Mini.spec
- updated to 1.38
[packages/perl-XML-Mini.git] / perl-XML-Mini.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    XML
7 %define         pnam    Mini
8 Summary:        XML::Mini - Perl implementation of the XML::Mini XML create/parse interface
9 Summary(pl.UTF-8):      XML::Mini - implementacja perlowa interfejsu tworzącego/analizującego XML
10 Name:           perl-XML-Mini
11 Version:        1.38
12 Release:        1
13 License:        GPL v2+
14 Group:          Development/Languages/Perl
15 Source0:        http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
16 # Source0-md5:  0262295a6812f4ea1a4c13aefa9067c4
17 BuildRequires:  perl-devel >= 1:5.8.0
18 BuildRequires:  rpm-perlprov >= 4.1-13
19 BuildArch:      noarch
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %description
23 XML::Mini is a set of Perl classes that allow you to access XML data
24 and create valid XML output with a tree-based hierarchy of elements.
25 The MiniXML API has both Perl and PHP implementations.
26
27 %description -l pl.UTF-8
28 XML::Mini to zbiór klas Perla pozwalających na dostęp do danych XML
29 oraz tworzenie poprawnego wyjścia w XML-u z drzewiastą hierarchią
30 elementów. API MiniXML ma implementacje w Perlu i PHP.
31
32 %prep
33 %setup -q -n %{pdir}-%{pnam}-%{version}
34
35 %build
36 %{__perl} Makefile.PL \
37         INSTALLDIRS=vendor
38 %{__make}
39
40 %{?with_tests:%{__make} test}
41
42 %install
43 rm -rf $RPM_BUILD_ROOT
44
45 %{__make} install \
46         DESTDIR=$RPM_BUILD_ROOT
47
48 %clean
49 rm -rf $RPM_BUILD_ROOT
50
51 %files
52 %defattr(644,root,root,755)
53 %doc Changes
54 %{perl_vendorlib}/%{pdir}/*.pm
55 %{perl_vendorlib}/%{pdir}/%{pnam}
56 %{_mandir}/man3/*
This page took 0.052808 seconds and 3 git commands to generate.