Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
BC
public
liblinphone
Commits
8e19d9f1
Commit
8e19d9f1
authored
5 years ago
by
Simon Morlat
Browse files
Options
Download
Patches
Plain Diff
Fix RPM. Grammars file should be in main package, not in -devel.
parent
9afb0ed1
1 merge request
!437
Fix RPM. Grammars file should be in main package, not in -devel.
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
build/rpm/liblinphone.spec.cmake
+2
-2
build/rpm/liblinphone.spec.cmake
with
2 additions
and
2 deletions
build/rpm/liblinphone.spec.cmake
+
2
−
2
View file @
8e19d9f1
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets