SHA256
1
0
forked from pool/libupnp

Properly provide pkgconfig symbols

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libupnp?expand=0&rev=3
This commit is contained in:
Jan Engelhardt 2012-01-30 13:10:30 +00:00 committed by Git OBS Bridge
parent 0519a01e01
commit c8148eafc6
2 changed files with 10 additions and 5 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jan 30 13:09:31 UTC 2012 - jengelh@medozas.de
- Properly provide pkgconfig symbols
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Oct 8 10:26:59 UTC 2011 - saschpe@gmx.de Sat Oct 8 10:26:59 UTC 2011 - saschpe@gmx.de

View File

@ -1,6 +1,7 @@
# #
# spec file for package minidlna # spec file for package libupnp6
# #
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2011, Sascha Peilicke <saschpe@gmx.de> # Copyright (c) 2011, Sascha Peilicke <saschpe@gmx.de>
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
@ -16,16 +17,16 @@
# #
Name: libupnp6 Name: libupnp6
Version: 1.6.13 Version: 1.6.13
Release: 0 Release: 0
Summary: Portable Universal Plug and Play (UPnP) SDK Summary: Portable Universal Plug and Play (UPnP) SDK
Group: System/Libraries
License: BSD-3-Clause License: BSD-3-Clause
URL: http://sourceforge.net/projects/pupnp/ Group: System/Libraries
Url: http://sourceforge.net/projects/pupnp/
Source0: http://downloads.sourceforge.net/pupnp/libupnp-%{version}.tar.bz2 Source0: http://downloads.sourceforge.net/pupnp/libupnp-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: pkgconfig
%description %description
The portable Universal Plug and Play (UPnP) SDK provides support for building The portable Universal Plug and Play (UPnP) SDK provides support for building
@ -35,7 +36,6 @@ systems.
%package -n libupnp-devel %package -n libupnp-devel
Summary: Portable Universal Plug and Play (UPnP) SDK Summary: Portable Universal Plug and Play (UPnP) SDK
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Provides: pkgconfig(libupnp)
Requires: %{name} = %{version} Requires: %{name} = %{version}
%description -n libupnp-devel %description -n libupnp-devel