Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > cd61aa27deb58f480dbff59111ecef22 > files > 2

perl-Data-Alias-1.160.0-3.mga3.src.rpm

%define upstream_name    Data-Alias
%define upstream_version 1.16

%define Werror_cflags %nil

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

Summary:    Comprehensive set of aliasing operations
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Data/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl-devel
%description
Aliasing is the phenomenon where two different expressions actually refer
to the same thing. Modifying one will modify the other, and if you take a
reference to both, the two values are the same.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

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

%check
make test

%install
%makeinstall_std

%files
%doc Changes META.yml README
%{_mandir}/man3/*
%{perl_vendorarch}/Data
%{perl_vendorarch}/auto/Data

%changelog

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

* Wed May 30 2012 jquelin <jquelin> 1.160.0-2.mga3
+ Revision: 250453
- rebuild for perl 5.16

* Sat Nov 19 2011 kharec <kharec> 1.160.0-1.mga2
+ Revision: 169173
- update to 1.16

* Tue Jun 21 2011 jquelin <jquelin> 1.150.0-1.mga2
+ Revision: 111415
- update to 1.15

* Wed Jun 15 2011 jquelin <jquelin> 1.140.0-1.mga2
+ Revision: 106574
- update to 1.14

* Sat Jun 11 2011 sander85 <sander85> 1.120.0-2.mga2
+ Revision: 103969
- perl 5.14

* Fri Feb 25 2011 jquelin <jquelin> 1.120.0-1.mga1
+ Revision: 59662
- update to 1.12

* Sun Jan 30 2011 dmorgan <dmorgan> 1.110.0-1.mga1
+ Revision: 44755
- New version 1.11

* Tue Jan 18 2011 jquelin <jquelin> 1.100.0-1.mga1
+ Revision: 22268
- cleaning spec file
- imported package perl-Data-Alias