]> git.pld-linux.org Git - packages/atkmm.git/blobdiff - atkmm.spec
- updated to 2.28.1
[packages/atkmm.git] / atkmm.spec
index ddb8aadcc1c14dc78e85563715e70c0aac6627ea..e3d6be78421ce15f574a6090ef2811278837c451 100644 (file)
@@ -1,25 +1,31 @@
 #
 # Conditional build:
 %bcond_without static_libs     # don't build static libraries
-#
+
 Summary:       A C++ interface for atk library
 Summary(pl.UTF-8):     Interfejs C++ dla biblioteki atk
 Name:          atkmm
-Version:       2.22.3
+Version:       2.28.1
 Release:       1
 License:       LGPL v2.1+
 Group:         Libraries
-Source0:       http://ftp.gnome.org/pub/GNOME/sources/atkmm/2.22/%{name}-%{version}.tar.bz2
-# Source0-md5: ece3453ef52ca2c768e6e0efc1eccfb6
-URL:           http://www.gtkmm.org/
-BuildRequires: atk-devel >= 1:1.22.0
+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.24.0
-BuildRequires: libtool >= 2:1.5
-BuildRequires: mm-common >= 0.9
+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.10
 BuildRequires: pkgconfig
-Requires:      glibmm >= 2.24.0
+BuildRequires: rpmbuild(macros) >= 1.752
+BuildRequires: tar >= 1:1.22
+BuildRequires: xz
+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)
@@ -35,8 +41,9 @@ Summary:      Header files for atkmm library
 Summary(pl.UTF-8):     Pliki nagłówkowe biblioteki atkmm
 Group:         Development/Libraries
 Requires:      %{name} = %{version}-%{release}
-Requires:      atk-devel >= 1:1.22.0
-Requires:      glibmm-devel >= 2.24.0
+Requires:      atk-devel >= 1:2.18.0
+Requires:      glibmm-devel >= 2.46.2
+Requires:      libstdc++-devel >= 6:4.7
 Provides:      gtkmm-atk-devel
 Obsoletes:     gtkmm-atk-devel
 
@@ -51,6 +58,7 @@ Summary:      atkmm API documentation
 Summary(pl.UTF-8):     Dokumentacja API biblioteki atkmm
 Group:         Documentation
 Requires:      gtk-doc-common
+%{?noarchpackage}
 
 %description apidocs
 API documentation for atkmm library.
@@ -76,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.044019 seconds and 4 git commands to generate.