perl-Crypt-DES-vl.spec 1.5 KB

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