[e_dbus] final 1.0.0 release

thomasj thomasj at fedoraproject.org
Mon Jan 31 22:05:21 UTC 2011


commit 0d27c6d9b8a64914e029d121eb1f7f6c808203d6
Author: Thomas Janssen <thomasj at fedoraproject.org>
Date:   Mon Jan 31 23:05:09 2011 +0100

    final 1.0.0 release

 .gitignore  |    1 +
 e_dbus.spec |   12 +++++++-----
 sources     |    2 +-
 3 files changed, 9 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a82025d..6841f8a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ e_dbus-0.5.0.49898.tar.bz2
 /e_dbus-1.0.0.beta.tar.bz2
 /e_dbus-1.0.0.beta2.tar.bz2
 /e_dbus-1.0.0.beta3.tar.bz2
+/e_dbus-1.0.0.tar.gz
diff --git a/e_dbus.spec b/e_dbus.spec
index ea38ee1..26e4f4f 100644
--- a/e_dbus.spec
+++ b/e_dbus.spec
@@ -1,12 +1,12 @@
 Name:           e_dbus
 Version:        1.0.0
-Release:        0.1.beta3%{?dist}
+Release:        1%{?dist}
 Summary:        Wrappers around dbus for EFL based applications
 
 Group:          System Environment/Libraries
 License:        MIT
 URL:            http://www.enlightenment.org/
-Source0:        http://download.enlightenment.org/releases/%{name}-%{version}.beta3.tar.bz2
+Source0:        http://download.enlightenment.org/releases/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 #Patch10:	e_dbus-1.0.0_fix-DSO.patch
@@ -33,16 +33,15 @@ developing applications that use %{name}.
 
 
 %prep
-%setup -q -n %{name}-%{version}.beta3
+%setup -q -n %{name}-%{version}
 #%patch10 -p0
 #%patch20 -p0
 #%patch30 -p0
 #%patch40 -p0
 
 %build
-autoreconf --force --install
 %configure --disable-static 
-export LD_LIBRARY_PATH=$( pwd )/src/lib/dbus/.libs/libedbus.so.1
+#export LD_LIBRARY_PATH=$( pwd )/src/lib/dbus/.libs/libedbus.so.1
 make V=1 %{?_smp_mflags}
 
 #sed -i 's,link_all_deplibs=no,link_all_deplibs=yes,' configure
@@ -81,6 +80,9 @@ rm -rf %{buildroot}
 %{_libdir}/pkgconfig/*.pc
 
 %changelog
+* Mon Jan 31 2011 Thomas Janssen <thomasj at fedoraproject.org> 1.0.0-1
+- final 1.0.0 release
+
 * Wed Dec 15 2010 Thomas Janssen <thomasj at fedoraproject.org> 1.0.0-0.1.beta3
 - beta 3 release
 
diff --git a/sources b/sources
index 86b35d6..ccc56be 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-db71600a48b7cd96bebe4eb29b0004aa  e_dbus-1.0.0.beta3.tar.bz2
+4a3031a41e7e33f843cf104bf84cd4ee  e_dbus-1.0.0.tar.gz


More information about the scm-commits mailing list