forked from ActiaNordic/dbus-cplusplus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
libdbus-c++.spec.in
63 lines (43 loc) · 1.36 KB
/
libdbus-c++.spec.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
Summary: C++ Interface for DBus
Name: libdbus-c++
Version: @PACKAGE_VERSION@
Release: 70001
URL: http://dev.openwengo.org/trac/openwengo/trac.fcgi/browser/wengophone-ng/branches/wengophone-dbus-api/libs/dbus/src
Source0: %{name}-%{version}.tar.gz
License: LGPL
Group: Libraries
BuildRoot: %{_tmppath}/%{name}-root
Prefix: /usr
%description
Ability to reflect dbus methods and signals into a more natural C++ object system.
%package devel
Requires: libdbus-c++ = %{version}
Group: Development/Libraries
Summary: Header files for libdbus-c++
%description devel
Header files for libdbus-c++
%prep
%setup -q
%build
./configure --prefix=/usr
make -j 4
%install
make prefix=$RPM_BUILD_ROOT%{prefix} install
%clean
rm -rf $RPM_BUILD_ROOT
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(755,root,root)
%{prefix}/lib/libdbus-c++*.so*
%files devel
%defattr(-,root,root)
%{prefix}/bin/dbusxx-xml2cpp
%{prefix}/bin/dbusxx-introspect
%{prefix}/lib/libdbus-c*.a
%{prefix}/lib/libdbus-c*.la
%{prefix}/include/dbus-c++-1
%{prefix}/lib/pkgconfig/*.pc
%changelog
* Thu Feb 8 2007 Ben Martin
- initial spec file