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

Revision 9062, 1.9 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


RevLine 
[521]1%define module  Crypt-DES
2%define name    perl-%{module}
[9062]3%define version 2.07
4%define release 1%{_dist_release}
[521]5
6Name:           %{name}
7Version:        %{version}
8Release:        %{release}
9Summary:        Perl DES encryption module
[9062]10Group:          Development/Libraries
[521]11License:        GPL or Artistic
[9062]12URL:            http://search.cpan.org/dist/%{module}/
[521]13Source:         http://search.cpan.org/CPAN/authors/id/B/BT/BTROTT/%{module}-%{version}.tar.gz
[9062]14
[521]15BuildRoot:      %{_tmppath}/%{name}-%{version}
[9062]16BuildRequires:  perl(ExtUtils::MakeMaker)
[8651]17Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
18
[521]19Vendor:         Project Vine
20Distribution:   Vine Linux
21
22%description
23The module implements the Crypt::CBC interface.
24
25%prep
26%setup -q -n %{module}-%{version}
27
28%build
[9062]29CFLAGS="%{optflags}" %{__perl} Makefile.PL INSTALLDIRS="vendor" PREFIX="%{_prefix}"
[521]30%{__make}
31
32%install
[9062]33rm -rf $RPM_BUILD_ROOT
34make install DESTDIR=$RPM_BUILD_ROOT
35
[521]36# rm -f %{buildroot}%{perl_archlib}/perllocal.pod
[9062]37# rm -rf %{buildroot}%{perl_vendorarch}/auto/*/*/.packlist
38find $RPM_BUILD_ROOT \( -name perllocal.pod -o -name .packlist \) -exec rm -v {} \;
[521]39
40%clean
[9062]41rm -rf $RPM_BUILD_ROOT
[521]42
43%files
44%defattr(-,root,root)
45%doc README
46%{_mandir}/man3*/*
47%{perl_vendorarch}/Crypt/*
48%{perl_vendorarch}/auto/*
49
50
51%changelog
[9062]52* Wed Nov  5 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 2.07-1
53- updated to 2.07
54- moved to Development/Libraries Group
55
[8651]56* Fri Jun 27 2014 IWAI, Masaharu <iwaim.sub@gmail.com> 2.05-3
57- build with Perl 5.16
58- add Requires MODULE_COMPAT_*
59
[3105]60* Fri Mar 25 2011 IWAI, Masaharu <iwai@alib.jp> 2.05-2vl6
61- build with perl 5.12.3
62
[521]63* Thu May  1 2008 Tomohiro 'Tomo-p' KATO <tomop@teamgedoh.net> 2.05-1
64- rebuilt with perl-5.10.0.
65
66* Mon Mar 10 2008 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.05-0vl1
67- rebuilt for VineSeed
68
69* Sun Mar 09 2008 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.05-0vl0.43
70- rebuilt to release for VinePlus 4.2
71
72* Tue Mar 04 2008 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.05-0vl0.42
73- built for Vine 4.2 (testing)
74
Note: See TracBrowser for help on using the repository browser.