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

Revision 9059, 2.6 KB checked in by inagaki, 9 years ago (diff)

2014-11-04 Ryoichi INAGAKI <ryo1@…>

  • gconfmm: updated
  • gnome-vfsmm, libiglademm2, libgnomecanvasmm, libgnomemm, libgnomeuimm: rebuilt


Line 
1Summary: A C++ wrapper for GConf2
2Summary(ja): GConf2 の C++ バインディング
3Name: gconfmm
4Version: 2.28.3
5Release: 1%{?_dist_release}
6License: LGPL
7Group: System Environment/Libraries
8Source: ftp://download.sourceforge/net/gtkmm/%{name}-%{version}.tar.bz2
9URL: http://gtkmm.sourceforge.net
10BuildRoot: %{_tmppath}/%{name}-%{version}-root
11BuildRequires: glibmm-devel >= 2.14.1
12BuildRequires: GConf2-devel >= 2.4.0
13
14%description
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
22Summary(ja): gconfmm の開発用ファイル
23Group: Development/Libraries
24Requires: %{name} = %{version}-%{release}
25Requires: glibmm-devel >= 2.14.1
26Requires: GConf2-devel >= 2.4.0
27
28%description devel
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%install
41rm -rf $RPM_BUILD_ROOT
42make install DESTDIR=$RPM_BUILD_ROOT
43
44rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
45
46%post -p /sbin/ldconfig
47
48%postun -p /sbin/ldconfig
49
50%clean
51rm -rf $RPM_BUILD_ROOT
52
53%files
54%defattr(-, root, root)
55%doc AUTHORS COPYING ChangeLog NEWS README
56%{_libdir}/*.so.*
57
58%files devel
59%{_includedir}/gconfmm-2.6
60%{_libdir}/gconfmm-2.6
61%{_libdir}/*.so
62%{_libdir}/pkgconfig/*.pc
63%{_datadir}/devhelp/books/gconfmm-2.6/gconfmm-2.6.devhelp2
64%doc %{_datadir}/doc/gconfmm-2.6
65
66%changelog
67* Tue Nov  4 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 2.28.3-1
68- updated to 2.28.3
69- built on current VineSeed
70- added Japanese summary
71
72* Tue Sep 21 2010 IWAI, Masaharu <iwai@alib.jp> 2.28.2-2
73- build with rpm-4.8.1-1 for pkg-config file
74
75* Sat Jul 24 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.2-1
76- new upstream release
77- fix %files
78
79* Sun Mar 14 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.0-1
80- new upstream release
81- add BuildRequires: gtkmm2-devel
82
83* Sat Oct  4 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.24.0-1
84- new upstream release
85
86* Sun Sep 07 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.22.0-1
87- new upstream release
88
89* Fri May 11 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.18.0-0vl2
90- rebuilt with new toolchains
91
92* Mon Apr 30 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.18.0-0vl1
93- new upstream release
94
95* Sat Nov  4 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.16.0-1vl1
96- initial build for Vine Linux
97
98* Wed Sep 24 2003 Eric Bourque <ericb@computer.org>
99- Initial build.
100
101
Note: See TracBrowser for help on using the repository browser.