diff --git a/pangomm1_4.changes b/pangomm1_4.changes index f18c6b2..36801cd 100644 --- a/pangomm1_4.changes +++ b/pangomm1_4.changes @@ -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 diff --git a/pangomm1_4.spec b/pangomm1_4.spec index f9d2f30..da385e6 100644 --- a/pangomm1_4.spec +++ b/pangomm1_4.spec @@ -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.