source: projects/specs/trunk/g/gtkmm2/gtkmm2-vl.spec @ 1231

Revision 1231, 6.3 KB checked in by Takemikaduchi, 14 years ago (diff)

update libchamplain, libgda, anjuta, evolution, ekiga, evolution-data-server, gnome-python-desktop, gmime, glibmm, gtkhtml3, gtksourceview2, gnome-color-manager, gtkmm2, opal, pango, ptlib, tracker, totem-pl-parser

Line 
1%define ver 2.4
2
3Summary: A C++ interface for the GTK+ (a GUI library for X).
4Summary(ja): GTK+ の C++ インターフェイス
5Name: gtkmm2
6Version: 2.20.3
7Release: 1%{?_dist_release}
8License: LGPL
9Group: System Environment/Libraries
10Source: ftp://ftp.gnome.org/pub/GNOME/sources/gtkmm/2.20/gtkmm-%{version}.tar.bz2
11
12URL: http://gtkmm.sourceforge.net/
13Buildroot: %{_tmppath}/%{name}-%{version}-root
14Requires: glibmm >= 2.21.2
15Requires: pangomm >= 2.25.1.3
16Requires: atk >= 1.9.0
17Requires: gtk2 >= 2.17.11
18BuildRequires: glibmm-devel >= 2.21.2
19BuildRequires: cairomm-devel
20BuildRequires: pangomm-devel >= 2.25.1.3
21BuildRequires: atk-devel >= 1.9.0
22BuildRequires: gtk2-devel >= 2.17.11
23BuildRequires: libsigc++-devel >= 2.0.0
24
25%description
26gtkmm (previously known as Gtk--) is the official C++ interface for the
27popular GUI library GTK+. Highlights include typesafe callbacks, widgets
28extensible via inheritance and a comprehensive set of widget classes that
29can be freely combined to quickly create complex user interfaces.
30
31The gtkmm devel package contains the static libraries and header files
32needed for developing GTK+ (GIMP ToolKit) applications in C++.
33
34
35%package        devel
36Summary:        Development tools for gtkmm applications.
37Summary(ja):    gtkmm アプリケーションの開発用ファイル
38Group:          Development/Libraries
39Requires:       %{name} = %{version}
40Requires:       gtk2-devel >= 2.17.11
41Requires:       glibmm-devel >= 2.21.2
42Requires:       cairomm-devel
43Requires:       pangomm-devel >= 2.25.1.3
44
45%description devel
46This package contains the headers that programmers will need to develop
47applications which will use Gtk--, the C++ interface to the GTK+
48(the Gimp ToolKit) GUI library.
49
50%prep
51%setup -q -n gtkmm-%{version}
52#patch0 -p1
53
54%build
55%configure --disable-static
56make %{?_smp_mflags}
57
58%install
59[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
60
61make install DESTDIR=$RPM_BUILD_ROOT
62
63find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
64
65# Fix documentation installation, put everything under gtk-doc
66mkdir -p $RPM_BUILD_ROOT%{_datadir}/gtk-doc/html/gtkmm-%{ver}
67mv ${RPM_BUILD_ROOT}%{_docdir}/gtkmm-%{ver}/* $RPM_BUILD_ROOT%{_datadir}/gtk-doc/html/gtkmm-%{ver}/
68
69# devhelp path fix
70sed -i 's:doc/gtkmm-%{ver}:gtk-doc/html/gtkmm-%{ver}:g' $RPM_BUILD_ROOT%{_datadir}/devhelp/books/gtkmm-%{ver}/gtkmm-%{ver}.devhelp2
71
72# remove demos, examples
73rm -rf $RPM_BUILD_ROOT%{_datadir}/gtkmm-%{ver}/demo
74rm -rf $RPM_BUILD_ROOT%{_datadir}/gtkmm-%{ver}/examples
75
76%post -p /sbin/ldconfig
77
78%postun -p /sbin/ldconfig
79
80%clean
81[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
82
83%files
84%defattr(-, root, root)
85%doc AUTHORS COPYING ChangeLog NEWS README
86%{_libdir}/lib*.so.*
87
88%files  devel
89%defattr(-, root, root)
90%{_includedir}/*
91#{_libdir}/*.la
92#{_libdir}/*.a
93%{_libdir}/*.so
94%{_libdir}/gtkmm-*
95%{_libdir}/gdkmm-*
96%{_libdir}/pkgconfig/*.pc
97
98%{_datadir}/gtk-doc/html/*
99%{_datadir}/devhelp/books/*
100
101%changelog
102* Mon Jun 21 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.20.3-1
103- new upstream release
104
105* Sat May 01 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.20.2-1
106- new upstream release
107
108* Wed Mar 31 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.20.0-1
109- new upstream release
110
111* Mon Oct  5 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.18.2-1
112- new upstream release
113
114* Fri Mar 20 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.16.0-1
115- new upstream release
116- dropped Patch0
117
118* Sat Oct  4 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.14.1-1vl5
119- new upstream release
120- added --disable-static to %%configure
121- added Patch0 for devhelp path fix
122- spec in UTF-8
123
124* Sat Apr 12 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.12.7-1vl5
125- new upstream release
126- devel documents are installed into gtk-doc dir
127
128* Sun Jan 13 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.12.3-0vl1
129- new upstream release
130
131* Fri May 11 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.10-0vl1
132- new upstream release
133- rebuild with new environment/toolchain
134
135* Mon Apr 30 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.10.9-0vl1
136- new upstream release
137- added Requires/BuildRequires for cairomm
138
139* Tue Jan  9 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.8.10-0vl1
140- new upstream release
141
142* Sun Sep 24 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.8.9-0vl1
143- new upstream release
144
145* Sat Aug 19 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.8.8-0vl2
146- rebuilt with glibmm-2.12.0, pango-1.14.0, atk-1.12.1
147
148* Sat May 20 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.8.8-0vl1
149- new upstream release
150
151* Mon May 15 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.8.7-0vl1
152- new upstream release
153
154* Tue Apr 25 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.8.5-0vl1
155- new upstream release
156
157* Sat Feb  4 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.8.3-0vl1
158- new upstream release
159
160* Sat Nov 19 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.8.1-0vl1
161- new upstream release
162
163* Tue Sep 20 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.8.0-0vl1
164- new upstream release
165
166* Wed Aug 17 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.6.4-0vl2
167- rebuild with libsigc++ 2.0.16, libtool 1.5.18
168- added Requires: pkgconfig
169- added Requires: glibmm-devel to devel package
170
171* Sun Jul 31 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.6.4-0vl1
172- new upstream release
173
174* Tue May 03 2005 Satoshi MACHINO <machino@vinelinux.org> 2.6.2-0vl1
175- new upstream release
176- changed Copylight to License
177
178* Sat Apr  2 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.6.1-0vl1
179- new upstream release
180- updated dependancy
181
182* Sun Feb 27 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.4.11-0vl1
183- new upstream release
184
185* Sat Dec 11 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.4.8-0vl1
186- new upstream release
187
188* Sun Nov 14 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.4.7-0vl1
189- new upstream release
190- fixed libraries dependancy
191- added Japanese summary
192
193* Tue Dec 16 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.2.8-1vl1
194- rebuild for Vine Linux
195- based on Freshrpms
196
197* Thu Nov 12 2003 Matthias Saou <http://freshrpms.net/> - 2.2.8-1.fr
198- Update to 2.2.8.
199- Added devhelp book.
200- Rebuild for Fedora Core 1.
201
202* Tue Jul 22 2003 Matthias Saou <matthias.saou@est.une.marmotte.net>
203- Update to 2.2.5.
204
205* Fri May 23 2003 Matthias Saou <matthias.saou@est.une.marmotte.net>
206- Update to 2.2.3.
207
208* Thu May 22 2003 Matthias Saou <matthias.saou@est.une.marmotte.net>
209- Update to 2.2.2.
210
211* Sun May  4 2003 Matthias Saou <matthias.saou@est.une.marmotte.net>
212- Initial release based on the gtkmm 1.x spec file.
Note: See TracBrowser for help on using the repository browser.