소스 검색

Use %prep from FPG/Python[1] example

  [1]: https://fedoraproject.org/wiki/Packaging:Python#Example_common_spec_file
Alois Mahdal 5 년 전
부모
커밋
c8ef4504b4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      ydiff.spec.in

+ 1
- 1
ydiff.spec.in 파일 보기

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