1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-29 07:24:13 +01:00

LP-62 - Implement RPM specfile.

- File list should have a default %defattr Directive.
  This allows non root to build package.
This commit is contained in:
Roy Bekken 2015-08-05 23:43:09 +02:00
parent 17f0facd0f
commit 6019e2c2b7

View File

@ -74,6 +74,7 @@ rm -rf $RPM_BUILD_ROOT
%files %files
%defattr(-,root,root)
%doc README.md CREDITS.txt WHATSNEW.txt %doc README.md CREDITS.txt WHATSNEW.txt
%doc GPLv3.txt %doc GPLv3.txt
%{_bindir}/librepilot-gcs %{_bindir}/librepilot-gcs
@ -99,3 +100,4 @@ rm -rf $RPM_BUILD_ROOT
%changelog %changelog