From acaebb53965f6826abbf519ffb99efacdeb2af75 Mon Sep 17 00:00:00 2001 From: Seonah Moon Date: Wed, 22 Mar 2017 15:42:31 +0900 Subject: [PATCH] Changed the path of license by using '%license' macro Change-Id: I009433c56b7c9e12223d31d8dfe3587e9fdd03eb Signed-off-by: Seonah Moon --- packaging/connman.spec | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/packaging/connman.spec b/packaging/connman.spec index 3ad471b..4bea2a8 100755 --- a/packaging/connman.spec +++ b/packaging/connman.spec @@ -199,10 +199,6 @@ rm %{buildroot}%{_sysconfdir}/dbus-1/system.d/*.conf mkdir -p %{buildroot}%{_sysconfdir}/dbus-1/system.d/ cp src/connman.conf %{buildroot}%{_sysconfdir}/dbus-1/system.d/ -#License -mkdir -p %{buildroot}%{_datadir}/license -cp COPYING %{buildroot}%{_datadir}/license/connman - %if %{with connman_vpnd} cp vpn/vpn-dbus.conf %{buildroot}%{_sysconfdir}/dbus-1/system.d/connman-vpn-dbus.conf %endif @@ -246,7 +242,7 @@ systemctl daemon-reload %attr(644,root,root) %{_libdir}/systemd/system/connman.socket %attr(644,root,root) %{_libdir}/systemd/system/sockets.target.wants/connman.socket %endif -%{_datadir}/license/connman +%license COPYING %{upgrade_script_path}/%{upgrade_script_filename} %files test -- 2.7.4