diff --git a/.cvsignore b/.cvsignore index c461d11..99d6462 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -gconfmm-2.6.1.tar.bz2 +gconfmm-2.12.0.tar.bz2 diff --git a/gconfmm.spec b/gconfmm.spec index b3ac17a..bff347f 100644 --- a/gconfmm.spec +++ b/gconfmm.spec @@ -1,8 +1,7 @@ Name: gconfmm26 -Version: 2.6.1 -Release: 1 -Epoch: 0 -Summary: A C++ wrapper for GConf2 +Version: 2.12.0 +Release: 1%{?dist} +Summary: A C++ interface for GConf2 Group: System Environment/Libraries License: LGPL @@ -10,11 +9,10 @@ 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 +BuildRequires: glibmm24-devel >= 2.4.0 +BuildRequires: gtkmm24-devel >= 2.4.0 +BuildRequires: GConf2-devel >= 2.4.0 + %description This package provides a C++ interface for GConf2. It is a subpackage @@ -22,14 +20,16 @@ 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: %{name} = %{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++ @@ -41,7 +41,7 @@ interface to the GTK+. %build -%configure --enable-static --enable-shared +%configure --disable-static --enable-shared make %{?_smp_mflags} @@ -55,12 +55,10 @@ find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';' rm -rf $RPM_BUILD_ROOT -%post -/sbin/ldconfig +%post -p /sbin/ldconfig -%postun -/sbin/ldconfig +%postun -p /sbin/ldconfig %files @@ -68,15 +66,20 @@ rm -rf $RPM_BUILD_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 +* Sun Jan 14 2007 Denis Leroy - 2.12.0-1 +- Update to 2.12.0 +- Spec cleanup, added dist tag + * Mon Jun 27 2004 Denis Leroy - 0:2.6.1-0.fdr.1 - Upgrade to 2.6.1 diff --git a/sources b/sources index 07756aa..16a56c3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9edf4f866de9bd6db9ae7cf31535ad49 gconfmm-2.6.1.tar.bz2 +dfd62a95e7675943933b793183649402 gconfmm-2.12.0.tar.bz2