Merge commit '1f3c518780e0effc4b099b5abe20cd3a95ecaa6c' into svn_merge
[framework/uifw/edbus.git] / packaging / edbus.spec
1
2 # Do NOT Edit the Auto-generated Part!
3 # Generated by: spectacle version 0.22
4
5
6 Name:       edbus
7 Summary:    D-Bus and HAL wrapper libraries for EFL
8 Version:    1.0.999.svn60291
9 Release:    1
10 Group:      TO_BE/FILLED_IN
11 License:    TO BE FILLED IN
12 Source0:    http://download.enlightenment.org/releases/edbus-%{version}.tar.bz2
13 Requires(post): /sbin/ldconfig
14 Requires(postun): /sbin/ldconfig
15 BuildRequires:  pkgconfig(ecore)
16 BuildRequires:  pkgconfig(eina)
17 BuildRequires:  pkgconfig(evas)
18 BuildRequires:  pkgconfig(dbus-1)
19
20
21 %description
22 D-Bus and HAL wrapper libraries for use with the EFL
23
24
25
26 %package devel
27 Summary:    D-Bus and HAL wrapper libraries for EFL (devel)
28 Group:      Development/Libraries
29 Requires:   %{name} = %{version}-%{release}
30
31 %description devel
32 D-Bus and HAL wrapper libraries for use with the EFL (devel)
33
34
35 %prep
36 %setup -q -n %{name}
37
38
39 %build
40
41 %autogen --disable-static
42 %configure --disable-static
43 make %{?jobs:-j%jobs}
44
45 %install
46 rm -rf %{buildroot}
47 %make_install
48
49
50
51
52 %post -p /sbin/ldconfig
53
54 %postun -p /sbin/ldconfig
55
56
57
58
59
60 %files
61 %defattr(-,root,root,-)
62 %{_libdir}/libedbus.so.*
63 %{_libdir}/libehal.so.*
64 %{_libdir}/libenotify.so.*
65 %{_libdir}/libeofono.so.*
66 %{_libdir}/libeconnman.so.*
67 %{_libdir}/libebluez.so.*
68 %{_libdir}/libeukit.so.*
69 /usr/bin/e-notify-send
70 /usr/bin/e_dbus_*
71
72
73 %files devel
74 %defattr(-,root,root,-)
75 %{_includedir}/e_dbus-1/*.h
76 %{_libdir}/libedbus.so
77 %{_libdir}/libehal.so
78 %{_libdir}/libenotify.so
79 %{_libdir}/libeofono.so
80 %{_libdir}/libeconnman.so
81 %{_libdir}/libebluez.so
82 %{_libdir}/libeukit.so
83 %{_libdir}/pkgconfig/e*.pc
84