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

Revision 8651, 1.7 KB checked in by iwaim, 10 years ago (diff)

perl-Crypt-DES 2.05-3

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