Sophie

Sophie

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

perl-Dist-Zilla-Plugin-OurPkgVersion-0.4.0-2.mga3.src.rpm

%define upstream_name    Dist-Zilla-Plugin-OurPkgVersion
%define upstream_version 0.004000

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

Summary:    No line insertion and does Package version with our
License:    GPL+ or Artistic
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Dist/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Dist::Zilla::Role::FileFinderUser)
BuildRequires: perl(Dist::Zilla::Role::FileMunger)
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.300.0
BuildRequires: perl(File::Find)
BuildRequires: perl(File::Temp)
BuildRequires: perl(Moose)
BuildRequires: perl(MooseX::Types::Perl)
BuildRequires: perl(PPI)
BuildRequires: perl(Test::DZil)
BuildRequires: perl(Test::More) >= 0.880.0
BuildRequires: perl(Test::Version) >= 0.40.0
BuildRequires: perl(namespace::autoclean)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
BuildArch:  noarch

%description
This module was created as an alternative to the
Dist::Zilla::Plugin::PkgVersion manpage and uses some code from that
module. This module is designed to use a the more readable format 'our
$VERSION = $version;' as well as not change then number of lines of code in
your files, which will keep your repository more in sync with your CPAN
release. It also allows you slightly more freedom in how you specify your
version.

EXAMPLES
    in dist.ini

    	...
    	version = 0.01;
    	[OurPkgVersion]

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

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

%make

%check
%make test

%install
%makeinstall_std

%files
%doc Changes LICENSE META.json META.yml MYMETA.yml README
%{_mandir}/man3/*
%perl_vendorlib/*

%changelog

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

* Tue Jun 05 2012 jquelin <jquelin> 0.4.0-1.mga3
+ Revision: 254890
- update to 0.004000

* Wed Jan 04 2012 jquelin <jquelin> 0.3.2-1.mga2
+ Revision: 190620
- update to 0.003002
- update to v0.3.0
- update to 0.1.9
- update to 0.1.8

* Fri Feb 25 2011 jquelin <jquelin> 0.1.5-1.mga1
+ Revision: 59758
- update to 0.1.5

* Wed Jan 26 2011 jquelin <jquelin> 0.1.2-1.mga1
+ Revision: 40512
- mageia rebuild
- imported package perl-Dist-Zilla-Plugin-OurPkgVersion