Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 56b1e3a77f13d2b7acd20db01d83ec04 > files > 3

perl-X500-DN-0.290.0-2.mga3.src.rpm

%define upstream_name       X500-DN
%define upstream_version    0.29

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:	%mkrel 2
Summary:	Parser and formatter for RFC 2253 style DN strings
License: 	Artistic
Group: 		Development/Perl
Url:		http://search.cpan.org/dist/%{upstream_name}
Source:		http://www.cpan.org/modules/by-module/Config/%{upstream_name}-%{upstream_version}.tar.gz
Patch:		X500-DN-0.29-fix-parse-recdescent-version-check.patch
BuildRequires:	perl-Parse-RecDescent
BuildArch:	noarch


%description
This module provides a pure perl parser and formatter for RFC 2253
style DN strings.

%prep
%setup -q -n %{upstream_name}-%{upstream_version} 
%patch -p 1

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%make

%check
make test

%install
%makeinstall_std

# cleanup
rm -f %{buildroot}%{perl_vendorlib}/X500/*.pod

%files
%doc Changes README META.yml
%{perl_vendorlib}/X500
%{_mandir}/*/*


%changelog

* Wed Jan 16 2013 sander85 <sander85> 0.290.0-2.mga3
+ Revision: 388680
- Fix URL

  + umeabot <umeabot>
    - Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Fri Jan 21 2011 jquelin <jquelin> 0.290.0-1.mga1
+ Revision: 28903
- mageia rebuild
- imported package perl-X500-DN