|
|
@ -1,5 +1,5 @@
|
|
|
|
Name: perl-XXX
|
|
|
|
Name: perl-XXX
|
|
|
|
Version: 0.24
|
|
|
|
Version: 0.27
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: See Your Data in the Nude
|
|
|
|
Summary: See Your Data in the Nude
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
License: GPL+ or Artistic
|
|
|
@ -11,7 +11,8 @@ BuildRequires: perl
|
|
|
|
BuildRequires: perl(base)
|
|
|
|
BuildRequires: perl(base)
|
|
|
|
BuildRequires: perl(Carp)
|
|
|
|
BuildRequires: perl(Carp)
|
|
|
|
BuildRequires: perl(Exporter)
|
|
|
|
BuildRequires: perl(Exporter)
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
|
|
|
|
|
|
|
BuildRequires: perl(File::Find)
|
|
|
|
BuildRequires: perl(strict)
|
|
|
|
BuildRequires: perl(strict)
|
|
|
|
BuildRequires: perl(Test::More)
|
|
|
|
BuildRequires: perl(Test::More)
|
|
|
|
BuildRequires: perl(warnings)
|
|
|
|
BuildRequires: perl(warnings)
|
|
|
@ -38,14 +39,11 @@ To use Data::Dumper instead of YAML:
|
|
|
|
%setup -q -n XXX-%{version}
|
|
|
|
%setup -q -n XXX-%{version}
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
perl Makefile.PL INSTALLDIRS=vendor
|
|
|
|
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=true
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%install
|
|
|
|
make pure_install DESTDIR=%{buildroot}
|
|
|
|
make pure_install DESTDIR=%{buildroot}
|
|
|
|
find %{buildroot} -type f -name .packlist -exec rm -f {} \;
|
|
|
|
|
|
|
|
iconv -f iso8859-1 -t utf-8 < README > README.z
|
|
|
|
|
|
|
|
mv README.z README
|
|
|
|
|
|
|
|
%{_fixperms} %{buildroot}/*
|
|
|
|
%{_fixperms} %{buildroot}/*
|
|
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
%check
|
|
|
@ -57,6 +55,9 @@ make test
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Wed Aug 20 2014 Petr Šabata <contyk@redhat.com> - 0.27-1
|
|
|
|
|
|
|
|
- 0.27 bump
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Aug 08 2014 Petr Šabata <contyk@redhat.com> - 0.24-1
|
|
|
|
* Fri Aug 08 2014 Petr Šabata <contyk@redhat.com> - 0.24-1
|
|
|
|
- 0.24 bump
|
|
|
|
- 0.24 bump
|
|
|
|
|
|
|
|
|
|
|
|