Accepting request 39955 from GNOME:Factory
Copy from GNOME:Factory/gssdp based on submit request 39955 from user dimstar OBS-URL: https://build.opensuse.org/request/show/39955 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gssdp?expand=0&rev=6
This commit is contained in:
parent
02f3da1231
commit
c71db492ed
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e0995a68ba811c40fe17a0084504234c431ce62ebdb15ec917237d9c2df885aa
|
|
||||||
size 297610
|
|
3
gssdp-0.7.2.tar.bz2
Normal file
3
gssdp-0.7.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8b1475855f1ac277e05afcec0240fdd1d1ed017ab832e6c8de59b0734d296dd1
|
||||||
|
size 298297
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 12 20:03:16 CEST 2010 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 0.7.2:
|
||||||
|
+ Provide gobject-introspection GIR and typelib.
|
||||||
|
+ Use silent build rules.
|
||||||
|
+ Fix issues with version-independence magic in SSDP code.
|
||||||
|
+ Fix build issues in jhbuild environment.
|
||||||
|
- BuildRequire gobject-introspection-devel.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 4 20:00:39 CET 2009 - vuntz@opensuse.org
|
Fri Dec 4 20:00:39 CET 2009 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gssdp (Version 0.7.1)
|
# spec file for package gssdp (Version 0.7.2)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2010 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
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gssdp
|
Name: gssdp
|
||||||
Version: 0.7.1
|
Version: 0.7.2
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Library for resource discovery and announcement over SSDP
|
Summary: Library for resource discovery and announcement over SSDP
|
||||||
License: LGPL v2 or later
|
License: LGPL v2 or later
|
||||||
@ -26,6 +26,7 @@ Group: Development/Libraries/C and C++
|
|||||||
Url: http://www.gupnp.org/
|
Url: http://www.gupnp.org/
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
BuildRequires: glib2-devel
|
BuildRequires: glib2-devel
|
||||||
|
BuildRequires: gobject-introspection-devel
|
||||||
BuildRequires: gtk2-devel
|
BuildRequires: gtk2-devel
|
||||||
BuildRequires: libsoup-devel
|
BuildRequires: libsoup-devel
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -92,6 +93,8 @@ rm -rf %{buildroot}
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc AUTHORS ChangeLog COPYING NEWS README
|
%doc AUTHORS ChangeLog COPYING NEWS README
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/*.so.*
|
||||||
|
%{_libdir}/girepository-1.0/GSSDP-1.0.typelib
|
||||||
|
%{_datadir}/gir-1.0/GSSDP-1.0.gir
|
||||||
|
|
||||||
%files -n libgssdp-devel
|
%files -n libgssdp-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
Loading…
Reference in New Issue
Block a user