source: projects/specs/branches/6/g/gconfmm/gconfmm-vl.spec @ 1859

Revision 1859, 2.4 KB checked in by iwaim, 14 years ago (diff)

build with rpm 4.8.1-1; see [VineSeed:21798]

Line 
1Summary: A C++ wrapper for GConf2
2Name: gconfmm
3Version: 2.28.2
4Release: 2%{?_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* 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
Note: See TracBrowser for help on using the repository browser.