| 1 | Summary: A C++ wrapper for GConf2 |
|---|
| 2 | Name: gconfmm |
|---|
| 3 | Version: 2.28.2 |
|---|
| 4 | Release: 2%{?_dist_release} |
|---|
| 5 | License: LGPL |
|---|
| 6 | Group: System Environment/Libraries |
|---|
| 7 | Source: ftp://download.sourceforge/net/gtkmm/%{name}-%{version}.tar.bz2 |
|---|
| 8 | URL: http://gtkmm.sourceforge.net |
|---|
| 9 | BuildRoot: %{_tmppath}/%{name}-%{version}-root |
|---|
| 10 | BuildRequires: glibmm-devel >= 2.6.4 |
|---|
| 11 | BuildRequires: GConf2-devel >= 2.4.0 |
|---|
| 12 | BuildRequires: gtkmm2-devel >= 2.4.0 |
|---|
| 13 | |
|---|
| 14 | %description |
|---|
| 15 | |
|---|
| 16 | This package provides a C++ interface for GConf2. It is a subpackage |
|---|
| 17 | of the GTKmm project. The interface provides a convenient interface |
|---|
| 18 | for C++ programmers to create Gnome GUIs with GTK+'s flexible |
|---|
| 19 | object-oriented framework. |
|---|
| 20 | |
|---|
| 21 | %package devel |
|---|
| 22 | Summary: Headers for developing programs that will use gconfmm |
|---|
| 23 | Group: Development/Libraries |
|---|
| 24 | Requires: %{name} = %{version}-%{release} |
|---|
| 25 | Requires: glibmm-devel >= 2.6.4 |
|---|
| 26 | Requires: GConf2-devel >= 2.4.0 |
|---|
| 27 | |
|---|
| 28 | %description devel |
|---|
| 29 | |
|---|
| 30 | This package contains the headers that programmers will need to |
|---|
| 31 | develop applications which will use gconfmm, part of GTKmm, the C++ |
|---|
| 32 | interface to the GTK+. |
|---|
| 33 | |
|---|
| 34 | %prep |
|---|
| 35 | %setup -q |
|---|
| 36 | |
|---|
| 37 | %build |
|---|
| 38 | %configure --disable-static --enable-shared |
|---|
| 39 | make %{?_smp_mflags} |
|---|
| 40 | |
|---|
| 41 | |
|---|
| 42 | %install |
|---|
| 43 | rm -rf $RPM_BUILD_ROOT |
|---|
| 44 | %makeinstall |
|---|
| 45 | |
|---|
| 46 | rm -f $RPM_BUILD_ROOT%{_libdir}/*.la |
|---|
| 47 | |
|---|
| 48 | %post -p /sbin/ldconfig |
|---|
| 49 | |
|---|
| 50 | %postun -p /sbin/ldconfig |
|---|
| 51 | |
|---|
| 52 | %clean |
|---|
| 53 | rm -rf $RPM_BUILD_ROOT |
|---|
| 54 | |
|---|
| 55 | %files |
|---|
| 56 | %defattr(-, root, root) |
|---|
| 57 | %doc AUTHORS COPYING ChangeLog INSTALL NEWS README |
|---|
| 58 | %{_libdir}/*.so.* |
|---|
| 59 | |
|---|
| 60 | |
|---|
| 61 | %files devel |
|---|
| 62 | %{_includedir}/gconfmm-2.6 |
|---|
| 63 | %{_libdir}/gconfmm-2.6 |
|---|
| 64 | %{_libdir}/*.so |
|---|
| 65 | %{_libdir}/pkgconfig/*.pc |
|---|
| 66 | %{_datadir}/devhelp/books/gconfmm-2.6/gconfmm-2.6.devhelp2 |
|---|
| 67 | %doc %{_datadir}/doc/gconfmm-2.6 |
|---|
| 68 | |
|---|
| 69 | |
|---|
| 70 | %changelog |
|---|
| 71 | * Tue Sep 21 2010 IWAI, Masaharu <iwai@alib.jp> 2.28.2-2 |
|---|
| 72 | - build with rpm-4.8.1-1 for pkg-config file |
|---|
| 73 | |
|---|
| 74 | * Sat Jul 24 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.2-1 |
|---|
| 75 | - new upstream release |
|---|
| 76 | - fix %files |
|---|
| 77 | |
|---|
| 78 | * Sun Mar 14 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.0-1 |
|---|
| 79 | - new upstream release |
|---|
| 80 | - add BuildRequires: gtkmm2-devel |
|---|
| 81 | |
|---|
| 82 | * Sat Oct 4 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.24.0-1 |
|---|
| 83 | - new upstream release |
|---|
| 84 | |
|---|
| 85 | * Sun Sep 07 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.22.0-1 |
|---|
| 86 | - new upstream release |
|---|
| 87 | |
|---|
| 88 | * Fri May 11 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.18.0-0vl2 |
|---|
| 89 | - rebuilt with new toolchains |
|---|
| 90 | |
|---|
| 91 | * Mon Apr 30 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.18.0-0vl1 |
|---|
| 92 | - new upstream release |
|---|
| 93 | |
|---|
| 94 | * Sat Nov 4 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.16.0-1vl1 |
|---|
| 95 | - initial build for Vine Linux |
|---|
| 96 | |
|---|
| 97 | * Wed Sep 24 2003 Eric Bourque <ericb@computer.org> |
|---|
| 98 | - Initial build. |
|---|
| 99 | |
|---|
| 100 | |
|---|