Hello community,

here is the log from the commit of package dleyna-core for openSUSE:Factory 
checked in at 2013-08-27 20:40:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dleyna-core (Old)
 and      /work/SRC/openSUSE:Factory/.dleyna-core.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dleyna-core"

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

--- /dev/null   2013-07-23 23:44:04.804033756 +0200
+++ /work/SRC/openSUSE:Factory/.dleyna-core.new/dleyna-core.changes     
2013-08-27 20:40:55.000000000 +0200
@@ -0,0 +1,5 @@
+-------------------------------------------------------------------
+Mon Aug 12 18:03:13 UTC 2013 - dims...@opensuse.org
+
+- Initial package, version 0.1.0.
+

New:
----
  dleyna-core-0.1.0.tar.gz
  dleyna-core.changes
  dleyna-core.spec

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

Other differences:
------------------
++++++ dleyna-core.spec ++++++
#
# spec file for package
#
# Copyright (c) 2013 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:           dleyna-core
Version:        0.1.0
Release:        0
License:        LGPL-2.1
Summary:        Utility functions used by higher level dLeyna libraries
Url:            http://01.org/dleyna
Group:          System/Libraries
Source:         
https://01.org/dleyna/sites/default/files/downloads/dleyna-core-0.1.0.tar.gz
BuildRequires:  pkgconfig(gio-2.0) >= 2.28
BuildRequires:  pkgconfig(glib-2.0) >= 2.28
BuildRequires:  pkgconfig(gmodule-2.0) >= 2.28
BuildRequires:  pkgconfig(gupnp-1.0) >= 0.19.1
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
dleyna-core is a library of utility functions that are used by the higher level 
dLeyna libraries that
communicate with DLNA devices, e.g., dleyna-server.

In brief, it provides APIs for logging, error, settings and task management and 
an IPC abstraction API.

%package -n libdleyna-core-1_0-1
Summary:        Utility functions used by higher level dLeyna libraries
Group:          System/Libraries

%description -n libdleyna-core-1_0-1
dleyna-core is a library of utility functions that are used by the higher level 
dLeyna libraries that
communicate with DLNA devices, e.g., dleyna-server.

In brief, it provides APIs for logging, error, settings and task management and 
an IPC abstraction API.

%package devel
Summary:        Utility functions used by higher level dLeyna libraries -- 
Development files
Group:          Development/Languages/C and C++
Requires:       libdleyna-core-1_0-1 = %{version}

%description devel
dleyna-core is a library of utility functions that are used by the higher level 
dLeyna libraries that
communicate with DLNA devices, e.g., dleyna-server.

In brief, it provides APIs for logging, error, settings and task management and 
an IPC abstraction API.

%prep
%setup -q

%build
%configure
make %{?_smp_mflags}

%install
%make_install
find %{buildroot}%{_libdir} -type f -name '*.la' -delete -print

%post -n libdleyna-core-1_0-1 -p /sbin/ldconfig

%postun -n libdleyna-core-1_0-1 -p /sbin/ldconfig

%files -n libdleyna-core-1_0-1
%defattr(-,root,root)
%doc ChangeLog README COPYING
%{_libdir}/libdleyna-core-1.0.so.*

%files devel
%defattr(-,root,root)
%{_includedir}/dleyna-1.0/
%{_libdir}/libdleyna-core-1.0.so
%{_libdir}/pkgconfig/dleyna-core-1.0.pc


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

Reply via email to