]> git.pld-linux.org Git - packages/perl-Config-IniFiles.git/blobdiff - perl-Config-IniFiles.spec
- bcond fixes/porting
[packages/perl-Config-IniFiles.git] / perl-Config-IniFiles.spec
index 8eb855403463d747bb9cd80f4de42e318416155b..d02ea9536f49942a19f87da20da2f306dab82c42 100644 (file)
@@ -1,37 +1,46 @@
 #
 # Conditional build:
-# _without_tests - do not perform "make test"
+%bcond_without tests   # do not perform "make test"
 #
 %include       /usr/lib/rpm/macros.perl
 %define        pdir    Config
 %define        pnam    IniFiles
-Summary:       Config::IniFiles Perl module
-Summary(pl):   Modu³ Perla Config::IniFiles
+Summary:       Config::IniFiles - a module for reading .ini-style configuration files
+Summary(pl):   Config::IniFiles - modu³ do odczytu plików konfiguracyjnych typu .ini
 Name:          perl-Config-IniFiles
-Version:       2.37
+Version:       2.38
 Release:       1
-License:       GPL
+# same as perl
+License:       GPL v1+ or Artistic
 Group:         Development/Languages/Perl
 Source0:       http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
-BuildRequires: perl >= 5.6
-BuildRequires: rpm-perlprov >= 3.0.3-16
+# Source0-md5: 17e39e4244ede0061939dcb80ab6294e
+BuildRequires: perl-devel >= 5.6
+BuildRequires: rpm-perlprov >= 4.1-13
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-Config::IniFiles - A module for reading .ini-style configuration
-files.
+Config::IniFiles Perl module provides a way to have readable
+configuration files outside your Perl script.  Configurations can be
+imported (inherited, stacked,...), sections can be grouped, and
+settings can be accessed from a tied hash.
 
 %description -l pl
-Config::IniFiles - modu³ do czytania plików configuracyjnych .ini.
+Modu³ Perla Config::IniFiles umo¿liwia posiadanie czytelnych plików
+konfiguracyjnych poza skryptem perlowym. Konfiguracjê mo¿na
+zaimportowaæ (odziedziczyæ, umie¶ciæ na stosie, ...), sekcje mo¿na
+pogrupowaæ a dostêp do ³añcuchów tekstowych mo¿e siê odbywaæ poprzez
+stowarzyszony z plikiem hash.
 
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
 
 %build
-%{__perl} Makefile.PL
+%{__perl} Makefile.PL \
+       INSTALLDIRS=vendor
 %{__make}
-%{!?_without_tests:%{__make} test}
+%{?with_tests:%{__make} test}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -45,4 +54,4 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc README
 %{_mandir}/man3/*
-%{perl_sitelib}/Config/IniFiles.pm
+%{perl_vendorlib}/Config/IniFiles.pm
This page took 0.026434 seconds and 4 git commands to generate.