]> git.pld-linux.org Git - packages/perl-Crypt-RC6.git/blobdiff - perl-Crypt-RC6.spec
perl 5.38.0 rebuild
[packages/perl-Crypt-RC6.git] / perl-Crypt-RC6.spec
index e8180eae022735c702d3744b30982a559dcfa590..a8b215f1d141787446b5cf67f2ba9f620d909314 100644 (file)
@@ -2,19 +2,19 @@
 # Conditional build:
 %bcond_without tests   # do not perform "make test"
 #
-%include       /usr/lib/rpm/macros.perl
 %define                pdir    Crypt
 %define                pnam    RC6
 Summary:       Crypt::RC6 Perl module - RC6 block cipher encryption
-Summary(pl.UTF-8):   Moduł Perla Crypt::RC6 - szyfr blokowy RC6
+Summary(pl.UTF-8):     Moduł Perla Crypt::RC6 - szyfr blokowy RC6
 Name:          perl-Crypt-RC6
 Version:       1.0
-Release:       4
+Release:       23
 License:       GPL v2
 Group:         Development/Languages/Perl
-Source0:       http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
+Source0:       http://www.cpan.org/modules/by-module/Crypt/%{pdir}-%{pnam}-%{version}.tar.gz
 # Source0-md5: 6cd523b2ebfea33c66fc5f4252e88ce7
 Patch0:                %{name}-endian.patch
+URL:           http://search.cpan.org/dist/Crypt-RC6/
 BuildRequires: perl-devel >= 1:5.8.0
 BuildRequires: rpm-perlprov >= 4.1-13
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -42,6 +42,7 @@ Wykonywane jest dwadzieścia kroków.
 %{__perl} Makefile.PL \
        INSTALLDIRS=vendor
 %{__make} \
+       CC="%{__cc}" \
        OPTIMIZE="%{rpmcflags}"
 
 %{?with_tests:%{__make} test}
@@ -60,6 +61,5 @@ rm -rf $RPM_BUILD_ROOT
 %doc CHANGES README
 %{perl_vendorarch}/Crypt/RC6.pm
 %dir %{perl_vendorarch}/auto/Crypt/RC6
-%{perl_vendorarch}/auto/Crypt/RC6/*.bs
 %attr(755,root,root) %{perl_vendorarch}/auto/Crypt/RC6/*.so
 %{_mandir}/man3/*
This page took 0.091889 seconds and 4 git commands to generate.