]> git.pld-linux.org Git - packages/perl-Config-IniFiles.git/blobdiff - perl-Config-IniFiles.spec
- updated to 3.000003
[packages/perl-Config-IniFiles.git] / perl-Config-IniFiles.spec
index 56c2b3f9e0bb48e49aec5d60feef0751faaff15e..77ee39d2f99a8573d06d61e6c5455128cc29edce 100644 (file)
@@ -1,35 +1,36 @@
 #
 # Conditional build:
 %bcond_without tests   # do not perform "make test"
-#
-%include       /usr/lib/rpm/macros.perl
+
 %define                pdir    Config
 %define                pnam    IniFiles
 Summary:       Config::IniFiles - a module for reading .ini-style configuration files
 Summary(pl.UTF-8):     Config::IniFiles - moduł do odczytu plików konfiguracyjnych typu .ini
 Name:          perl-Config-IniFiles
-Version:       2.38
-Release:       2
+Version:       3.000003
+Release:       1
 # 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
-# Source0-md5: 17e39e4244ede0061939dcb80ab6294e
+Source0:       http://www.cpan.org/modules/by-module/Config/%{pdir}-%{pnam}-%{version}.tar.gz
+# Source0-md5: 6f05ed5e2eec89914a8542248c959914
+URL:           https://metacpan.org/release/Config-IniFiles
 BuildRequires: perl-devel >= 1:5.8.0
 BuildRequires: rpm-perlprov >= 4.1-13
+BuildRequires: rpmbuild(macros) >= 1.745
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 Config::IniFiles Perl module provides a way to have readable
-configuration files outside your Perl script.  Configurations can be
+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.UTF-8
 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
+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.
 
@@ -55,5 +56,5 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc README
-%{_mandir}/man3/*
 %{perl_vendorlib}/Config/IniFiles.pm
+%{_mandir}/man3/Config::IniFiles.3pm*
This page took 0.046404 seconds and 4 git commands to generate.