<?xml version="1.0" encoding="UTF-8" ?>

<bugzilla version="5.2"
          urlbase="https://bugzilla.altlinux.org/"
          
          maintainer="jenya@basealt.ru"
>

    <bug>
          <bug_id>8697</bug_id>
          
          <creation_ts>2005-12-21 22:38:00 +0300</creation_ts>
          <short_desc>[SPEC] Macro needed</short_desc>
          <delta_ts>2006-01-25 23:00:42 +0300</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>4</classification_id>
          <classification>Development</classification>
          <product>Sisyphus</product>
          <component>libfcgi</component>
          <version>unstable</version>
          <rep_platform>all</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>CLOSED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Damir Shayhutdinov">damir</reporter>
          <assigned_to name="Anton Farygin">rider</assigned_to>
          <cc>rider</cc>
          
          <qa_contact>qa-sisyphus</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>34064</commentid>
    <comment_count>0</comment_count>
    <who name="Damir Shayhutdinov">damir</who>
    <bug_when>2005-12-21 22:38:03 +0300</bug_when>
    <thetext>Чтобы пакет собрался на x86_64, надо заменить /usr/lib на %_libdir в спеке.

Заодно можно заменить /usr/include на %_includedir

Вот патчик.
--- fcgi.spec   2005-11-07 01:19:27 +0300
+++ fcgi.my.spec        2005-12-21 21:58:18 +0300
@@ -37,11 +37,11 @@
 %makeinstall
 
 %files devel
-/usr/include/*.h
-/usr/lib/*.so
+%_includedir/*.h
+%_libdir/*.so
 
 %files
-/usr/lib/*.so.*
+%_libdir/*.so.*
 
 %doc LICENSE.TERMS README</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>34366</commentid>
    <comment_count>1</comment_count>
    <who name="Denis Smirnov">mithraen</who>
    <bug_when>2006-01-02 18:11:03 +0300</bug_when>
    <thetext>Ушло в incoming/
Спасибо.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>