diff --git a/.gitignore b/.gitignore index 6ec79f3..b6e4c5f 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ Text-VimColor-0.11.tar.gz /Text-VimColor-0.21.tar.gz /Text-VimColor-0.22.tar.gz /Text-VimColor-0.23.tar.gz +/Text-VimColor-0.24.tar.gz diff --git a/perl-Text-VimColor.spec b/perl-Text-VimColor.spec index 7e99d0b..a83858b 100644 --- a/perl-Text-VimColor.spec +++ b/perl-Text-VimColor.spec @@ -1,33 +1,40 @@ Name: perl-Text-VimColor -Version: 0.23 -Release: 3%{?dist} +Version: 0.24 +Release: 1%{?dist} Summary: Syntax color text in HTML or XML using Vim License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Text-VimColor/ Source0: http://www.cpan.org/authors/id/R/RW/RWSTAUNER/Text-VimColor-%{version}.tar.gz BuildArch: noarch +BuildRequires: perl BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30 BuildRequires: perl(File::ShareDir::Install) >= 0.03 +BuildRequires: perl(File::Temp) +BuildRequires: perl(IO::File) BuildRequires: perl(IPC::Open3) +BuildRequires: perl(strict) +BuildRequires: perl(warnings) # Run-time BuildRequires: perl(Carp) +BuildRequires: perl(constant) +BuildRequires: perl(File::Copy) BuildRequires: perl(File::ShareDir) -BuildRequires: perl(File::Spec::Functions) -BuildRequires: perl(File::Temp) -BuildRequires: perl(IO::File) -BuildRequires: perl(List::Util) BuildRequires: perl(Path::Class) +BuildRequires: perl(Symbol) BuildRequires: perl(Term::ANSIColor) >= 1.03 # Tests -BuildRequires: perl(Encode) +BuildRequires: perl(Config) BuildRequires: perl(Exporter) +BuildRequires: perl(File::Spec::Functions) BuildRequires: perl(Getopt::Long) +BuildRequires: perl(IO::Handle) BuildRequires: perl(lib) BuildRequires: perl(Test::More) >= 0.88 +BuildRequires: perl(version) BuildRequires: vim-enhanced # Optional tests -BuildRequires: perl(Test::Script) >= 1.05 +BuildRequires: perl(Encode) BuildRequires: perl(Tie::StdHandle) BuildRequires: perl(XML::Parser) Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) @@ -49,10 +56,9 @@ perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" make %{?_smp_mflags} %install -make pure_install PERL_INSTALL_ROOT=%{buildroot} -find %{buildroot} -type f -name .packlist -exec rm -f {} \; -find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} \; -find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; +make pure_install DESTDIR=%{buildroot} +find %{buildroot} -type f -name .packlist -exec rm -f {} + +find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} + %{_fixperms} %{buildroot}/* %check @@ -68,6 +74,9 @@ make test %{_mandir}/man1/text-vimcolor.1.gz %changelog +* Wed Apr 16 2014 Petr Ĺ abata - 0.24-1 +- 0.24 bump + * Sun Aug 04 2013 Fedora Release Engineering - 0.23-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild diff --git a/sources b/sources index 248ef86..756ebba 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5094808485c460a8bae21f5205218773 Text-VimColor-0.23.tar.gz +760eb75865168a5e6ede4287c9cf39af Text-VimColor-0.24.tar.gz