diff --git a/libcaca.spec b/libcaca.spec index a84c437..fb42f18 100644 --- a/libcaca.spec +++ b/libcaca.spec @@ -23,7 +23,7 @@ Summary: Library for Colour ASCII Art, text mode graphics License: WTFPL Group: Development/Languages/C and C++ URL: http://caca.zoy.org -Source0: https://github.com/cacalabs/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz +Source0: https://github.com/cacalabs/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.gz Source1: baselibs.conf Patch1: libcaca-0.99-texbuild.patch Patch2: libcaca-X11_test.patch @@ -131,7 +131,7 @@ that shows the libcaca rendering features such as line and ellipses drawing, triangle filling and sprite blitting. %prep -%setup -q -n %{name}-%{version} +%setup -q %patch2 %patch4 %patch5