Blame SPECS/perl-Digest-CRC.spec

Packit 13b296
Name:           perl-Digest-CRC
Packit 13b296
Version:        0.22.2
Packit 13b296
Release:        5%{?dist}
Packit 13b296
Summary:        Generic CRC functions
Packit 13b296
Group:          Development/Libraries
Packit 13b296
License:        Public Domain
Packit 13b296
URL:            http://search.cpan.org/dist/Digest-CRC
Packit 13b296
Source0:        http://search.cpan.org/CPAN/authors/id/O/OL/OLIMAUL/Digest-CRC-%{version}.tar.gz
Packit 13b296
# Build
Packit 13b296
BuildRequires:  coreutils
Packit 13b296
BuildRequires:  findutils
Packit 13b296
BuildRequires:  gcc
Packit 13b296
BuildRequires:  make
Packit 13b296
BuildRequires:  perl-interpreter
Packit 13b296
BuildRequires:  perl-devel
Packit 13b296
BuildRequires:  perl-generators
Packit 13b296
BuildRequires:  perl(Config)
Packit 13b296
BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
Packit 13b296
# Runtime
Packit 13b296
BuildRequires:  perl(DynaLoader)
Packit 13b296
BuildRequires:  perl(Exporter)
Packit 13b296
BuildRequires:  perl(strict)
Packit 13b296
BuildRequires:  perl(Symbol)
Packit 13b296
BuildRequires:  perl(vars)
Packit 13b296
# Tests only
Packit 13b296
BuildRequires:  perl(Fcntl)
Packit 13b296
# Dependencies
Packit 13b296
Requires:       perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version))
Packit 13b296
Requires:       perl(DynaLoader)
Packit 13b296
Requires:       perl(Symbol)
Packit 13b296
Packit 13b296
%description
Packit 13b296
The Digest::CRC module calculates CRC sums of all sorts. It contains wrapper
Packit 13b296
functions with the correct parameters for CRC-CCITT, CRC-16 and CRC-32.
Packit 13b296
Packit 13b296
%prep
Packit 13b296
%setup -qn Digest-CRC-0.22
Packit 13b296
Packit 13b296
%build
Packit 13b296
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" \
Packit 13b296
  NO_PACKLIST=1 NO_PERLLOCAL=1
Packit 13b296
make %{?_smp_mflags}
Packit 13b296
Packit 13b296
%install
Packit 13b296
make install DESTDIR=%{buildroot}
Packit 13b296
find %{buildroot} -type f -name '*.bs' -empty -delete
Packit 13b296
%{_fixperms} -c %{buildroot}
Packit 13b296
Packit 13b296
%check
Packit 13b296
make test TEST_VERBOSE=1
Packit 13b296
Packit 13b296
%files
Packit 13b296
%doc Changes README
Packit 13b296
%{perl_vendorarch}/auto/Digest/
Packit 13b296
%{perl_vendorarch}/Digest/
Packit 13b296
%{_mandir}/man3/Digest::CRC.3*
Packit 13b296
Packit 13b296
%changelog
Packit 13b296
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.22.2-5
Packit 13b296
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
Packit 13b296
Packit 13b296
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.22.2-4
Packit 13b296
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
Packit 13b296
Packit 13b296
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.22.2-3
Packit 13b296
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
Packit 13b296
Packit 13b296
* Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.22.2-2
Packit 13b296
- Perl 5.26 rebuild
Packit 13b296
Packit 13b296
* Mon Feb 20 2017 Paul Howarth <paul@city-fan.org> - 0.22.2-1
Packit 13b296
- Update to 0.22.2
Packit 13b296
  - Added padding for hex encoded digests
Packit 13b296
Packit 13b296
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.21-7
Packit 13b296
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
Packit 13b296
Packit 13b296
* Sun May 15 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.21-6
Packit 13b296
- Perl 5.24 rebuild
Packit 13b296
Packit 13b296
* Tue Apr 19 2016 Paul Howarth <paul@city-fan.org> - 0.21-5
Packit 13b296
- Fix FTBFS due to missing buildreq perl-devel
Packit 13b296
- Simplify find command using -empty and -delete
Packit 13b296
- Use %%{_fixperms} macro rather than our own chmod incantation
Packit 13b296
- Make %%files list more explicit
Packit 13b296
Packit 13b296
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.21-4
Packit 13b296
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
Packit 13b296
Packit 13b296
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.21-3
Packit 13b296
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
Packit 13b296
Packit 13b296
* Wed Jun 03 2015 Jitka Plesnikova <jplesnik@redhat.com> - 0.21-2
Packit 13b296
- Perl 5.22 rebuild
Packit 13b296
Packit 13b296
* Mon Feb 23 2015 Petr Šabata <contyk@redhat.com> - 0.21-1
Packit 13b296
- 0.21 bump
Packit 13b296
Packit 13b296
* Mon Feb 09 2015 Petr Šabata <contyk@redhat.com> - 0.20-1
Packit 13b296
- 0.20 bump
Packit 13b296
Packit 13b296
* Wed Aug 27 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.18-10
Packit 13b296
- Perl 5.20 rebuild
Packit 13b296
Packit 13b296
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.18-9
Packit 13b296
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
Packit 13b296
Packit 13b296
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.18-8
Packit 13b296
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
Packit 13b296
Packit 13b296
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.18-7
Packit 13b296
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
Packit 13b296
Packit 13b296
* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 0.18-6
Packit 13b296
- Perl 5.18 rebuild
Packit 13b296
Packit 13b296
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.18-5
Packit 13b296
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
Packit 13b296
Packit 13b296
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.18-4
Packit 13b296
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
Packit 13b296
Packit 13b296
* Mon Jun 11 2012 Petr Pisar <ppisar@redhat.com> - 0.18-3
Packit 13b296
- Perl 5.16 rebuild
Packit 13b296
Packit 13b296
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.18-2
Packit 13b296
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
Packit 13b296
Packit 13b296
* Mon Nov 14 2011 Petr Šabata <contyk@redhat.com> - 0.18-1
Packit 13b296
- 0.18 bump
Packit 13b296
Packit 13b296
* Mon Aug 29 2011 Petr Sabata <contyk@redhat.com> - 0.17-1
Packit 13b296
- 0.17 bump
Packit 13b296
- Removing now obsolete defattr
Packit 13b296
Packit 13b296
* Mon Jun 20 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.16-2
Packit 13b296
- Perl mass rebuild
Packit 13b296
Packit 13b296
* Tue Apr 26 2011 Petr Sabata <psabata@redhat.com> - 0.16-1
Packit 13b296
- 0.16 bump
Packit 13b296
- Buildroot removed, general cleanup
Packit 13b296
- Fixing [B]Requires...
Packit 13b296
Packit 13b296
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.14-8
Packit 13b296
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
Packit 13b296
Packit 13b296
* Thu Dec 16 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.14-7
Packit 13b296
- 661697 rebuild for fixing problems with vendorach/lib
Packit 13b296
Packit 13b296
* Sat May 01 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.14-6
Packit 13b296
- Mass rebuild with perl-5.12.0
Packit 13b296
Packit 13b296
* Fri Apr 30 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.14-5
Packit 13b296
- Mass rebuild with perl-5.12.0
Packit 13b296
Packit 13b296
* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 0.14-4
Packit 13b296
- rebuild against perl 5.10.1
Packit 13b296
Packit 13b296
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.14-3
Packit 13b296
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
Packit 13b296
Packit 13b296
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.14-2
Packit 13b296
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
Packit 13b296
Packit 13b296
* Thu May 22 2008 Christopher Stone <chris.stone@gmail.com> 0.14-1
Packit 13b296
- Upstream sync
Packit 13b296
Packit 13b296
* Thu Mar 06 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.10-4
Packit 13b296
- Rebuild for new perl
Packit 13b296
Packit 13b296
* Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> 0.10-3
Packit 13b296
- Autorebuild for GCC 4.3
Packit 13b296
Packit 13b296
* Tue Oct 16 2007 Christopher Stone <chris.stone@gmail.com> 0.10-2
Packit 13b296
- Remove zero length files.
Packit 13b296
Packit 13b296
* Tue Oct 16 2007 Christopher Stone <chris.stone@gmail.com> 0.10-1
Packit 13b296
- Initial Release.