]> git.pld-linux.org Git - packages/pldcpan.git/commitdiff
- formatting cosmetics
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 29 Oct 2010 09:29:26 +0000 (09:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    pldcpan.pl -> 1.60

pldcpan.pl

index d15ccb4b024b2923a1a7e5e14b02f535799c3c5b..912195b694aa03122e9de19447084a5f3f4b818a 100644 (file)
@@ -793,12 +793,12 @@ __DATA__
 #
 # Conditional build:
 %bcond_without tests           # do not perform "make test"
-#
-%include       /usr/lib/rpm/macros.perl
-%define        pdir    [% pdir %]
+
+%define                pdir    [% pdir %]
 [% IF pnam -%]
-%define        pnam    [% pnam %]
+%define                pnam    [% pnam %]
 [% END -%]
+%include       /usr/lib/rpm/macros.perl
 Summary:       [% summary.replace('[\r\n\t ]+', ' ') |trim %]
 #Summary(pl.UTF-8):    
 Name:          perl-[% pdir %][% IF pnam %]-[% pnam %][% END %]
This page took 0.099087 seconds and 4 git commands to generate.