Skip to content
Snippets Groups Projects
Unverified Commit c5f3571f authored by Sébastien Blin's avatar Sébastien Blin
Browse files

packaging: add ring.cx as a symlink to jami

The previous patch doesn't seems to work. Add the file in the files
section for Fedora and add a line after the build for Debian.

Change-Id: I942082b45d9138e9c10c3995775971a342e50500
parent 2684f38c
No related branches found
No related tags found
No related merge requests found
...@@ -156,6 +156,7 @@ override_dh_auto_install: ...@@ -156,6 +156,7 @@ override_dh_auto_install:
## GNOME client ## GNOME client
cd client-gnome/build && make DESTDIR=$(CURDIR)/debian/$(RING_ALL_IN_ONE_PKG_NAME) install cd client-gnome/build && make DESTDIR=$(CURDIR)/debian/$(RING_ALL_IN_ONE_PKG_NAME) install
ln -sf /usr/bin/jami /usr/bin/ring.cx
tmpdir:= $(shell mktemp -d) tmpdir:= $(shell mktemp -d)
workdir:= $(shell pwd) workdir:= $(shell pwd)
......
...@@ -184,6 +184,7 @@ override_dh_auto_install: ...@@ -184,6 +184,7 @@ override_dh_auto_install:
## GNOME client ## GNOME client
cd client-gnome/build && make DESTDIR=$(CURDIR)/debian/$(RING_ALL_IN_ONE_PKG_NAME) install cd client-gnome/build && make DESTDIR=$(CURDIR)/debian/$(RING_ALL_IN_ONE_PKG_NAME) install
ln -sf /usr/bin/jami /usr/bin/ring.cx
tmpdir:= $(shell mktemp -d) tmpdir:= $(shell mktemp -d)
workdir:= $(shell pwd) workdir:= $(shell pwd)
......
...@@ -181,11 +181,12 @@ rm -rfv %{buildroot}/%{_libdir}/cmake ...@@ -181,11 +181,12 @@ rm -rfv %{buildroot}/%{_libdir}/cmake
## gnome client install ## ## gnome client install ##
########################## ##########################
DESTDIR=%{buildroot} make -C client-gnome/build install DESTDIR=%{buildroot} make -C client-gnome/build install
ln -sf %{_bindir}/jami %{_bindir}/ring.cx ln -sf %{_bindir}/jami %{buildroot}/%{_bindir}/ring.cx
%files %files
%defattr(-,root,root,-) %defattr(-,root,root,-)
%{_bindir}/jami %{_bindir}/jami
%{_bindir}/ring.cx
%{_bindir}/jami-gnome %{_bindir}/jami-gnome
%{_libdir}/libringclient*.so* %{_libdir}/libringclient*.so*
%{_datadir}/glib-2.0/schemas/net.jami.client.gnome.gschema.xml %{_datadir}/glib-2.0/schemas/net.jami.client.gnome.gschema.xml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment