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

Revision 521, 2.0 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1Summary: A C++ wrapper for GConf2
2Name: gconfmm
3Version: 2.24.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
12
13%description
14
15This package provides a C++ interface for GConf2. It is a subpackage
16of the GTKmm project.  The interface provides a convenient interface
17for C++ programmers to create Gnome GUIs with GTK+'s flexible
18object-oriented framework.
19
20%package devel
21Summary: Headers for developing programs that will use gconfmm
22Group: Development/Libraries
23Requires: %{name} = %{version}
24Requires: glibmm-devel >= 2.6.4
25Requires: GConf2-devel >= 2.4.0
26
27%description devel
28
29This package contains the headers that programmers will need to
30develop applications which will use gconfmm, part of GTKmm, the C++
31interface to the GTK+.
32
33%prep
34%setup -q
35
36%build
37%configure --disable-static --enable-shared
38make %{?_smp_mflags}
39
40
41%install
42rm -rf $RPM_BUILD_ROOT
43%makeinstall
44
45rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
46
47%post -p /sbin/ldconfig
48
49%postun -p /sbin/ldconfig
50
51%clean
52rm -rf $RPM_BUILD_ROOT
53
54%files
55%defattr(-, root, root)
56%doc AUTHORS COPYING ChangeLog INSTALL NEWS README
57%{_libdir}/*.so.*
58
59
60%files devel
61%{_includedir}/gconfmm-2.6
62%{_libdir}/gconfmm-2.6
63%{_libdir}/*.so
64%{_libdir}/pkgconfig/*.pc
65
66
67%changelog
68* Sat Oct  4 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.24.0-1
69- new upstream release
70
71* Sun Sep 07 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.22.0-1
72- new upstream release
73
74* Fri May 11 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.18.0-0vl2
75- rebuilt with new toolchains
76
77* Mon Apr 30 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.18.0-0vl1
78- new upstream release
79
80* Sat Nov  4 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.16.0-1vl1
81- initial build for Vine Linux
82
83* Wed Sep 24 2003 Eric Bourque <ericb@computer.org>
84- Initial build.
85
86
Note: See TracBrowser for help on using the repository browser.