Accepting request 582823 from GNOME:Factory
spec-cleaner (forwarded request 581236 from dimstar) OBS-URL: https://build.opensuse.org/request/show/582823 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gupnp-igd?expand=0&rev=29
This commit is contained in:
commit
86a86278b2
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 28 16:33:13 UTC 2018 - dimstar@opensuse.org
|
||||
|
||||
- Modernize spec-file by calling spec-cleaner
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 20 20:31:34 UTC 2017 - luc14n0@linuxmail.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gupnp-igd
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -20,9 +20,9 @@ Name: gupnp-igd
|
||||
Version: 0.2.5
|
||||
Release: 0
|
||||
Summary: Library to handle UPnP IGD port mapping
|
||||
License: LGPL-2.1+
|
||||
License: LGPL-2.1-or-later
|
||||
Group: Development/Libraries/C and C++
|
||||
Url: https://wiki.gnome.org/Projects/GUPnP
|
||||
URL: https://wiki.gnome.org/Projects/GUPnP
|
||||
Source: http://download.gnome.org/sources/gupnp-igd/0.2/%{name}-%{version}.tar.xz
|
||||
Source1: baselibs.conf
|
||||
BuildRequires: pkgconfig
|
||||
@ -33,7 +33,6 @@ BuildRequires: pkgconfig(gssdp-1.0)
|
||||
BuildRequires: pkgconfig(gthread-2.0)
|
||||
BuildRequires: pkgconfig(gtk-doc)
|
||||
BuildRequires: pkgconfig(gupnp-1.0) >= 0.18
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
GUPnP-IGD is a library to handle UPnP IGD port mapping. It is supposed
|
||||
@ -85,16 +84,14 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
||||
%postun -n libgupnp-igd-1_0-4 -p /sbin/ldconfig
|
||||
|
||||
%files -n libgupnp-igd-1_0-4
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS COPYING NEWS README
|
||||
%license COPYING
|
||||
%doc AUTHORS NEWS README
|
||||
%{_libdir}/*.so.*
|
||||
|
||||
%files -n typelib-1_0-GUPnPIgd-1_0
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/girepository-1.0/GUPnPIgd-1.0.typelib
|
||||
|
||||
%files -n libgupnp-igd-devel
|
||||
%defattr(-,root,root)
|
||||
%{_includedir}/%{name}-1.0
|
||||
%{_libdir}/*.so
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
|
Loading…
Reference in New Issue
Block a user