ÿØÿà JFIF      ÿÛ „ 	 ( %!1!%)+//.383,7(-.+



-%%-////---/-.+/--+------/------/--0+--/-/-----.-----ÿÀ  ¥2" ÿÄ               ÿÄ J  	     ! 1AQ"aq2‘#BR‚¡ÁÑ3br’¢±Âð$CSƒ²á4c“%DsÓñÿÄ              ÿÄ *        !1AQa‘"2q3±ð#b¡ÿÚ   ? ¼QxJQaÍuò¸Zö Úü8,ÐÚú
"SSn<rçù–´âE—^ªBÖ9À\†¸ÔÁT­ÃÛ5
ëd´³Í#Ý;Þ38œî ¶H£M:wÎ3…³…âpÔF&‚FK¸9„â4àGEõªfÿ ‘ñ(ßw­pŽF|È¥ù®häðÍÑ¶¹‘[ÒinÙW¶ùñY˜Q{›K"išÒ[Ú8žë\F¹@-?v"ÔU”,ìöžkÿ {I‡£šÍ?e
ríV
..............................................................................................................................................................................
.............................................................................                                                  
                                                                                                                                                                                     ÿØÿà JFIF      ÿÛ „ 	 ( %!1!%)+//.383,7(-.+



-%%-////---/-.+/--+------/------/--0+--/-/-----.-----ÿÀ  ¥2" ÿÄ               ÿÄ J  	     ! 1AQ"aq2‘#BR‚¡ÁÑ3br’¢±Âð$CSƒ²á4c“%DsÓñÿÄ              ÿÄ *        !1AQa‘"2q3±ð#b¡ÿÚ   ? ¼QxJQaÍuò¸Zö Úü8,ÐÚú
"SSn<rçù–´âE—^ªBÖ9À\†¸ÔÁT­ÃÛ5
ëd´³Í#Ý;Þ38œî ¶H£M:wÎ3…³…âpÔF&‚FK¸9„â4àGEõªfÿ ‘ñ(ßw­pŽF|È¥ù®häðÍÑ¶¹‘[ÒinÙW¶ùñY˜Q{›K"išÒ[Ú8žë\F¹@-?v"ÔU”,ìöžkÿ {I‡£šÍ?e
ríV
..............................................................................................................................................................................
.............................................................................                                                  
                                                                                                                                                                                     
fc           @   s/   d  d l  j j Z d e j f d     YZ d S(   iNt	   bdist_rpmc           B   s    e  Z d  Z d   Z d   Z RS(   sf  
    Override the default bdist_rpm behavior to do the following:

    1. Run egg_info to ensure the name and version are properly calculated.
    2. Always run 'install' using --single-version-externally-managed to
       disable eggs in RPM distributions.
    3. Replace dash with underscore in the version numbers for better RPM
       compatibility.
    c         C   s!   |  j  d  t j j |   d  S(   Nt   egg_info(   t   run_commandt   origR    t   run(   t   self(    (    s@   /usr/lib/python2.7/site-packages/setuptools/command/bdist_rpm.pyR      s    c   	      C   s   |  j  j   } | j d d  } t j j |   } d | } d | } g  | D]< } | j d d  j d d  j d d	  j | |  ^ qN } | j |  d
 } d | } | j | |  | S(   Nt   -t   _s   %define version s   Source0: %{name}-%{version}.tars)   Source0: %{name}-%{unmangled_version}.tars   setup.py install s5   setup.py install --single-version-externally-managed s   %setups&   %setup -n %{name}-%{unmangled_version}i   s   %define unmangled_version (   t   distributiont   get_versiont   replaceR   R    t   _make_spec_filet   indext   insert(	   R   t   versiont
   rpmversiont   spect   line23t   line24t   linet
   insert_loct   unmangled_version(    (    s@   /usr/lib/python2.7/site-packages/setuptools/command/bdist_rpm.pyR      s    


F
(   t   __name__t
   __module__t   __doc__R   R   (    (    (    s@   /usr/lib/python2.7/site-packages/setuptools/command/bdist_rpm.pyR       s   		(   t   distutils.command.bdist_rpmt   commandR    R   (    (    (    s@   /usr/lib/python2.7/site-packages/setuptools/command/bdist_rpm.pyt   <module>   s   