diff options
author | Younho Park <younho.park@samsung.com> | 2016-12-27 23:20:03 -0800 |
---|---|---|
committer | Gerrit Code Review <gerrit@review.vlan103.tizen.org> | 2016-12-27 23:20:03 -0800 |
commit | deef75cbb3af5127cf7fd57fe75fd5d43bad3394 (patch) | |
tree | 9e4a783d849603da61b0f1ba9580f0191b1554c2 | |
parent | 3464ab6cfd5889e7f0b69765b91d1868fe6b1aaa (diff) | |
parent | 64976c97d24275a80ec3b9e1fb09a95a5f55f29f (diff) | |
download | my-account-deef75cbb3af5127cf7fd57fe75fd5d43bad3394.tar.gz my-account-deef75cbb3af5127cf7fd57fe75fd5d43bad3394.tar.bz2 my-account-deef75cbb3af5127cf7fd57fe75fd5d43bad3394.zip |
Merge "Configuarbility/BuildingBlock Support for Tizen 4.0" into tizen
-rw-r--r-- | packaging/my-account.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/packaging/my-account.spec b/packaging/my-account.spec index 850ccee..86cddbd 100644 --- a/packaging/my-account.spec +++ b/packaging/my-account.spec @@ -1,7 +1,10 @@ -Name: my-account +%define alias my-account + +Name: my-account-profile_wearable Summary: My account application Version: 0.0.4 Release: 0 +Provides: my-account = %{version}-%{release} Group: main/devel License: Apache-2.0 Source0: %{name}-%{version}.tar.gz @@ -37,7 +40,7 @@ make %{?jobs:-j%jobs} %make_install mkdir -p %{buildroot}/usr/share/license -cp -af %{_builddir}/%{name}-%{version}/LICENSE.APLv2 %{buildroot}/usr/share/license/ +cp -af LICENSE.APLv2 %{buildroot}/usr/share/license/ %post /sbin/ldconfig |