]> git.pld-linux.org Git - packages/gtkmm3.git/blobdiff - gtkmm3.spec
- updated to 3.24.5
[packages/gtkmm3.git] / gtkmm3.spec
index 0823de123d1d4672b04d8ac94c05a44fe6c31f53..ace7a92f59f5628f5b3bcbd656588d0eb3a62848 100644 (file)
@@ -3,34 +3,37 @@
 %bcond_without static_libs     # don't build static libraries
 
 %define                atkmm_ver       2.24.2
-%define                glibmm_ver      2.50.0
-%define                gtk3_ver        3.22.0
+%define                glibmm_ver      2.54.0
+%define                gtk3_ver        3.24.0
 %define                pangomm_ver     2.38.2
 Summary:       A C++ interface for the GTK+ (a GUI library for X)
 Summary(pl.UTF-8):     Wrapper C++ dla GTK+
 Name:          gtkmm3
-Version:       3.22.0
+Version:       3.24.5
 Release:       1
 License:       LGPL v2+
 Group:         X11/Libraries
-Source0:       http://ftp.gnome.org/pub/GNOME/sources/gtkmm/3.22/gtkmm-%{version}.tar.xz
-# Source0-md5: 9bdd3bfefaa4d3b68ea57456a75c4a12
-URL:           http://www.gtkmm.org/
+Source0:       https://download.gnome.org/sources/gtkmm/3.24/gtkmm-%{version}.tar.xz
+# Source0-md5: 27af20542aaeb8a31a2ebaa267244bdb
+URL:           https://www.gtkmm.org/
 BuildRequires: atkmm-devel >= %{atkmm_ver}
 BuildRequires: autoconf >= 2.59
 BuildRequires: automake >= 1:1.11
 BuildRequires: cairomm-devel >= 1.12.0
+BuildRequires: doxygen >= 1:1.8.9
 BuildRequires: gdk-pixbuf2-devel >= 2.36.0
 BuildRequires: glibmm-devel >= %{glibmm_ver}
 BuildRequires: gtk+3-devel >= %{gtk3_ver}
 BuildRequires: libepoxy-devel >= 1.2
 BuildRequires: libsigc++-devel
-BuildRequires: libstdc++-devel >= 6:4.6
+BuildRequires: libstdc++-devel >= 6:4.7
 BuildRequires: libtool >= 2:2.0
 BuildRequires: mm-common >= 0.9.10
 BuildRequires: pangomm-devel >= %{pangomm_ver}
 BuildRequires: perl-base >= 1:5.6.0
 BuildRequires: pkgconfig
+BuildRequires: rpm-build >= 4.6
+BuildRequires: rpmbuild(macros) >= 1.752
 BuildRequires: tar >= 1:1.22
 BuildRequires: xz
 Requires:      atkmm >= %{atkmm_ver}
@@ -90,9 +93,7 @@ Summary:      Reference documentation for gtkmm and gdkmm
 Summary(pl.UTF-8):     Szczegółowa dokumentacja gtkmm i gdkmm
 Group:         Documentation
 Requires:      devhelp
-%if "%{_rpmversion}" >= "5"
 BuildArch:     noarch
-%endif
 
 %description apidocs
 Reference documentation for gtkmm and gdkmm.
@@ -103,13 +104,20 @@ Szczegółowa dokumentacja gtkmm i gdkmm.
 %prep
 %setup -q -n gtkmm-%{version}
 
+# missing in release tarball, not needed for Linux
+mkdir win32_installer
+touch win32_installer/filelist.am \
+       win32_installer/gtkmm-installer.nsi.in
+
 %build
+mm-common-prepare --copy --force
 %{__libtoolize}
 %{__aclocal} -I build
 %{__autoconf}
 %{__autoheader}
 %{__automake}
 %configure \
+       --enable-maintainer-mode \
        --disable-silent-rules \
        %{?with_static_libs:--enable-static}
 
@@ -131,7 +139,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog NEWS PORTING README
+%doc AUTHORS ChangeLog NEWS README
 %attr(755,root,root) %{_libdir}/libgdkmm-3.0.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libgdkmm-3.0.so.1
 %attr(755,root,root) %{_libdir}/libgtkmm-3.0.so.*.*.*
This page took 0.090871 seconds and 4 git commands to generate.