packaging: Bump to version 1.7.9
[platform/upstream/edbus.git] / packaging / edbus.spec
index 99a1813..7f7bc1b 100644 (file)
@@ -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