Update to 0.56
This commit is contained in:
parent
5c24935dba
commit
8b2abb2b69
1
.gitignore
vendored
1
.gitignore
vendored
@ -11,3 +11,4 @@ Variable-Magic-0.43.tar.gz
|
||||
/Variable-Magic-0.53.tar.gz
|
||||
/Variable-Magic-0.54.tar.gz
|
||||
/Variable-Magic-0.55.tar.gz
|
||||
/Variable-Magic-0.56.tar.gz
|
||||
|
||||
@ -1,13 +1,13 @@
|
||||
Name: perl-Variable-Magic
|
||||
Version: 0.55
|
||||
Version: 0.56
|
||||
Release: 1%{?dist}
|
||||
Summary: Associate user-defined magic to variables from Perl
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
|
||||
URL: http://search.cpan.org/dist/Variable-Magic/
|
||||
Source0: http://search.cpan.org/CPAN/authors/id/V/VP/VPIT/Variable-Magic-%{version}.tar.gz
|
||||
BuildRequires: perl(Config)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
||||
BuildRequires: perl(Test::More)
|
||||
BuildRequires: perl(Test::Pod) >= 1.14
|
||||
BuildRequires: perl(Test::Pod::Coverage) >= 1.04
|
||||
@ -29,15 +29,13 @@ you can add your own magic to any variable without the pain of the C API.
|
||||
%setup -q -n Variable-Magic-%{version}
|
||||
|
||||
%build
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" NO_PACKLIST=1
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
|
||||
|
||||
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
|
||||
find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
|
||||
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
|
||||
|
||||
%{_fixperms} $RPM_BUILD_ROOT/*
|
||||
|
||||
@ -51,6 +49,9 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Sun Mar 15 2015 Emmanuel Seyman <emmanuel@seyman.fr> - 0.56-1
|
||||
- Update to 0.56
|
||||
|
||||
* Fri Oct 24 2014 Emmanuel Seyman <emmanuel@seyman.fr> - 0.55-1
|
||||
- Update to 0.55
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user