Sophie

Sophie

distrib > Mageia > 5 > x86_64 > media > core-release-src > by-pkgid > 5435e0e7c3927eb00aed057e71ee8bf5 > files > 3

perl-Alias-2.320.0-11.mga5.src.rpm

%define upstream_name    Alias
%define upstream_version 2.32

Name:		perl-%{upstream_name}
Version:	%perl_convert_version %{upstream_version}
Release:    %mkrel 11

Summary:	CPAN %{upstream_name} module for aliasing services
License:	GPL+ or Artistic
Group:		Development/Perl
URL:		http://search.cpan.org/dist/%{upstream_name}/
Source0:	ftp://ftp.perl.org/pub/CPAN/modules/by-module/Alias/%{upstream_name}-%{upstream_version}.tar.bz2
Patch0:     Alias-2.32-Dont-use-GvCV-as-an-lvalue.patch

BuildRequires:	perl-devel

%description
This Perl module performs aliasing services. You may find this
module useful if you:
   * are tired of dereferencing hash-based object attributes
   * wish perl could make-do with fewer $, -> and {} things
   * are a little scared of using typeglobs
   * want the freedom to put what you want, when you want in
     the symbol table without having to deal with weird syntax
   * need to use scalar constants in your program since you don't
     trust yourself from changing $PI

%prep
%setup -q -n %{upstream_name}-%{upstream_version}
%patch0 -p1 -b .perl514

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

%install
%makeinstall_std

%files
%doc Changes README
%{perl_vendorlib}/*/Alias.pm
%{perl_vendorlib}/*/auto/Alias/*
%{_mandir}/*/*


%changelog
* Wed Oct 15 2014 umeabot <umeabot> 2.320.0-11.mga5
+ Revision: 741188
- Second Mageia 5 Mass Rebuild

* Tue Sep 16 2014 umeabot <umeabot> 2.320.0-10.mga5
+ Revision: 683461
- Mageia 5 Mass Rebuild

* Tue Jun 03 2014 pterjan <pterjan> 2.320.0-9.mga5
+ Revision: 630789
- Rebuild for perl 5.20

* Sat Oct 19 2013 umeabot <umeabot> 2.320.0-8.mga4
+ Revision: 524666
- Mageia 4 Mass Rebuild

* Wed May 29 2013 jquelin <jquelin> 2.320.0-7.mga4
+ Revision: 431364
- perl 5.18.0 rebuild

* Sun Jan 13 2013 umeabot <umeabot> 2.320.0-6.mga3
+ Revision: 362916
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Wed May 30 2012 jquelin <jquelin> 2.320.0-5.mga3
+ Revision: 250260
- rebuild for perl 5.16

* Sun Aug 21 2011 shlomif <shlomif> 2.320.0-4.mga2
+ Revision: 134712
- Better patch that passes the tests. Rebuild to get rid of perlapi-5.12.2

  + jquelin <jquelin>
    - make it build with perl 5.14
    - perl 5.14

* Fri Jan 21 2011 jquelin <jquelin> 2.320.0-2.mga1
+ Revision: 29781
- mageia rebuild
- imported package perl-Alias


* Tue Jul 20 2010 Sandro Cazzaniga <kharec@mandriva.org> 2.320.0-2mdv2011.0
+ Revision: 555418
- rebuild

* Tue Jul 28 2009 Jérôme Quelin <jquelin@mandriva.org> 2.320.0-1mdv2010.0
+ Revision: 402092
- rebuild using %%perl_convert_version

* Wed Jul 30 2008 Thierry Vignaud <tv@mandriva.org> 2.32-6mdv2009.0
+ Revision: 255266
- rebuild

* Mon Jan 14 2008 Thierry Vignaud <tv@mandriva.org> 2.32-4mdv2008.1
+ Revision: 151812
- rebuild
- kill re-definition of %%buildroot on Pixel's request

  + Olivier Blin <oblin@mandriva.com>
    - restore BuildRoot

* Wed May 09 2007 Oden Eriksson <oeriksson@mandriva.com> 2.32-3mdv2008.0
+ Revision: 25442
- rebuild


* Thu Apr 27 2006 Nicolas Lécureuil <neoclust@mandriva.org> 2.32-2mdk
- Fix BuildRequires Using perl Policies
	- Source URL
- use mkrel

* Wed Jul 13 2005 Oden Eriksson <oeriksson@mandriva.com> 2.32-1mdk
- initial Mandriva package