Skip to content

Commit

Permalink
fix rpm building due to #43262
Browse files Browse the repository at this point in the history
Apply packaging change similar to 2a06fcc
  • Loading branch information
basilrabi authored and nyalldawson committed Jun 3, 2021
1 parent a164a2a commit fcaf6f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rpm/qgis.spec.template
Expand Up @@ -316,11 +316,13 @@ rm -f %{buildroot}%{_datadir}/%{name}/doc/INSTALL*
%exclude %{_libdir}/%{name}/plugins/libgrassplugin*.so
%exclude %{_libdir}/%{name}/server/
%exclude %{_libdir}/%{name}/grass/
%exclude %{_prefix}/lib/liboauth2authmethod_static.a

%files devel
%{_datadir}/%{name}/FindQGIS.cmake
%{_includedir}/%{name}/
%{_libdir}/lib%{name}*.so
%{_prefix}/lib/liboauth2authmethod_static.a
%{?_qt5_plugindir}/designer/libqgis_customwidgets.so*

%files grass
Expand Down

0 comments on commit fcaf6f7

Please sign in to comment.