X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;ds=sidebyside;f=packaging%2Fdownload-fonts-service.spec;h=e25270c962d0b897f0d3e93eab3a22a923e88990;hb=refs%2Fheads%2Faccepted%2Ftizen_3.0_wearable;hp=68db2e0353fe429ed0c7fba0dc532491c445379a;hpb=9dc5040e9a3caa546be16f703e1f2c61716c95df;p=platform%2Fcore%2Fuifw%2Fdownload-fonts-service.git diff --git a/packaging/download-fonts-service.spec b/packaging/download-fonts-service.spec old mode 100755 new mode 100644 index 68db2e0..e25270c --- a/packaging/download-fonts-service.spec +++ b/packaging/download-fonts-service.spec @@ -1,23 +1,25 @@ Name: download-fonts-service -Summary: Master Download fonts service. -Version: 0.0.7 +Summary: Master Download fonts service +Version: 1.0.0 Release: 1 -Group: TO_BE / FILLED_IN +Group: Base/Package Management License: Apache-2.0 Source0: %{name}-%{version}.tar.gz +Source1001: download-fonts-service.manifest BuildRequires: cmake, gettext-tools, smack, coreutils BuildRequires: pkgconfig(dlog) BuildRequires: pkgconfig(fontconfig) BuildRequires: pkgconfig(capi-system-system-settings) BuildRequires: pkgconfig(elementary) BuildRequires: pkgconfig(pkgmgr-info) -BuildRequires: pkgconfig(security-server) +BuildRequires: pkgconfig(pkgmgr-installer) %description Master Download fonts service. %prep %setup -q +cp %{SOURCE1001} . %build %if 0%{?sec_build_binary_debug_enable} @@ -30,7 +32,7 @@ export CFLAGS="$CFLAGS -DTIZEN_ENGINEER_MODE" export CXXFLAGS="$CXXFLAGS -DTIZEN_ENGINEER_MODE" export FFLAGS="$FFLAGS -DTIZEN_ENGINEER_MODE" %endif -cmake . -DCMAKE_INSTALL_PREFIX=%{_prefix} -DPRODUCT=private +cmake . -DCMAKE_INSTALL_PREFIX=%{_prefix} CFLAGS="${CFLAGS} -Wall -Winline -Werror" LDFLAGS="${LDFLAGS}" make %{?jobs:-j%jobs} @@ -38,9 +40,12 @@ CFLAGS="${CFLAGS} -Wall -Winline -Werror" LDFLAGS="${LDFLAGS}" make %{?jobs:-j%j rm -rf %{buildroot} %make_install +mkdir -p %{buildroot}%{_tmpfilesdir} + %files -n download-fonts-service %manifest download-fonts-service.manifest %defattr(-,root,root,-) -%{_prefix}/etc/package-manager/parserlib/category/* +%license LICENSE +/etc/package-manager/parserlib/category/* # End of a file