Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-daemon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-daemon
Commits
bbb005ab
Commit
bbb005ab
authored
10 years ago
by
Simon Piette
Committed by
Tristan Matthews
10 years ago
Browse files
Options
Downloads
Patches
Plain Diff
rpm: fix package naming for dependencies
Refs #51879 Change-Id: I27ef9694f0a4e1abe1d5bbbe6339ab671c0d5082
parent
d22fbf61
No related branches found
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tools/build-system/rpm/sflphone.spec
+15
-3
15 additions, 3 deletions
tools/build-system/rpm/sflphone.spec
with
15 additions
and
3 deletions
tools/build-system/rpm/sflphone.spec
+
15
−
3
View file @
bbb005ab
...
...
@@ -124,7 +124,11 @@ This package includes the SFLPhone common
%package gnome
Summary: Gnome interface for SFLphone
Group: Applications/Internet
Requires: %{name}-common
%if %{with video}
Requires: %{name}-common-video = %{version}
%else
Requires: %{name}-common = %{version}
%endif
Obsoletes: sflphone < 1.2.2-2
Conflicts: sflphone-video
%description gnome
...
...
@@ -140,7 +144,11 @@ This package includes the Gnome client
%package kde-video
Summary: KDE interface for SFLphone
Group: Applications/Internet
Requires: %{name}-common
%if %{with video}
Requires: %{name}-common-video = %{version}
%else
Requires: %{name}-common = %{version}
%endif
%description kde-video
SFLphone is a robust standards-compliant enterprise software phone,
for desktop and embedded systems. It is designed to handle
...
...
@@ -152,7 +160,11 @@ This package includes the KDE client
%package plugins
Summary: Plugins (address book) for SFLphone
Group: Applications/Internet
Requires: %{name}-common
%if %{with video}
Requires: %{name}-common-video = %{version}
%else
Requires: %{name}-common = %{version}
%endif
%description plugins
SFLphone is a robust standards-compliant enterprise software phone,
for desktop and embedded systems. It is designed to handle
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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