]> git.pld-linux.org Git - packages/pldcpan.git/commitdiff
- pass CC to make auto/ac/pldcpan-1_50-1
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 10 Jan 2008 08:40:41 +0000 (08:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    pldcpan.pl -> 1.50
    pldcpan.spec -> 1.20

pldcpan.pl
pldcpan.spec

index fb6eb23714e60f37c3c0cc5c04aabef602948c0c..b67e689ea40b8ee4d92ccd2ed0ea6775af82c2dd 100644 (file)
@@ -828,6 +828,7 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %{__perl} Makefile.PL \
        INSTALLDIRS=vendor
 %{__make}[% IF test_is_xs -%] \
+       CC="%{__cc}" \
        OPTIMIZE="%{rpmcflags}"[% END %]
 
 %{?with_tests:%{__make} test}
@@ -835,6 +836,7 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %{__perl} -MExtUtils::MakeMaker -wle 'WriteMakefile(NAME=>"[% parts_joined %]")' \
        INSTALLDIRS=vendor
 %{__make}[% IF test_is_xs -%] \
+       CC="%{__cc}" \
        OPTIMIZE="%{rpmcflags}"[% END %]
 
 %{?with_tests:%{__make} test}
index 7dfbc8b106e532aac07fc2c165044140bb361f86..d5cdd6c6393e9868e9d0f8c72c3bda1b426c9397 100644 (file)
@@ -6,8 +6,8 @@
 Summary:       PLD Linux script to create RPMS from CPAN modules
 Summary(pl.UTF-8):     Skrypt PLD tworzący pakiety RPM z modułów z CPAN
 Name:          pldcpan
-Version:       1.49
-Release:       2
+Version:       1.50
+Release:       1
 License:       GPL
 Group:         Development/Languages/Perl
 Source0:       %{name}.pl
This page took 0.030604 seconds and 4 git commands to generate.