X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=packaging%2Fail.spec;h=5da089de6a3bfae7f0d321c473218c69acc870a8;hb=5eed9f957ba617aeb8b5977778a62fd13ddfedab;hp=a666b2ed4977bf5c6db10265b87f577f46617f07;hpb=e7fe1fdc14e38ead4c7be543e669a2a905b809c8;p=platform%2Fcore%2Fappfw%2Fail.git diff --git a/packaging/ail.spec b/packaging/ail.spec index a666b2e..5da089d 100755 --- a/packaging/ail.spec +++ b/packaging/ail.spec @@ -1,6 +1,6 @@ Name: ail Version: 0.2.80 -Release: 1 +Release: 0 License: Apache-2.0 Summary: Application Information Library Group: Application Framework/Libraries @@ -17,14 +17,15 @@ BuildRequires: pkgconfig(libtzplatform-config) Provides: libail = %{version}-%{release} %description -Application Information Library +Application Information Library package %package devel Summary: Application Information Library Development files Requires: libail = %{version}-%{release} +Requires: pkgconfig(libtzplatform-config) %description devel -Application Information Library (devel) +Application Information Library Development files package %prep %setup -q @@ -40,9 +41,9 @@ export FFLAGS="$FFLAGS -DTIZEN_ENGINEER_MODE" %endif %cmake . -DBUILD_PKGTYPE=rpm \ - -DSMACK=Off + -DSMACK=Off -make %{?_smp_mflags} +%__make %{?_smp_mflags} %install %make_install @@ -79,7 +80,7 @@ update_DAC_for_db_file() echo "Failed to change the perms of $@" fi } -ail_initdb +ail_initdb 2>/dev/null mkdir -p %{TZ_SYS_RO_DESKTOP_APP} mkdir -p %{TZ_SYS_RW_DESKTOP_APP} mkdir -p %{TZ_SYS_DB} @@ -91,10 +92,9 @@ chsmack -a 'User' %{TZ_SYS_DB}/.app_info.db* %postun /sbin/ldconfig if [ $1 == 0 ]; then -rm -f %{TZ_SYS_DB}/.app_info.db* + rm -f %{TZ_SYS_DB}/.app_info.db* fi - %files %manifest %{name}.manifest %license LICENSE