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

Revision 623, 2.1 KB checked in by Takemikaduchi, 14 years ago (diff)

takemikaduchi fix and add spec file

Line 
1Summary: A C++ wrapper for GConf2
2Name: gconfmm
3Version: 2.28.0
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}
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
67
68%changelog
69* Sun Mar 14 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.0-1
70- new upstream release
71- add BuildRequires: gtkmm2-devel
72
73* Sat Oct  4 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.24.0-1
74- new upstream release
75
76* Sun Sep 07 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.22.0-1
77- new upstream release
78
79* Fri May 11 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.18.0-0vl2
80- rebuilt with new toolchains
81
82* Mon Apr 30 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.18.0-0vl1
83- new upstream release
84
85* Sat Nov  4 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.16.0-1vl1
86- initial build for Vine Linux
87
88* Wed Sep 24 2003 Eric Bourque <ericb@computer.org>
89- Initial build.
90
91
Note: See TracBrowser for help on using the repository browser.