Summary: Wrappers around dbus for EFL based applications Name: e_dbus Version: 1.7.4 Release: 1%{?dist} Group: System Environment/Libraries License: MIT URL: http://www.enlightenment.org/ Source0: http://download.enlightenment.org/releases/%{name}-%{version}.tar.gz BuildRequires: ecore-devel BuildRequires: evas-devel BuildRequires: dbus-devel BuildRequires: chrpath BuildRequires: pkgconfig %description Basic convenience wrappers around dbus to ease integrating dbus with EFL based applications. %package devel Summary: Development files for %{name} Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: dbus-devel ecore-devel evas-devel pkgconfig %description devel The %{name}-devel package contains libraries and header files for developing applications that use %{name}. %prep %setup -q %build %configure --disable-static make V=1 %{?_smp_mflags} %install make install DESTDIR=%{buildroot} INSTALL='install -p' rm %{buildroot}%{_bindir}/%{name}_* chrpath --delete %{buildroot}%{_bindir}/e-notify-send chrpath --delete %{buildroot}%{_libdir}/*.so.* find %{buildroot} -name '*.la' -delete %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %doc AUTHORS COPYING README ChangeLog %{_bindir}/e-notify-send %{_libdir}/*.so.* %{_datadir}/e_dbus/logo.png %files devel %{_includedir}/* %{_libdir}/*.so %{_libdir}/pkgconfig/*.pc %changelog * Sat Dec 29 2012 Terje Rosten - 1.7.4-1 - 1.7.4 * Tue Feb 08 2011 Fedora Release Engineering - 1.0.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Mon Jan 31 2011 Thomas Janssen 1.0.0-1 - final 1.0.0 release * Wed Dec 15 2010 Thomas Janssen 1.0.0-0.1.beta3 - beta 3 release * Tue Nov 16 2010 Thomas Janssen 1.0.0-0.1.beta2 - beta 2 release * Sat Nov 06 2010 Thomas Janssen 1.0.0-0.1.beta1 - beta 1 release * Fri Jul 02 2010 Thomas Janssen 0.5.0.49898-1 - e_dbus 0.5.0.49898 snapshot release * Fri Jun 11 2010 Thomas Janssen 0.5.0.49539-1 - e_dbus 0.5.0.49539 snapshot release * Mon Feb 15 2010 Thomas Janssen 0.5.0.063-1 - New upstream source 0.5.0.063-1 * Fri Jul 24 2009 Fedora Release Engineering - 0.5.0.050-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Tue Feb 24 2009 Fedora Release Engineering - 0.5.0.050-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Sat Nov 29 2008 Pavel "Stalwart" Shevchuk - 0.5.0.050-1 - New upstream snapshot * Mon May 19 2008 Pavel "Stalwart" Shevchuk - 0.5.0.043-1 - New upstream snapshot * Sat May 17 2008 Pavel "Stalwart" Shevchuk - 0.1.0.042-3 - Fixed pkgconfig missing from buildrequires and requires of e_dbus-devel - Removed unneeded test binaries - Fixed copypaste abuse in enm.pc.in, patch upstreamed * Sun May 04 2008 Pavel "Stalwart" Shevchuk - 0.1.0.042-2 - Fixed typo in E_Nm.h, fix committed upstream - Added missing dependencies to e_dbus-devel - Fixed timestamp of source tarball - Preserve timestamps of installed files * Mon Apr 14 2008 Pavel "Stalwart" Shevchuk - 0.1.0.042-1 - Initial specfile for e_dbus