Accepting request 581236 from GNOME:Next

spec-cleaner

OBS-URL: https://build.opensuse.org/request/show/581236
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gupnp-igd?expand=0&rev=42
This commit is contained in:
Dominique Leuenberger 2018-03-05 13:56:08 +00:00 committed by Git OBS Bridge
parent fbd2e3f007
commit 0defe6d834
2 changed files with 10 additions and 8 deletions

View File

@ -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 Mon Nov 20 20:31:34 UTC 2017 - luc14n0@linuxmail.org

View File

@ -1,7 +1,7 @@
# #
# spec file for package gupnp-igd # 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 # 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
@ -20,9 +20,9 @@ Name: gupnp-igd
Version: 0.2.5 Version: 0.2.5
Release: 0 Release: 0
Summary: Library to handle UPnP IGD port mapping Summary: Library to handle UPnP IGD port mapping
License: LGPL-2.1+ License: LGPL-2.1-or-later
Group: Development/Libraries/C and C++ 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 Source: http://download.gnome.org/sources/gupnp-igd/0.2/%{name}-%{version}.tar.xz
Source1: baselibs.conf Source1: baselibs.conf
BuildRequires: pkgconfig BuildRequires: pkgconfig
@ -33,7 +33,6 @@ BuildRequires: pkgconfig(gssdp-1.0)
BuildRequires: pkgconfig(gthread-2.0) BuildRequires: pkgconfig(gthread-2.0)
BuildRequires: pkgconfig(gtk-doc) BuildRequires: pkgconfig(gtk-doc)
BuildRequires: pkgconfig(gupnp-1.0) >= 0.18 BuildRequires: pkgconfig(gupnp-1.0) >= 0.18
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description %description
GUPnP-IGD is a library to handle UPnP IGD port mapping. It is supposed 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 %postun -n libgupnp-igd-1_0-4 -p /sbin/ldconfig
%files -n libgupnp-igd-1_0-4 %files -n libgupnp-igd-1_0-4
%defattr(-,root,root) %license COPYING
%doc AUTHORS COPYING NEWS README %doc AUTHORS NEWS README
%{_libdir}/*.so.* %{_libdir}/*.so.*
%files -n typelib-1_0-GUPnPIgd-1_0 %files -n typelib-1_0-GUPnPIgd-1_0
%defattr(-,root,root)
%{_libdir}/girepository-1.0/GUPnPIgd-1.0.typelib %{_libdir}/girepository-1.0/GUPnPIgd-1.0.typelib
%files -n libgupnp-igd-devel %files -n libgupnp-igd-devel
%defattr(-,root,root)
%{_includedir}/%{name}-1.0 %{_includedir}/%{name}-1.0
%{_libdir}/*.so %{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc %{_libdir}/pkgconfig/*.pc