X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=packaging%2Fxdgmime.spec;h=02c7016731c9079c1aa4923a0979976018972b1f;hb=refs%2Ftags%2Faccepted%2Ftizen%2Fivi%2F20160321.004616;hp=9b45d4da256b2d1f2ed78f40c9d208c6568b3cc2;hpb=70e4cdd60c8427c49d02b158418727e87939a323;p=platform%2Fcore%2Fappfw%2Fxdgmime.git diff --git a/packaging/xdgmime.spec b/packaging/xdgmime.spec index 9b45d4d..02c7016 100644 --- a/packaging/xdgmime.spec +++ b/packaging/xdgmime.spec @@ -1,30 +1,31 @@ Name: xdgmime Version: 0.0.12 -Release: 2 -License: LGPLv2, AFLv2 -Summary: Pkg xdgmime -Group: TO_BE/FILLED_IN +Release: 0 +License: LGPL-2.1 and AFL-2.0 +Summary: Querying information about file type +Group: Applications/Other Source0: xdgmime-%{version}.tar.gz +Source1001: xdgmime.manifest BuildRequires: cmake %description -Package xdgmime +Querying information about file type package. %package devel -Summary: Pkg xdgmime (devel) +Summary: Querying information about file type (devel) Group: Development/Libraries Requires: %{name} = %{version} %description devel -Package xdgmime (devel) +Querying information about file type (devel) package. %prep %setup -q +cp %{SOURCE1001} . %build %cmake . - -make %{?_smp_mflags} +%__make %{?_smp_mflags} %install %make_install @@ -34,11 +35,13 @@ make %{?_smp_mflags} %postun -p /sbin/ldconfig %files +%manifest %{name}.manifest %defattr(-,root,root,-) %{_libdir}/libxdgmime.so.* -%manifest xdgmime.manifest +%license COPYING %files devel +%manifest %{name}.manifest %defattr(-,root,root,-) %{_includedir}/xdgmime.h %{_libdir}/libxdgmime.so