Skip to content

Commit

Permalink
Merge pull request #60 from sailfishos/license_file
Browse files Browse the repository at this point in the history
[sailfish-utilities] Include license file as %license. JB#55991
  • Loading branch information
pvuorela authored Nov 29, 2021
2 parents b91084c + 7994a76 commit 73be996
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions rpm/sailfish-utilities.spec
Original file line number Diff line number Diff line change
Expand Up @@ -43,17 +43,14 @@ Translation source for %{name}

%build
%cmake
make %{?jobs:-j%jobs}
%make_build

%install
rm -rf %{buildroot}
make install DESTDIR=%{buildroot}

%clean
rm -rf %{buildroot}
%make_install

%files
%defattr(-,root,root,-)
%license LICENSE.LGPL
%attr(4754, root, privileged) %{_bindir}/sailfish_tools_system_action
%dir %{_datadir}/sailfish-utilities
%{_datadir}/sailfish-utilities/*.qml
Expand Down

0 comments on commit 73be996

Please sign in to comment.