Skip to content

Commit

Permalink
[packaging] Use %license for license. Contributes to JB#24119
Browse files Browse the repository at this point in the history
Signed-off-by: Tomi Leppänen <tomi.leppanen@jolla.com>
  • Loading branch information
Tomin1 committed Jan 17, 2019
1 parent 7c2c027 commit f1911b6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions rpm/libiodata-qt5.spec
Expand Up @@ -51,19 +51,17 @@ mv %{buildroot}/%{_datadir}/%{_name}-tests/tests.xml %{buildroot}/%{_datadir}/%{

%files
%defattr(-,root,root,-)
%doc COPYING debian/changelog debian/copyright
%license COPYING debian/copyright
%{_libdir}/%{name}.so.*

%files devel
%defattr(-,root,root,-)
%doc COPYING
%{_bindir}/iodata-qt5-type-to-c++
%{_includedir}/iodata-qt5/*
%{_libdir}/%{name}.so
%{_datadir}/qt5/mkspecs/features/iodata-qt5.prf

%files tests
%defattr(-,root,root,-)
%doc COPYING
%{_bindir}/%{_name}-test
%{_datadir}/%{name}-tests/tests.xml

0 comments on commit f1911b6

Please sign in to comment.