import perl-Tie-DataUUID-1.02-5.el8
This commit is contained in:
commit
70d783dd3e
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
SOURCES/Tie-DataUUID-1.02.tar.gz
|
1
.perl-Tie-DataUUID.metadata
Normal file
1
.perl-Tie-DataUUID.metadata
Normal file
@ -0,0 +1 @@
|
|||||||
|
3360296ebe30a55d57f1e8ff909991ef8cd01c49 SOURCES/Tie-DataUUID-1.02.tar.gz
|
77
SPECS/perl-Tie-DataUUID.spec
Normal file
77
SPECS/perl-Tie-DataUUID.spec
Normal file
@ -0,0 +1,77 @@
|
|||||||
|
Name: perl-Tie-DataUUID
|
||||||
|
Version: 1.02
|
||||||
|
Release: 5%{?dist}
|
||||||
|
Summary: Tie interface to Data::UUID
|
||||||
|
License: GPL+ or Artistic
|
||||||
|
Group: Development/Libraries
|
||||||
|
URL: http://search.cpan.org/dist/Tie-DataUUID/
|
||||||
|
Source0: http://www.cpan.org/authors/id/M/MA/MARKF/Tie-DataUUID-%{version}.tar.gz
|
||||||
|
BuildArch: noarch
|
||||||
|
BuildRequires: coreutils
|
||||||
|
BuildRequires: findutils
|
||||||
|
BuildRequires: make
|
||||||
|
BuildRequires: perl-interpreter
|
||||||
|
BuildRequires: perl-generators
|
||||||
|
BuildRequires: perl(inc::Module::Install)
|
||||||
|
BuildRequires: perl(Module::Install::AuthorTests)
|
||||||
|
BuildRequires: perl(Module::Install::GithubMeta)
|
||||||
|
BuildRequires: perl(Module::Install::Metadata)
|
||||||
|
BuildRequires: perl(Module::Install::ReadmeFromPod)
|
||||||
|
BuildRequires: perl(Module::Install::WriteAll)
|
||||||
|
BuildRequires: sed
|
||||||
|
# Run-time:
|
||||||
|
BuildRequires: perl(Data::UUID)
|
||||||
|
BuildRequires: perl(strict)
|
||||||
|
BuildRequires: perl(Tie::Scalar)
|
||||||
|
BuildRequires: perl(vars)
|
||||||
|
# Tests:
|
||||||
|
BuildRequires: perl(File::Spec::Functions)
|
||||||
|
BuildRequires: perl(FindBin)
|
||||||
|
BuildRequires: perl(Test::More)
|
||||||
|
# Test::Perl::Critic not used
|
||||||
|
# Optional tests:
|
||||||
|
# Test::Pod 1.14 not used
|
||||||
|
# Test::Pod::Coverage 1.04 not used
|
||||||
|
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||||
|
|
||||||
|
%description
|
||||||
|
This is a simple tie interface to the Data::UUID Perl module.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q -n Tie-DataUUID-%{version}
|
||||||
|
# Remove bundles modules
|
||||||
|
rm -rf inc/*
|
||||||
|
sed -i -e '/^inc\//d' MANIFEST
|
||||||
|
|
||||||
|
%build
|
||||||
|
perl Makefile.PL INSTALLDIRS=vendor
|
||||||
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
|
%install
|
||||||
|
make pure_install DESTDIR=$RPM_BUILD_ROOT
|
||||||
|
find $RPM_BUILD_ROOT -type f -name .packlist -delete
|
||||||
|
%{_fixperms} $RPM_BUILD_ROOT/*
|
||||||
|
|
||||||
|
%check
|
||||||
|
make test
|
||||||
|
|
||||||
|
%files
|
||||||
|
%doc CHANGES README
|
||||||
|
%{perl_vendorlib}/*
|
||||||
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.02-5
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.02-4
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||||
|
|
||||||
|
* Mon Jun 05 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1.02-3
|
||||||
|
- Perl 5.26 rebuild
|
||||||
|
|
||||||
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.02-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Nov 11 2016 Petr Pisar <ppisar@redhat.com> 1.02-1
|
||||||
|
- Specfile autogenerated by cpanspec 1.78.
|
Loading…
Reference in New Issue
Block a user