1 %define _missing_doc_files_terminate_build 0
3 Summary: EFL Wrapper for DBus
6 Release: 0.%(date '+%Y%m%d')
8 Group: System Environment/Libraries
9 URL: http://www.enlightenment.org/
10 Source: %{name}-%{version}.tar.gz
11 Packager: %{?_packager:%{_packager}}%{!?_packager:Michael Jennings <mej@eterm.org>}
12 Vendor: %{?_vendorinfo:%{_vendorinfo}}%{!?_vendorinfo:The Enlightenment Project (http://www.enlightenment.org/)}
13 Distribution: %{?_distribution:%{_distribution}}%{!?_distribution:%{_vendor}}
14 Obsoletes: ecore-dbus <= 0.9.9.040
15 BuildRoot: %{_tmppath}/%{name}-%{version}-root
18 e_dbus provides a convenience wrapper for EFL applications using DBus.
21 Summary: e_dbus headers, static libraries, documentation and test programs
22 Group: System Environment/Libraries
23 Requires: %{name} = %{version}
26 Headers, static libraries, test programs and documentation for e_dbus
32 %{configure} --prefix=%{_prefix}
33 %{__make} %{?_smp_mflags} %{?mflags}
36 %{__make} %{?mflags_install} DESTDIR=$RPM_BUILD_ROOT install
38 # Get rid of unneeded testing cruft.
39 %{__rm} -rf $RPM_BUILD_ROOT%{_datadir}/%{name}
42 test "x$RPM_BUILD_ROOT" != "x/" && rm -rf $RPM_BUILD_ROOT
51 %defattr(-, root, root)
52 %doc AUTHORS COPYING* README
57 %defattr(-, root, root)
62 %{_libdir}/pkgconfig/*