|
|
9ab7d3 |
Name: perl-Crypt-PasswdMD5
|
|
|
9ab7d3 |
Version: 1.3
|
|
|
9ab7d3 |
Release: 17%{?dist}
|
|
|
9ab7d3 |
Summary: Provides interoperable MD5-based crypt() functions
|
|
|
9ab7d3 |
License: (GPL+ or Artistic) and Beerware
|
|
|
9ab7d3 |
Group: Development/Libraries
|
|
|
9ab7d3 |
URL: http://search.cpan.org/dist/Crypt-PasswdMD5/
|
|
|
9ab7d3 |
Source0: http://search.cpan.org/CPAN/authors/id/L/LU/LUISMUNOZ/Crypt-PasswdMD5-%{version}.tar.gz
|
|
|
9ab7d3 |
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
|
|
9ab7d3 |
BuildArch: noarch
|
|
|
9ab7d3 |
BuildRequires: perl(Digest::MD5)
|
|
|
9ab7d3 |
BuildRequires: perl(Exporter)
|
|
|
9ab7d3 |
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
|
9ab7d3 |
BuildRequires: %{_bindir}/iconv
|
|
|
9ab7d3 |
|
|
|
9ab7d3 |
%description
|
|
|
9ab7d3 |
This package provides MD5-based crypt() functions
|
|
|
9ab7d3 |
|
|
|
9ab7d3 |
%prep
|
|
|
9ab7d3 |
%setup -q -n Crypt-PasswdMD5-%{version}
|
|
|
9ab7d3 |
%{_bindir}/iconv -f iso-8859-1 -t utf-8 -o PasswdMD5.pm.new PasswdMD5.pm && mv PasswdMD5.pm.new PasswdMD5.pm
|
|
|
9ab7d3 |
%{__sed} -i -e 's/ISO-8859-1/UTF-8/' PasswdMD5.pm
|
|
|
9ab7d3 |
|
|
|
9ab7d3 |
%build
|
|
|
9ab7d3 |
perl Makefile.PL INSTALLDIRS=vendor
|
|
|
9ab7d3 |
make %{?_smp_mflags}
|
|
|
9ab7d3 |
|
|
|
9ab7d3 |
%install
|
|
|
9ab7d3 |
make pure_install DESTDIR=%{buildroot}
|
|
|
9ab7d3 |
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
|
|
|
9ab7d3 |
chmod -R u+w %{buildroot}/*
|
|
|
9ab7d3 |
|
|
|
9ab7d3 |
%check
|
|
|
9ab7d3 |
make test
|
|
|
9ab7d3 |
|
|
|
9ab7d3 |
%files
|
|
|
9ab7d3 |
%doc README
|
|
|
9ab7d3 |
%{perl_vendorlib}/Crypt
|
|
|
9ab7d3 |
%{_mandir}/man3/*
|
|
|
9ab7d3 |
|
|
|
9ab7d3 |
%changelog
|
|
|
9ab7d3 |
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1.3-17
|
|
|
9ab7d3 |
- Mass rebuild 2013-12-27
|
|
|
9ab7d3 |
|
|
|
9ab7d3 |
* Tue Nov 13 2012 Jitka Plesnikova <jplesnik@redhat.com> - 1.3-16
|
|
|
9ab7d3 |
- Add license Beerware
|
|
|
9ab7d3 |
- Use DESTDIR rather than PERL_INSTALL_ROOT
|
|
|
9ab7d3 |
- Don't use macros for commands
|
|
|
9ab7d3 |
- Don't need to remove empty directories from the buildroot
|
|
|
9ab7d3 |
|
|
|
9ab7d3 |
* Thu Nov 01 2012 Jitka Plesnikova <jplesnik@redhat.com> - 1.3-15
|
|
|
9ab7d3 |
- Add BR perl(Exporter)
|
|
|
9ab7d3 |
|
|
|
9ab7d3 |
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3-14
|
|
|
9ab7d3 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
9ab7d3 |
|
|
|
9ab7d3 |
* Fri Jun 08 2012 Petr Pisar <ppisar@redhat.com> - 1.3-13
|
|
|
9ab7d3 |
- Perl 5.16 rebuild
|
|
|
9ab7d3 |
|
|
|
9ab7d3 |
* Mon Jan 16 2012 Petr Šabata <psabata@redhat.com> - 1.3-12
|
|
|
9ab7d3 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
9ab7d3 |
- Spec cleanup, fix dependencies
|
|
|
9ab7d3 |
|
|
|
9ab7d3 |
* Fri Jun 17 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.3-11
|
|
|
9ab7d3 |
- Perl mass rebuild
|
|
|
9ab7d3 |
|
|
|
9ab7d3 |
* Thu Jun 09 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.3-10
|
|
|
9ab7d3 |
- Perl 5.14 mass rebuild
|
|
|
9ab7d3 |
|
|
|
9ab7d3 |
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3-9
|
|
|
9ab7d3 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
9ab7d3 |
|
|
|
9ab7d3 |
* Thu Dec 16 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.3-8
|
|
|
9ab7d3 |
- 661697 rebuild for fixing problems with vendorach/lib
|
|
|
9ab7d3 |
|
|
|
9ab7d3 |
* Fri Apr 30 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.3-7
|
|
|
9ab7d3 |
- Mass rebuild with perl-5.12.0
|
|
|
9ab7d3 |
|
|
|
9ab7d3 |
* Fri Dec 4 2009 Stepan Kasal <skasal@redhat.com> - 1.3-6
|
|
|
9ab7d3 |
- rebuild against perl 5.10.1
|
|
|
9ab7d3 |
|
|
|
9ab7d3 |
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3-5
|
|
|
9ab7d3 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
9ab7d3 |
|
|
|
9ab7d3 |
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3-4
|
|
|
9ab7d3 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
9ab7d3 |
|
|
|
9ab7d3 |
* Thu Mar 06 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.3-3.1
|
|
|
9ab7d3 |
Rebuild for new perl
|
|
|
9ab7d3 |
|
|
|
9ab7d3 |
* Mon Oct 15 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 1.3-2.1
|
|
|
9ab7d3 |
- correct license tag
|
|
|
9ab7d3 |
- add BR: perl(ExtUtils::MakeMaker)
|
|
|
9ab7d3 |
|
|
|
9ab7d3 |
* Tue Feb 27 2007 Mike McGrath <mmcgrath@redhat.com> - 1.3-2
|
|
|
9ab7d3 |
- Basic fixes (BZ 230228)
|
|
|
9ab7d3 |
|
|
|
9ab7d3 |
* Tue Feb 27 2007 Mike McGrath <mmcgrath@redhat.com> - 1.3-1
|
|
|
9ab7d3 |
- Initial Packaging
|