source: projects/specs/trunk/p/perl-Crypt-PasswdMD5/perl-Crypt-PasswdMD5-vl.spec @ 9062

Revision 9062, 2.1 KB checked in by inagaki, 9 years ago (diff)

2014-11-05 Ryoichi INAGAKI <ryo1@…>

  • perl-Crypt-DES: updated
  • perl-Crypt-DES_EDE3: changed Group
  • perl-Crypt-PasswdMD5, perl-Parse-Yapp, perl-XML-Encoding, perl-libxml-perl: rebuilt


Line 
1Name:           perl-Crypt-PasswdMD5
2Version:        1.3
3Release:        7%{?_dist_release}
4Summary:        Provides interoperable MD5-based crypt() functions
5License:        GPL+ or Artistic
6Group:          Development/Libraries
7URL:            http://search.cpan.org/dist/Crypt-PasswdMD5/
8Source0:        http://search.cpan.org/CPAN/authors/id/L/LU/LUISMUNOZ/Crypt-PasswdMD5-%{version}.tar.gz
9
10BuildArch:      noarch
11BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
12BuildRequires:  perl(ExtUtils::MakeMaker)
13BuildRequires:  %{_bindir}/iconv
14Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
15
16Vendor: Project Vine
17Distribution: Vine Linux
18
19%description
20This package provides MD5-based crypt() functions
21
22%prep
23%setup -q -n Crypt-PasswdMD5-%{version}
24%{_bindir}/iconv -f iso-8859-1 -t utf-8 -o PasswdMD5.pm.new PasswdMD5.pm && mv PasswdMD5.pm.new PasswdMD5.pm
25%{__sed} -i -e 's/ISO-8859-1/UTF-8/' PasswdMD5.pm
26
27%build
28%{__perl} Makefile.PL INSTALLDIRS=vendor
29make %{?_smp_mflags}
30
31%install
32rm -rf $RPM_BUILD_ROOT
33make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
34find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
35find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
36chmod -R u+w $RPM_BUILD_ROOT/*
37
38
39%clean
40rm -rf $RPM_BUILD_ROOT
41
42%check
43make test
44
45%files
46%defattr(-,root,root,-)
47%doc README
48%{perl_vendorlib}/Crypt
49%{_mandir}/man3/*
50
51%changelog
52* Wed Nov  5 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.3-7
53- rebuilt with perl 5.16.3
54
55* Wed Mar 30 2011 IWAI, Masaharu <iwai@alib.jp> 1.3-6vl6
56- build with perl 5.12.3
57- add Vendor and Distribution tags
58
59* Tue Jul 08 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3-5
60- do not require perl(:MODULE_COMPAT_x.y.z) on Vine Linux 4.x
61
62* Sat May 31 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.3-4
63- initial build for Vine Linux
64
65* Thu Mar 06 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.3-3.1
66- Rebuild for new perl
67
68* Mon Oct 15 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 1.3-2.1
69- correct license tag
70- add BR: perl(ExtUtils::MakeMaker)
71
72* Tue Feb 27 2007 Mike McGrath <mmcgrath@redhat.com> - 1.3-2
73- Basic fixes (BZ 230228)
74
75* Tue Feb 27 2007 Mike McGrath <mmcgrath@redhat.com> - 1.3-1
76- Initial Packaging
Note: See TracBrowser for help on using the repository browser.