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

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

    <bug>
          <bug_id>8595</bug_id>
          
          <creation_ts>2005-12-05 20:20:06 +0300</creation_ts>
          <short_desc>[PATCH] Упрощения в spec-файле</short_desc>
          <delta_ts>2013-08-16 12:40:43 +0400</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>4</classification_id>
          <classification>Development</classification>
          <product>Sisyphus</product>
          <component>vtund</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>enhancement</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Igor Zubkov">icesik</reporter>
          <assigned_to name="Nobody&apos;s working on this, feel free to take it">nobody</assigned_to>
          <cc>mike</cc>
          
          <qa_contact>qa-sisyphus</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>33602</commentid>
    <comment_count>0</comment_count>
    <who name="Igor Zubkov">icesik</who>
    <bug_when>2005-12-05 20:20:07 +0300</bug_when>
    <thetext>Сейчас в спеке такое:
%prep

%setup -q -n %item
%__aclocal
%__autoconf
%configure  --prefix=%_usr                  \
   --sysconfdir=%_sysconfdir       \
   --localstatedir=%_localstatedir

Вот только зачем? Можно упростить до:
%prep

%setup -q -n %item
%__aclocal
%__autoconf
%configure</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>50884</commentid>
    <comment_count>1</comment_count>
    <who name="Slava Semushin">php-coder</who>
    <bug_when>2007-06-01 13:17:17 +0400</bug_when>
    <thetext>&gt;%setup -q -n %item
&gt;%__aclocal
&gt;%__autoconf
&gt;%configure

Можно упростить ещё! :))

%setup -n %item
%__autoreconf
%configure</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>142210</commentid>
    <comment_count>2</comment_count>
    <who name="Michael Shigorin">mike</who>
    <bug_when>2013-08-15 20:40:39 +0400</bug_when>
    <thetext>(В ответ на комментарий №1)
&gt; &gt;%__aclocal
&gt; &gt;%__autoconf
http://www.altlinux.org/TypicalPackagingErrors/StrikeOutMacro

&gt; Можно упростить ещё! :))
Не стоит.

&gt; %__autoreconf
Взрывается на autoheader: http://sourceforge.net/p/vtun/patches/21/

Отправляю в сизиф сборку 3.0.3 с относительно небольшими правками -- Юра, vtun-3.0.2-legacy_encrypt.patch в апстрим взяли: http://vtun.sourceforge.net/ChangeLog -- соответственно убрал.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>142211</commentid>
    <comment_count>3</comment_count>
    <who name="Repository Robot">repository-robot</who>
    <bug_when>2013-08-15 20:45:34 +0400</bug_when>
    <thetext>vtund-3.0.3-alt1 -&gt; sisyphus:

* Thu Aug 15 2013 Michael Shigorin &lt;mike@altlinux&gt; 3.0.3-alt1
- NMU:
  + Release 3.0.3
    - dropped vtun-3.0.2-legacy_encrypt.patch (rfe1685781 merged upstream)
  + added --with M70P support
  + minor spec cleanup (closes: #8595)</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>