Accepting request 106174 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/106174 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gupnp-dlna?expand=0&rev=15
This commit is contained in:
commit
7d2fa5a46d
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a2072b191b92a9bc8305848e7f319401ef6ad5700eabd97a32578a0d445013ed
|
|
||||||
size 304094
|
|
3
gupnp-dlna-0.6.5.tar.xz
Normal file
3
gupnp-dlna-0.6.5.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:139043e9bbb47fb87dd7ec75054b76723e45cb89c82dfd2e29f8ab4802c07929
|
||||||
|
size 263444
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 15 07:51:01 UTC 2012 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 0.6.5:
|
||||||
|
+ Update autotools integration.
|
||||||
|
+ Add missing functions to documentation.
|
||||||
|
+ Fix warnings during GIR generation.
|
||||||
|
+ Fix GIR namespace to not clash with GUPnP's.
|
||||||
|
- Rename typelib-1_0-GUPnP-DLNA-1_0 subpackage to
|
||||||
|
typelib-1_0-GUPnPDLNA-1_0, following typelib name change. There
|
||||||
|
is no Provides/Obsoletes, as this should work like SLPP packages.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 23 10:42:30 UTC 2011 - vuntz@opensuse.org
|
Fri Dec 23 10:42:30 UTC 2011 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gupnp-dlna
|
# spec file for package gupnp-dlna
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -15,14 +15,15 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: gupnp-dlna
|
Name: gupnp-dlna
|
||||||
Version: 0.6.4
|
Version: 0.6.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A collection of helpers for building DLNA applications
|
Summary: A collection of helpers for building DLNA applications
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Url: http://www.gupnp.org/
|
Url: http://www.gupnp.org/
|
||||||
Source: http://download.gnome.org/sources/gupnp-dlna/0.6/%{name}-%{version}.tar.bz2
|
Source: http://download.gnome.org/sources/gupnp-dlna/0.6/%{name}-%{version}.tar.xz
|
||||||
BuildRequires: gobject-introspection-devel
|
BuildRequires: gobject-introspection-devel
|
||||||
BuildRequires: gstreamer-0_10-devel
|
BuildRequires: gstreamer-0_10-devel
|
||||||
BuildRequires: gstreamer-0_10-plugins-base-devel
|
BuildRequires: gstreamer-0_10-plugins-base-devel
|
||||||
@ -41,11 +42,11 @@ Group: Development/Libraries/C and C++
|
|||||||
GUPnP-DLNA is a collection of helpers for building DLNA media sharing
|
GUPnP-DLNA is a collection of helpers for building DLNA media sharing
|
||||||
applications using GUPnP.
|
applications using GUPnP.
|
||||||
|
|
||||||
%package -n typelib-1_0-GUPnP-DLNA-1_0
|
%package -n typelib-1_0-GUPnPDLNA-1_0
|
||||||
Summary: A collection of helpers for building DLNA applications -- Introspection bindings
|
Summary: A collection of helpers for building DLNA applications -- Introspection bindings
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
|
|
||||||
%description -n typelib-1_0-GUPnP-DLNA-1_0
|
%description -n typelib-1_0-GUPnPDLNA-1_0
|
||||||
GUPnP-DLNA is a collection of helpers for building DLNA media sharing
|
GUPnP-DLNA is a collection of helpers for building DLNA media sharing
|
||||||
applications using GUPnP.
|
applications using GUPnP.
|
||||||
|
|
||||||
@ -55,7 +56,7 @@ This package provides the GObject Introspection bindings for GUPnP-DLNA.
|
|||||||
Summary: A collection of helpers for building DLNA applications - Development Files
|
Summary: A collection of helpers for building DLNA applications - Development Files
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: libgupnp-dlna-1_0-2 = %{version}
|
Requires: libgupnp-dlna-1_0-2 = %{version}
|
||||||
Requires: typelib-1_0-GUPnP-DLNA-1_0 = %{version}
|
Requires: typelib-1_0-GUPnPDLNA-1_0 = %{version}
|
||||||
|
|
||||||
%description -n libgupnp-dlna-devel
|
%description -n libgupnp-dlna-devel
|
||||||
GUPnP-DLNA is a collection of helpers for building DLNA media sharing
|
GUPnP-DLNA is a collection of helpers for building DLNA media sharing
|
||||||
@ -95,16 +96,16 @@ rm -rf %{buildroot}
|
|||||||
%{_datadir}/%{name}/
|
%{_datadir}/%{name}/
|
||||||
%{_libdir}/lib*.so.2*
|
%{_libdir}/lib*.so.2*
|
||||||
|
|
||||||
%files -n typelib-1_0-GUPnP-DLNA-1_0
|
%files -n typelib-1_0-GUPnPDLNA-1_0
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/girepository-1.0/GUPnP-DLNA-1.0.typelib
|
%{_libdir}/girepository-1.0/GUPnPDLNA-1.0.typelib
|
||||||
|
|
||||||
%files -n libgupnp-dlna-devel
|
%files -n libgupnp-dlna-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_includedir}/%{name}-1.0/
|
%{_includedir}/%{name}-1.0/
|
||||||
%{_libdir}/lib*.so
|
%{_libdir}/lib*.so
|
||||||
%{_libdir}/pkgconfig/gupnp-dlna-1.0.pc
|
%{_libdir}/pkgconfig/gupnp-dlna-1.0.pc
|
||||||
%{_datadir}/gir-1.0/GUPnP-DLNA-1.0.gir
|
%{_datadir}/gir-1.0/GUPnPDLNA-1.0.gir
|
||||||
%doc %{_datadir}/gtk-doc/html/%{name}/
|
%doc %{_datadir}/gtk-doc/html/%{name}/
|
||||||
|
|
||||||
%files -n gupnp-dlna-tools
|
%files -n gupnp-dlna-tools
|
||||||
|
Loading…
x
Reference in New Issue
Block a user