Accepting request 75682 from home:vuntz:branches:GNOME:Factory

Update to 0.6.2

OBS-URL: https://build.opensuse.org/request/show/75682
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gupnp-dlna?expand=0&rev=15
This commit is contained in:
Dominique Leuenberger 2011-07-08 07:45:09 +00:00 committed by Git OBS Bridge
parent c35330e66e
commit 700b9bd6e1
6 changed files with 21 additions and 121 deletions

View File

@ -1,12 +0,0 @@
<services>
<service name="download_url">
<param name="protocol">http</param>
<param name="host">gupnp.org</param>
<param name="path">/sites/all/files/sources/gupnp-dlna-0.6.1.tar.gz</param>
</service>
<service name="recompress">
<param name="file">_service:download_url:*.tar.gz</param>
<param name="compression">bz2</param>
</service>
<service name="set_version" />
</services>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0b1f8a947563ada0381e41beba236e7678aa562f028c9479d68140753b9e3788
size 312704

View File

@ -1,103 +0,0 @@
#
# spec file for package gupnp-dlna (Version 0.4.2)
#
# 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: gupnp-dlna
Version: 0.6.1
Release: 0
License: LGPLv2.1+
Summary: A collection of helpers for building DLNA applications
Url: http://www.gupnp.org/
Group: Development/Libraries/C and C++
Source: %{name}-%{version}.tar.bz2
BuildRequires: gstreamer-0_10-devel
BuildRequires: gstreamer-0_10-plugins-base-devel
BuildRequires: libxml2-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
GUPnP-dlna is a collection of helpers for building DLNA media sharing
applications using GUPnP.
%package -n libgupnp-dlna-1_0-2
License: LGPLv2.1+
Summary: A collection of helpers for building DLNA applications
Group: Development/Libraries/C and C++
%description -n libgupnp-dlna-1_0-2
GUPnP-dlna is a collection of helpers for building DLNA media sharing
applications using GUPnP.
%package -n libgupnp-dlna-devel
License: LGPLv2.1+
Summary: A collection of helpers for building DLNA applications - Development Files
Group: Development/Libraries/C and C++
Requires: libgupnp-dlna-1_0-2 = %{version}
%description -n libgupnp-dlna-devel
GUPnP-dlna is a collection of helpers for building DLNA media sharing
applications using GUPnP.
%package -n gupnp-dlna-tools
License: LGPLv2.1+
Summary: A collection of helpers for building DLNA applications
Group: Development/Tools/Other
%description -n gupnp-dlna-tools
GUPnP-dlna is a collection of helpers for building DLNA media sharing
applications using GUPnP.
%prep
%setup -q
%build
%configure \
--disable-static
%__make %{?_smp_mflags}
%install
%makeinstall
find %{buildroot} -type f -name "*.la" -delete -print
%clean
rm -rf %{buildroot}
%post -n libgupnp-dlna-1_0-2 -p /sbin/ldconfig
%postun -n libgupnp-dlna-1_0-2 -p /sbin/ldconfig
%files -n libgupnp-dlna-1_0-2
%defattr(-,root,root)
%doc AUTHORS COPYING README TODO
# This directory contains DLNA profiles, needed by the library
%{_datadir}/%{name}/
%{_libdir}/lib*.so.2*
%files -n libgupnp-dlna-devel
%defattr(-,root,root)
%{_includedir}/%{name}-1.0/
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/gupnp-dlna-1.0.pc
%doc %{_datadir}/gtk-doc/html/%{name}/
%files -n gupnp-dlna-tools
%defattr(-,root,root)
%{_bindir}/gupnp-dlna-info
%{_bindir}/gupnp-dlna-ls-profiles
%changelog

3
gupnp-dlna-0.6.2.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a67e9b031ddd9dfcfc128a2649e9bbbfeba3362ca9a30c3e30b63285f784f599
size 289439

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Jul 7 13:40:13 CEST 2011 - vuntz@opensuse.org
- Update to version 0.6.2:
+ Fix mime types for AAC_* profiles.
+ Fix AAC_ADTS_* profiles to be matchable in strict mode.
+ Initial GObject-introspection support
- Add gobject-introspection-devel BuildRequires to build
introspection support.
- Stop using source service to download the tarball, as Factory
will move away from this.
-------------------------------------------------------------------
Fri Apr 29 14:19:07 UTC 2011 - dimstar@opensuse.org

View File

@ -18,13 +18,14 @@
Name: gupnp-dlna
Version: 0.4.2
Release: 9
Version: 0.6.2
Release: 1
License: LGPLv2.1+
Summary: A collection of helpers for building DLNA applications
Url: http://www.gupnp.org/
Group: Development/Libraries/C and C++
Source: %{name}-%{version}.tar.bz2
Source: http://download.gnome.org/sources/gupnp-dlna/0.6/%{name}-%{version}.tar.bz2
BuildRequires: gobject-introspection-devel
BuildRequires: gstreamer-0_10-devel
BuildRequires: gstreamer-0_10-plugins-base-devel
BuildRequires: libxml2-devel
@ -87,12 +88,14 @@ rm -rf %{buildroot}
# This directory contains DLNA profiles, needed by the library
%{_datadir}/%{name}/
%{_libdir}/lib*.so.2*
%{_libdir}/girepository-1.0/GUPnP-DLNA-1.0.typelib
%files -n libgupnp-dlna-devel
%defattr(-,root,root)
%{_includedir}/%{name}-1.0/
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/gupnp-dlna-1.0.pc
%{_datadir}/gir-1.0/GUPnP-DLNA-1.0.gir
%doc %{_datadir}/gtk-doc/html/%{name}/
%files -n gupnp-dlna-tools