[e_dbus] fix import

Rahul Sundaram sundaram at fedoraproject.org
Tue Jun 18 16:01:31 UTC 2013


commit 6285373b0675f857961fe7e941f5c11f8456ec9b
Author: Rahul Sundaram <sundaram at fedoraproject.org>
Date:   Tue Jun 18 12:01:08 2013 -0400

    fix import

 .gitignore  |    1 +
 e_dbus.spec |   66 ++++++++++++++++++++++
 ecore.spec  |  180 -----------------------------------------------------------
 sources     |    2 +-
 4 files changed, 68 insertions(+), 181 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d67e5e6..b21142b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ e_dbus-0.5.0.49898.tar.bz2
 /e_dbus-1.0.0.beta3.tar.bz2
 /e_dbus-1.0.0.tar.gz
 /ecore-1.7.7.tar.bz2
+/e_dbus-1.7.7.tar.gz
diff --git a/e_dbus.spec b/e_dbus.spec
new file mode 100644
index 0000000..fd6f9a6
--- /dev/null
+++ b/e_dbus.spec
@@ -0,0 +1,66 @@
+Summary:        Wrappers around D-Bus for EFL based applications
+Name:           e_dbus
+Version:        1.7.7
+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 D-Bus to ease integrating D-Bus 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 --disable-silent-rules
+make V=1 %{?_smp_mflags}
+
+%install
+%make_install
+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
+* Tue Jun 18 2013 Rahul Sundaram <sundaram at fedoraproject.org> - 1.7.7-1
+- upstream release 1.7.7
+
+* Wed May 15 2013 Rahul Sundaram <sundaram at fedoraproject.org> - 1.7.6-1
+- upstream release 1.7.6
+
+* Tue Jan 01 2013 Rahul Sundaram <sundaram at fedoraproject.org> - 1.7.4-1
+- initial spec
diff --git a/sources b/sources
index efa46e8..6265375 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-083bc8f50c06157ae1836a9c54100ff6  ecore-1.7.7.tar.bz2
+d9bf302b9b3f6cfd98840e6e8ca8c0ce  e_dbus-1.7.7.tar.gz


More information about the scm-commits mailing list