Commit 8e19d9f1 authored by Simon Morlat's avatar Simon Morlat
Browse files

Fix RPM. Grammars file should be in main package, not in -devel.

parent 9afb0ed1
1 merge request!437Fix RPM. Grammars file should be in main package, not in -devel.
Showing with 2 additions and 2 deletions
......@@ -101,9 +101,11 @@ rm -rf $RPM_BUILD_ROOT
#%{_mandir}/*
%{_datadir}/linphone
%{_datadir}/sounds/linphone
%{_datadir}/belr/grammars/*
/etc/sysconfig/lp-autoanswer
/lib/systemd/system/lp-autoanswer.service
%files devel
%defattr(-,root,root)
%{_includedir}/linphone
......@@ -122,8 +124,6 @@ rm -rf $RPM_BUILD_ROOT
%endif
%{_datadir}/Linphone/cmake/*.cmake
%{_datadir}/LinphoneCxx/cmake/*.cmake
%{_datadir}/belr/grammars/cpim_grammar
%{_datadir}/belr/grammars/identity_grammar
%changelog
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment