diff --git a/SPECS/atracdenc.spec b/SPECS/atracdenc.spec index 986b850..576707c 100644 --- a/SPECS/atracdenc.spec +++ b/SPECS/atracdenc.spec @@ -18,7 +18,7 @@ Implementation of ATRAC1, ATRAC3 encoders %prep -%setup -T -n %{name}-%{version} +%setup -T -c %{name}-%{version} git clone https://github.com/dcherednik/atracdenc . @@ -34,8 +34,8 @@ git clone https://github.com/dcherednik/atracdenc . %install -%cmake_install - +install -p -D -m 0555 redhat-linux-build/src/atracdenc %{buildroot}%{_bindir}/atracdenc + %clean rm -rf %{buildroot}