Accepting request 582872 from GNOME:Factory

spec-cleaner (forwarded request 581373 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/582872
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pangomm1_4?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2018-03-08 09:49:44 +00:00 committed by Git OBS Bridge
commit e1b67da4e1
2 changed files with 11 additions and 7 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Feb 28 22:03:37 UTC 2018 - dimstar@opensuse.org
- Modernize spec-file by calling spec-cleaner
-------------------------------------------------------------------
Mon Dec 5 14:01:23 UTC 2016 - jengelh@inai.de

View File

@ -1,7 +1,7 @@
#
# spec file for package pangomm
# spec file for package pangomm1_4
#
# Copyright (c) 2016 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
@ -18,23 +18,22 @@
# Update baselibs.conf when changing this
%define so_ver -1_4-1
Name: pangomm1_4
%define _name pangomm
Name: pangomm1_4
Version: 2.40.1
Release: 0
Summary: C++ interface for pango
License: GPL-2.0+ and LGPL-2.0+
License: GPL-2.0-or-later AND LGPL-2.0-or-later
Group: Development/Libraries/C and C++
Url: http://www.gtkmm.org
URL: http://www.gtkmm.org
Source: http://download.gnome.org/sources/pangomm/2.40/%{_name}-%{version}.tar.xz
Source99: baselibs.conf
BuildRequires: fdupes
BuildRequires: gcc-c++
BuildRequires: pkgconfig
BuildRequires: pkgconfig(cairomm-1.0) >= 1.2.2
BuildRequires: pkgconfig(glibmm-2.4) >= 2.48.0
BuildRequires: pkgconfig(pangocairo) >= 1.38.0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
pangomm provides a C++ interface to the pango library.