X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=packaging%2Fedbus.spec;h=7f7bc1b4f7df9396d47ee35a41864e2ecf864f28;hb=refs%2Ftags%2Fsubmit%2Ftizen_tv%2F20150320.000001;hp=99a1813933e0369ac87f352fe145aea3bba1a3d2;hpb=e585a756a4068015228b1e6010ea50950781377b;p=platform%2Fupstream%2Fedbus.git diff --git a/packaging/edbus.spec b/packaging/edbus.spec index 99a1813..7f7bc1b 100644 --- a/packaging/edbus.spec +++ b/packaging/edbus.spec @@ -1,11 +1,12 @@ Name: edbus -Version: 1.7.2 -Release: 1 -License: BSD 2-clause +Version: 1.7.9 +Release: 0 +License: BSD-2-Clause Summary: EFL Wrapper for DBus Url: http://www.enlightenment.org/ -Group: System/Libraries +Group: Graphics & UI Framework/EFL Source0: e_dbus-%{version}.tar.bz2 +Source1001: edbus.manifest BuildRequires: doxygen BuildRequires: pkgconfig(dbus-1) BuildRequires: pkgconfig(ecore) @@ -25,40 +26,32 @@ Development files for e_dbus %prep %setup -q -n e_dbus-%{version} +cp %{SOURCE1001} . %build -%configure --disable-static -make %{?_smp_mflags} +%reconfigure --disable-static +%__make %{?_smp_mflags} %install %make_install - - - %post -p /sbin/ldconfig - %postun -p /sbin/ldconfig - - - - %files +%manifest %{name}.manifest %defattr(-,root,root,-) -%doc COPYING +%license COPYING %{_bindir}/e_dbus_* -/usr/bin/e-notify-send +%{_bindir}/e-notify-send %{_libdir}/libe*.so.* -/usr/share/e_dbus/logo.png +%{_datadir}/e_dbus/logo.png %files devel +%manifest %{name}.manifest %defattr(-,root,root,-) %{_includedir}/e_dbus-1/*.h %{_libdir}/*.so %{_libdir}/pkgconfig/*.pc %{_includedir}/e_dbus-1/connman0_7x/E_Connman.h -/usr/bin/e-notify-send - - -%changelog +%{_bindir}/e-notify-send