Install the VERSION file to the proper location

This commit is contained in:
Henrik Triem 2021-06-30 15:43:55 +02:00
parent 6986ef7fde
commit f85695f18d
1 changed files with 2 additions and 1 deletions

View File

@ -30,12 +30,13 @@ mkdir -vp %{buildroot}%{basedir}
cp -vr asset %{buildroot}%{basedir} cp -vr asset %{buildroot}%{basedir}
cp -vr vendor %{buildroot}%{basedir} cp -vr vendor %{buildroot}%{basedir}
cp -vr composer.* %{buildroot}%{basedir} cp -vr composer.* %{buildroot}%{basedir}
cp -vr VERSION %{buildroot}%{basedir}
%clean %clean
rm -rf %{buildroot} rm -rf %{buildroot}
%files %files
%doc README.md VERSION %doc README.md
%license LICENSE %license LICENSE
%defattr(-,root,root) %defattr(-,root,root)
%{basedir} %{basedir}