Joop Boonen
2012-01-07 22:08:53 +00:00
committed by Git OBS Bridge
parent 847f763674
commit f4d79d5083
2 changed files with 11 additions and 6 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Jan 7 22:08:25 UTC 2012 - joop.boonen@opensuse.org
- Corrected the License
-------------------------------------------------------------------
Fri Dec 23 21:36:13 UTC 2011 - jengelh@medozas.de

View File

@@ -1,7 +1,7 @@
#
# spec file for package miniupnpc
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@@ -15,21 +15,21 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: miniupnpc
Version: 1.6
Release: 0.0
%define soname 8
Summary: Universal Plug'n'Play (UPnP) Client
License: BSD-3-Clause
Group: Productivity/Networking/Other
Source: http://miniupnp.free.fr/files/miniupnpc-%{version}.tar.gz
Patch1: miniupnpc-makefile.patch
Url: http://miniupnp.free.fr/
Group: Productivity/Networking/Other
License: BSD License (revised)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: gcc
BuildRequires: glibc-devel
BuildRequires: make
BuildRequires: python-devel
BuildRequires: gcc glibc-devel make
Requires: libminiupnpc%{soname} = %{version}-%{release}
%description