source: projects/specs/branches/6/p/perl-Crypt-DES/perl-Crypt-DES-vl.spec @ 3105

Revision 3105, 1.5 KB checked in by iwaim, 13 years ago (diff)

perl-Crypt-DES-2.05-2vl6

Line 
1%define module  Crypt-DES
2%define name    perl-%{module}
3%define version 2.05
4%define release 2%{_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
16Vendor:         Project Vine
17Distribution:   Vine Linux
18
19%description
20The module implements the Crypt::CBC interface.
21
22%prep
23%setup -q -n %{module}-%{version}
24
25%build
26CFLAGS="%{optflags}" %{__perl} Makefile.PL INSTALLDIRS="vendor" PREFIX="%{buildroot}%{_prefix}"
27%{__make}
28
29%install
30rm -rf %{buildroot}
31%makeinstall
32# rm -f %{buildroot}%{perl_archlib}/perllocal.pod
33rm -rf %{buildroot}%{perl_vendorarch}/auto/*/*/.packlist
34
35%clean
36rm -rf %{buildroot}
37
38%files
39%defattr(-,root,root)
40# %doc README Changes
41%doc README
42%{_mandir}/man3*/*
43%{perl_vendorarch}/Crypt/*
44%{perl_vendorarch}/auto/*
45
46
47%changelog
48* Fri Mar 25 2011 IWAI, Masaharu <iwai@alib.jp> 2.05-2vl6
49- build with perl 5.12.3
50
51* Thu May  1 2008 Tomohiro 'Tomo-p' KATO <tomop@teamgedoh.net> 2.05-1
52- rebuilt with perl-5.10.0.
53
54* Mon Mar 10 2008 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.05-0vl1
55- rebuilt for VineSeed
56
57* Sun Mar 09 2008 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.05-0vl0.43
58- rebuilt to release for VinePlus 4.2
59
60* Tue Mar 04 2008 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.05-0vl0.42
61- built for Vine 4.2 (testing)
62
Note: See TracBrowser for help on using the repository browser.