]> git.pld-linux.org Git - packages/glibmm.git/blobdiff - glibmm.spec
- merged from DEVEL and updated to 2.6.0
[packages/glibmm.git] / glibmm.spec
index 51e32a29b43fe0d5596f3fe16d30294518117db6..c887273adbcc61eab15e8fd4dc387b9549134ed6 100644 (file)
@@ -1,15 +1,21 @@
 Summary:       A C++ interface for glib library
 Summary(pl):   Interfejs C++ dla biblioteki glib
 Name:          glibmm
-Version:       2.4.0
+Version:       2.6.0
 Release:       1
 License:       LGPL
 Group:         Libraries
-Source0:       http://ftp.gnome.org/pub/GNOME/sources/%{name}/2.4/%{name}-%{version}.tar.bz2
-# Source0-md5: 4fa0b7e26b65a2a8551060883a575a57
+Source0:       http://ftp.gnome.org/pub/GNOME/sources/glibmm/2.6/%{name}-%{version}.tar.bz2
+# Source0-md5: 01ef271dcc592bc55d33028f49f369d5
 URL:           http://gtkmm.sourceforge.net/
-BuildRequires: glib2-devel >= 1:2.4.0
-Buildrequires: libsigc++-devel >= 1:2.0.0
+BuildRequires: autoconf >= 2.50
+BuildRequires: automake
+BuildRequires: glib2-devel >= 1:2.6.3
+Buildrequires: libsigc++-devel >= 1:2.0.10
+BuildRequires: libstdc++-devel
+BuildRequires: libtool >= 2:1.4d
+BuildRequires: perl-XML-Parser
+BuildRequires: pkgconfig
 Obsoletes:     gtkmm-glib
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -24,8 +30,8 @@ Summary:      Header files for glibmm library
 Summary(pl):   Pliki nag³ówkowe biblioteki glibmm
 Group:         Development/Libraries
 Requires:      %{name} = %{version}-%{release}
-Requires:      glib2-devel >= 1:2.4.0
-Requires:      libsigc++-devel >= 1:2.0.0
+Requires:      glib2-devel >= 1:2.6.3
+Requires:      libsigc++-devel >= 1:2.0.10
 Requires:      libstdc++-devel
 Obsoletes:     gtkmm-glib-devel
 
@@ -39,7 +45,6 @@ Pliki nag
 Summary:       Reference documentation and examples for glibmm
 Summary(pl):   Szczegó³owa dokumentacja i przyk³ady dla glibmm
 Group:         Documentation
-Requires:      devhelp
 
 %description doc
 Reference documentation and examples for glibmm.
@@ -64,10 +69,13 @@ Statyczna biblioteka glibmm.
 %setup -q
 
 %build
+%{__libtoolize}
+%{__aclocal} -I scripts
+%{__autoconf}
+%{__automake}
 %configure \
        --enable-fulldocs \
        --enable-static
-
 %{__make}
 
 %install
This page took 0.08899 seconds and 4 git commands to generate.