Name: gconfmm26 Version: 2.6.1 Release: 1 Epoch: 0 Summary: A C++ wrapper for GConf2 Group: System Environment/Libraries License: LGPL URL: http://gtkmm.sourceforge.net/ Source0: http://ftp.gnome.org/pub/GNOME/sources/gconfmm/2.6/gconfmm-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig BuildRequires: glibmm24-devel >= 0:2.4.0 BuildRequires: gtkmm24-devel >= 0:2.4.0 BuildRequires: GConf2-devel >= 0:2.4.0 %description This package provides a C++ interface for GConf2. It is a subpackage of the GTKmm project. The interface provides a convenient interface for C++ programmers to create Gnome GUIs with GTK+'s flexible object-oriented framework. %package devel Summary: Headers for developing programs that will use gconfmm Group: Development/Libraries Requires: %{name} = %{epoch}:%{version}-%{release} Requires: glibmm24-devel Requires: gtkmm24-devel Requires: GConf2-devel %description devel This package contains the headers that programmers will need to develop applications which will use gconfmm, part of GTKmm, the C++ interface to the GTK+. %prep %setup -q -n gconfmm-%{version} %build %configure --enable-static --enable-shared make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';' %clean rm -rf $RPM_BUILD_ROOT %post /sbin/ldconfig %postun /sbin/ldconfig %files %defattr(-, root, root, -) %doc AUTHORS ChangeLog COPYING NEWS README INSTALL %{_libdir}/*.so.* %files devel %defattr(-, root, root, -) %{_includedir}/gconfmm-2.6 %{_libdir}/gconfmm-2.6 %{_libdir}/*.a %{_libdir}/*.so %{_libdir}/pkgconfig/*.pc %changelog * Mon Jun 27 2004 Denis Leroy - 0:2.6.1-0.fdr.1 - Upgrade to 2.6.1 * Fri Oct 31 2003 Michael Koziarski - 2.0.1-0.fdr.2 - Fix BuildRequires - Add specific version numbers to GConf dependency. * Sat Oct 18 2003 Michael Koziarski - 2.0.1-0.fdr.1 - Initial RPM creation