diff options
-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 |