source: projects/specs/trunk/g/gconfmm/gconfmm-vl.spec @ 1443

Revision 1443, 2.3 KB checked in by Takemikaduchi, 14 years ago (diff)

pidgin: rebuild only, others: new upstream release

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