f38
Jitka Plesnikova 7 years ago
parent 8ab5158291
commit 418293ad55

1
.gitignore vendored

@ -1,3 +1,4 @@
/String-ToIdentifier-EN-0.06.tar.gz /String-ToIdentifier-EN-0.06.tar.gz
/String-ToIdentifier-EN-0.07.tar.gz /String-ToIdentifier-EN-0.07.tar.gz
/String-ToIdentifier-EN-0.11.tar.gz /String-ToIdentifier-EN-0.11.tar.gz
/String-ToIdentifier-EN-0.12.tar.gz

@ -1,15 +1,16 @@
Name: perl-String-ToIdentifier-EN Name: perl-String-ToIdentifier-EN
Version: 0.11 Version: 0.12
Release: 9%{?dist} Release: 1%{?dist}
Summary: Convert Strings to English Program Identifiers Summary: Convert Strings to English Program Identifiers
License: GPL+ or Artistic License: GPL+ or Artistic
Group: Development/Libraries Group: Development/Libraries
URL: http://search.cpan.org/dist/String-ToIdentifier-EN/ URL: http://search.cpan.org/dist/String-ToIdentifier-EN/
Source0: http://www.cpan.org/authors/id/R/RK/RKITOVER/String-ToIdentifier-EN-%{version}.tar.gz Source0: http://www.cpan.org/authors/id/R/RK/RKITOVER/String-ToIdentifier-EN-%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
BuildRequires: perl-interpreter BuildRequires: make
BuildRequires: perl-generators BuildRequires: perl-generators
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30 BuildRequires: perl-interpreter
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
BuildRequires: perl(strict) BuildRequires: perl(strict)
BuildRequires: perl(warnings) BuildRequires: perl(warnings)
# Run-time: # Run-time:
@ -20,8 +21,9 @@ BuildRequires: perl(namespace::clean)
BuildRequires: perl(Text::Unidecode) BuildRequires: perl(Text::Unidecode)
BuildRequires: perl(Unicode::UCD) BuildRequires: perl(Unicode::UCD)
# Tests: # Tests:
BuildRequires: perl(File::Find) BuildRequires: perl(File::Spec)
BuildRequires: perl(File::Temp) BuildRequires: perl(IO::Handle)
BuildRequires: perl(IPC::Open3)
BuildRequires: perl(lib) BuildRequires: perl(lib)
BuildRequires: perl(Test::More) BuildRequires: perl(Test::More)
BuildRequires: perl(utf8) BuildRequires: perl(utf8)
@ -38,23 +40,26 @@ be easily inferred by a human just by reading the identifier.
%setup -q -n String-ToIdentifier-EN-%{version} %setup -q -n String-ToIdentifier-EN-%{version}
%build %build
perl Makefile.PL INSTALLDIRS=vendor --skipdeps perl Makefile.PL INSTALLDIRS=vendor --skipdeps NO_PACKLIST=1
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 {} \;
%{_fixperms} %{buildroot}/* %{_fixperms} %{buildroot}/*
%check %check
make test make test
%files %files
%doc Changes LICENSE README %license LICENSE
%doc Changes README
%{perl_vendorlib}/* %{perl_vendorlib}/*
%{_mandir}/man3/* %{_mandir}/man3/*
%changelog %changelog
* Thu Mar 01 2018 Jitka Plesnikova <jplesnik@redhat.com> - 0.12-1
- 0.12 bump
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.11-9 * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.11-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild

@ -1 +1 @@
d2d8bdb11c9f3e554e46a8196891c0af String-ToIdentifier-EN-0.11.tar.gz SHA512 (String-ToIdentifier-EN-0.12.tar.gz) = 1fac41b16d284dacb81412d6f22171d795272f53d18bfe3b048af9bcc11b6844515fb27a389abfabcd18ffd3e6c5cf6905d5e2440a6cd38ef0ea8eda549a43c4

Loading…
Cancel
Save