fix .spec for rpm packaging
[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 %files
57 %defattr(-,root,root,-)
58 %{_libdir}/*.so.*
59 %{_bindir}/*
60
61 %files devel
62 %defattr(-,root,root,-)
63 %{_libdir}/*.so
64 %{_includedir}/*
65 %{_libdir}/pkgconfig/*.pc
66