]> git.pld-linux.org Git - packages/atkmm.git/blobdiff - atkmm.spec
- updated to 2.28.1
[packages/atkmm.git] / atkmm.spec
index 5a7386c181b8f87d268b108fcf725d8407bbc097..e3d6be78421ce15f574a6090ef2811278837c451 100644 (file)
@@ -5,23 +5,27 @@
 Summary:       A C++ interface for atk library
 Summary(pl.UTF-8):     Interfejs C++ dla biblioteki atk
 Name:          atkmm
-Version:       2.24.2
+Version:       2.28.1
 Release:       1
 License:       LGPL v2.1+
 Group:         Libraries
-Source0:       http://ftp.gnome.org/pub/GNOME/sources/atkmm/2.24/%{name}-%{version}.tar.xz
-# Source0-md5: d53b60b0f1be597e86070954a49cf0c3
-URL:           http://www.gtkmm.org/
+Source0:       https://download.gnome.org/sources/atkmm/2.28/%{name}-%{version}.tar.xz
+# Source0-md5: 03d9d02736645083cbb824c926750624
+URL:           https://www.gtkmm.org/
 BuildRequires: atk-devel >= 1:2.18.0
 BuildRequires: autoconf >= 2.59
 BuildRequires: automake >= 1:1.9
-BuildRequires: glibmm-devel >= 2.46.1
+BuildRequires: doxygen >= 1:1.8.9
+BuildRequires: glibmm-devel >= 2.46.2
+BuildRequires: libstdc++-devel >= 6:4.7
 BuildRequires: libtool >= 2:2.0
-BuildRequires: mm-common >= 0.9.8
+BuildRequires: mm-common >= 0.9.10
 BuildRequires: pkgconfig
+BuildRequires: rpmbuild(macros) >= 1.752
 BuildRequires: tar >= 1:1.22
 BuildRequires: xz
-Requires:      glibmm >= 2.46.1
+Requires:      atk >= 1:2.18.0
+Requires:      glibmm >= 2.46.2
 Provides:      gtkmm-atk
 Obsoletes:     gtkmm-atk
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -38,7 +42,8 @@ Summary(pl.UTF-8):    Pliki nagłówkowe biblioteki atkmm
 Group:         Development/Libraries
 Requires:      %{name} = %{version}-%{release}
 Requires:      atk-devel >= 1:2.18.0
-Requires:      glibmm-devel >= 2.46.1
+Requires:      glibmm-devel >= 2.46.2
+Requires:      libstdc++-devel >= 6:4.7
 Provides:      gtkmm-atk-devel
 Obsoletes:     gtkmm-atk-devel
 
@@ -53,9 +58,7 @@ Summary:      atkmm API documentation
 Summary(pl.UTF-8):     Dokumentacja API biblioteki atkmm
 Group:         Documentation
 Requires:      gtk-doc-common
-%if "%{_rpmversion}" >= "5"
-BuildArch:     noarch
-%endif
+%{?noarchpackage}
 
 %description apidocs
 API documentation for atkmm library.
@@ -81,12 +84,15 @@ Statyczna biblioteka atkmm.
 %setup -q
 
 %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}
 %{__make}
 
This page took 0.375107 seconds and 4 git commands to generate.