Hello community,

here is the log from the commit of package e_dbus for openSUSE:Factory checked 
in at 2012-12-03 09:32:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/e_dbus (Old)
 and      /work/SRC/openSUSE:Factory/.e_dbus.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "e_dbus", Maintainer is ""

Changes:
--------
New Changes file:

--- /dev/null   2012-11-30 12:21:47.308011256 +0100
+++ /work/SRC/openSUSE:Factory/.e_dbus.new/e_dbus.changes       2012-12-03 
09:32:57.000000000 +0100
@@ -0,0 +1,74 @@
+-------------------------------------------------------------------
+Thu Nov 22 10:32:00 UTC 2012 - sleep_wal...@suse.cz
+
+- improve summaries and descriptions
+- fix license
+- clean the spec a bit
+
+-------------------------------------------------------------------
+Wed Nov 21 13:17:09 UTC 2012 - sleep_wal...@suse.cz
+
+- add --disable-static-rules to configure
+- remove autoupdate entries from changelog
+
+-------------------------------------------------------------------
+Thu Nov 15 12:42:57 UTC 2012 - sleep_wal...@suse.cz
+
+- remove autoreconf as it is not needed for release
+
+-------------------------------------------------------------------
+Sun Oct 21 00:09:21 UTC 2012 - si...@simotek.net
+
+- bump to 1.7.1
+
+-------------------------------------------------------------------
+Thu Sep 20 07:42:57 UTC 2012 - sleep_wal...@suse.cz
+
+- change pkgconfig dependency to package name
+
+-------------------------------------------------------------------
+Fri Sep  7 23:45:37 UTC 2012 - sleep_wal...@suse.cz
+
+- revert spec file change makeinstall --> make_install
+
+-------------------------------------------------------------------
+Fri Dec 30 22:51:36 UTC 2011 - sleep_wal...@suse.cz
+
+- explicitly BuildRequire autoconf, automake and libtool
+
+-------------------------------------------------------------------
+Mon Dec 12 22:44:25 UTC 2011 - sleep_wal...@suse.cz
+
+- add new file - logo.png into e_dbus package
+
+-------------------------------------------------------------------
+Sat Nov 19 11:34:16 UTC 2011 - tc...@suse.com
+
+- add e_dbus as required dependency of e_dbus-devel
+
+-------------------------------------------------------------------
+Tue Nov  8 16:05:24 UTC 2011 - tc...@suse.com
+
+- fix placement of autoreconf for Mandrivas
+
+-------------------------------------------------------------------
+Sat Oct 15 17:36:04 UTC 2011 - tc...@suse.com
+
+- add devel packages required to build as required for devel package
+
+-------------------------------------------------------------------
+Wed Sep 28 09:16:42 UTC 2011 - tc...@suse.com
+
+- change pkgconfig dependencies to package names
+
+-------------------------------------------------------------------
+Tue Sep 27 13:27:37 UTC 2011 - jreidin...@suse.com
+
+- version update to 1.0.1
+- clean up spec file
+
+-------------------------------------------------------------------
+Tue Feb  1 20:30:16 UTC 2011 - dims...@opensuse.org
+
+- Initial package, version 1.0.0
+

New:
----
  e_dbus-1.7.1.tar.bz2
  e_dbus.changes
  e_dbus.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ e_dbus.spec ++++++
#
# spec file for package e_dbus
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


Name:           e_dbus
Version:        1.7.1
Release:        1
License:        BSD-2-Clause
Summary:        Dbus wrapping and glue layer library
Url:            http://enlightenment.org/
Group:          System/Libraries
Source:         %{name}-%{version}.tar.bz2
BuildRequires:  ecore-devel
BuildRequires:  eina-devel
BuildRequires:  libtool
BuildRequires:  pkgconfig
BuildRequires:  dbus-1-devel
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
E_Dbus is a set of wrappers around DBus APIs by third party, so they can be
easily used by EFL applications, automatically providing Ecore/main loop
integration, as well as Eina data types.

%package -n libedbus1
Summary:        E_Dbus Dynamic Library
Group:          System/Libraries

%description -n libedbus1
Main dynamic library of E_Dbus.

%package devel
Summary:        E_Dbus development package
Group:          Development/Libraries/C and C++
Requires:       %{name} = %{version}
Requires:       ecore-devel
Requires:       eina-devel
Requires:       libedbus1 = %{version}
Requires:       dbus-1-devel

%description devel
Development files for E_Dbus package.

%prep
%setup -q

%build
%configure --disable-static --disable-silent-rules
make %{?_smp_mflags}

%install
make install DESTDIR="%buildroot"
find %{buildroot}%{_libdir} -name '*.la' -exec rm -v {} \;

%post -n libedbus1 -p /sbin/ldconfig

%postun -n libedbus1 -p /sbin/ldconfig

%files
%defattr(-,root,root)
%doc ChangeLog README COPYING
%{_bindir}/e*
%{_datadir}/e_dbus/

%files -n libedbus1
%defattr(-, root, root)
%{_libdir}/libe*.so.*

%files devel
%defattr(-, root, root)
%{_includedir}/e_dbus-1/
%{_libdir}/pkgconfig/*.pc
%{_libdir}/libe*.so

%changelog
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to