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:
parent
17f0facd0f
commit
6019e2c2b7
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user