Pārlūkot izejas kodu

Use %prep from FPG/Python[1] example

  [1]: https://fedoraproject.org/wiki/Packaging:Python#Example_common_spec_file
Alois Mahdal 5 gadus atpakaļ
vecāks
revīzija
c8ef4504b4
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1
    1
      ydiff.spec.in

+ 1
- 1
ydiff.spec.in Parādīt failu

20
 Python library that implements API used by ydiff tool.
20
 Python library that implements API used by ydiff tool.
21
 
21
 
22
 %prep
22
 %prep
23
-%setup -q
23
+%autosetup -n %{name}-%{version}
24
 
24
 
25
 %build
25
 %build
26
 %py2_build
26
 %py2_build