]> git.pld-linux.org Git - packages/pangomm2.48.git/commitdiff
- updated to 2.48.0 as pangomm2.48 (C++17/glibmm2.68/cairomm1.16 based, parallel... auto/th/pangomm2.48-2.48.0-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 20 Dec 2020 15:22:05 +0000 (16:22 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 20 Dec 2020 15:22:05 +0000 (16:22 +0100)
pangomm2.48.spec [moved from pangomm.spec with 76% similarity]

similarity index 76%
rename from pangomm.spec
rename to pangomm2.48.spec
index 3208efc5f9d1c917032404855af8e0ac89a6a7fb..999d7534a982e00a8856b52d930d00d25083291a 100644 (file)
@@ -1,34 +1,35 @@
-%define                apiver  1.4
+%define                apiver  2.48
 
+%define        cairomm_ver     1.15.1
+%define        glibmm_ver      2.68.0
+%define        pango_ver       1:1.45.1
 Summary:       A C++ interface for pango library
 Summary(pl.UTF-8):     Interfejs C++ dla biblioteki pango
-Name:          pangomm
-Version:       2.42.2
+Name:          pangomm2.48
+Version:       2.48.0
 Release:       1
 License:       LGPL v2+
 Group:         X11/Libraries
-Source0:       https://download.gnome.org/sources/pangomm/2.42/%{name}-%{version}.tar.xz
-# Source0-md5: 85707ce52628b6a3c3caf245095ba6d5
+Source0:       https://download.gnome.org/sources/pangomm/2.48/pangomm-%{version}.tar.xz
+# Source0-md5: 84310db7d98c222ace9f44290049ef86
 URL:           https://www.gtkmm.org/
 BuildRequires: autoconf >= 2.59
 BuildRequires: automake >= 1:1.11
 BuildRequires: doxygen >= 1:1.8.9
-BuildRequires: cairomm-devel >= 1.12.0
-BuildRequires: glibmm-devel >= 2.48.0
-BuildRequires: libstdc++-devel >= 6:4.7
+BuildRequires: cairomm1.16-devel >= %{cairomm_ver}
+BuildRequires: glibmm2.68-devel >= %{glibmm_ver}
+BuildRequires: libstdc++-devel >= 6:7
 BuildRequires: libtool >= 2:2.0
-BuildRequires: mm-common >= 0.9.10
-BuildRequires: pango-devel >= 1:1.41.0
+BuildRequires: mm-common >= 0.9.12
+BuildRequires: pango-devel >= %{pango_ver}
 BuildRequires: perl-base >= 1:5.6.0
 BuildRequires: pkgconfig
 BuildRequires: rpmbuild(macros) >= 1.752
 BuildRequires: tar >= 1:1.22
 BuildRequires: xz
-Requires:      cairomm >= 1.12.0
-Requires:      glibmm >= 2.48.0
-Requires:      pango >= 1:1.41.0
-Provides:      gtkmm-pango
-Obsoletes:     gtkmm-pango
+Requires:      cairomm1.16 >= %{cairomm_ver}
+Requires:      glibmm2.68 >= %{glibmm_ver}
+Requires:      pango >= %{pango_ver}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -42,12 +43,10 @@ Summary:    Header files for pangomm library
 Summary(pl.UTF-8):     Pliki nagłówkowe biblioteki pangomm
 Group:         X11/Development/Libraries
 Requires:      %{name} = %{version}-%{release}
-Requires:      cairomm-devel >= 1.12.0
-Requires:      glibmm-devel >= 2.48.0
-Requires:      libstdc++-devel >= 6:4.7
-Requires:      pango-devel >= 1:1.41.0
-Provides:      gtkmm-pango-devel
-Obsoletes:     gtkmm-pango-devel
+Requires:      cairomm1.16-devel >= %{cairomm_ver}
+Requires:      glibmm2.68-devel >= %{glibmm_ver}
+Requires:      libstdc++-devel >= 6:7
+Requires:      pango-devel >= %{pango_ver}
 
 %description devel
 Header files for pangomm library.
@@ -60,8 +59,6 @@ Summary:      Static pangomm library
 Summary(pl.UTF-8):     Statyczna biblioteka pangomm
 Group:         X11/Development/Libraries
 Requires:      %{name}-devel = %{version}-%{release}
-Provides:      gtkmm-pango-static
-Obsoletes:     gtkmm-pango-static
 
 %description static
 Static pangomm library.
@@ -83,7 +80,7 @@ pangomm library API documentation.
 Dokumentacja API biblioteki pangomm.
 
 %prep
-%setup -q
+%setup -q -n pangomm-%{version}
 
 %build
 mm-common-prepare --copy --force
@@ -100,6 +97,7 @@ mm-common-prepare --copy --force
 
 %install
 rm -rf $RPM_BUILD_ROOT
+
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
This page took 0.050359 seconds and 4 git commands to generate.