source: projects/specs/trunk/lib/libg/libgnomemm/libgnomemm-vl.spec @ 9059

Revision 9059, 3.8 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++ interface for Gnome libs (a GUI library for X).
2Summary(ja):    Gnome ライブラリの C++ インターフェイス
3Name:           libgnomemm
4Version:        2.30.0
5Release:        3%{?_dist_release}
6License:        LGPL
7Group:          System Environment/Libraries
8URL:            http://www.gtkmm.org/
9
10Source0:        http://ftp.gnome.org/pub/GNOME/sources/libgnomemm/2.30/%{name}-%{version}.tar.bz2
11BuildRoot:      %{_tmppath}/%{name}-%{version}-root
12BuildRequires:  gtkmm2-devel >= 2.8.0
13BuildRequires:  libgnome-devel >= 2.6.0
14Requires:       gtkmm2 >= 2.8.0
15Requires:       libgnome >= 2.6.0
16
17%description
18This package provides a C++ interface for GnomeUI.  It is a subpackage
19of the Gtk-- project.  The interface provides a convenient interface for C++
20programmers to create Gnome GUIs with GTK+'s flexible object-oriented
21framework.
22
23#'
24%package        devel
25Summary:        Headers for developing programs that will use Gnome--.
26Summary(ja):    Gnome-- を使うプログラムの開発用ファイル
27Group:          Development/Libraries
28Requires:       %{name} = %{version}
29Requires:       gtkmm2-devel >= 2.8.0
30Requires:       libgnome-devel >= 2.6.0
31
32%description devel
33This package contains the headers that programmers will need to develop
34applications which will use Gnome--, part of Gtk-- the C++ interface to
35the GTK+ (the Gimp ToolKit) GUI library.
36
37%prep
38%setup -q
39
40%build
41%configure --disable-static
42make %{?_smp_mflags}
43
44%install
45if [ -d $RPM_BUILD_ROOT ]; then rm -rf $RPM_BUILD_ROOT; fi
46
47make install DESTDIR=$RPM_BUILD_ROOT
48
49rm -f $RPM_BUILD_ROOT%{_libdir}/libgnomemm-*.a
50
51%post -p /sbin/ldconfig
52
53%postun -p /sbin/ldconfig
54
55%clean
56rm -rf $RPM_BUILD_ROOT
57
58%files
59%defattr(-, root, root)
60%doc AUTHORS COPYING ChangeLog NEWS README
61%{_libdir}/*.so.*
62
63%files  devel
64%defattr(-, root, root)
65%{_includedir}/*
66#{_libdir}/*.a
67%exclude %{_libdir}/*.la
68%{_libdir}/*.so
69%{_libdir}/pkgconfig/*.pc
70%{_libdir}/libgnomemm-2.6
71
72
73%changelog
74* Tue Nov  4 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 2.30.0-3
75- rebuilt on current VineSeed
76
77* Tue Sep 21 2010 IWAI, Masaharu <iwai@alib.jp> 2.30.0-2
78- build with rpm-4.8.1-1 for pkg-config file
79
80* Sun Mar 31 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0-1
81- new upstream release
82
83* Sun Mar 14 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.0-1
84- new upstream release
85
86* Sat Oct  4 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.24.0-1
87- new upstream release
88
89* Fri Sep 19 2008 Shu KONNO <owa@bg.wakwak.com> 2.18.0-1vl5
90- applied new versioning policy, spec in utf-8
91- excluded *.la
92
93* Sun May 27 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.18.0-0vl3
94- rebuilt without libstdc++2_10
95
96* Fri May 11 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.18.0-0vl2
97- rebuilt with new toolchains
98
99* Mon Apr 30 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.18.0-0vl1
100- new upstream release
101
102* Sat Nov  4 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.16.0-0vl1
103- new upstream release
104
105* Tue Feb 14 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 2.12.2-0vl1
106- new upstream release
107
108* Fri Sep 23 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.12.0-0vl1
109- new upstream release
110
111* Fri Jan 14 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.8.0-0vl1
112- new upstream release
113
114* Thu Nov 18 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.6.0-0vl1
115- new upstream release
116- added Japanese summary
117
118* Sat Jan 31 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.0.1-0vl1
119- rebuild for Vine Linux
120
121* Tue Sep 23 2003 Eric Bourque <ericb@computer.org>
122- updated for changes to libgnomemm-2.0
123
124* Tue Mar 20 2001 Eric Bourque <ericb@computer.org>
125- added gnome--.m4 to files devel section
126
127* Sat Mar 10 2001 Herbert Valerio Riedel <hvr@gnu.org>
128- improved examples.conf
129- fixed example build problems
130
131* Thu May 11 2000 Herbert Valerio Riedel <hvr@gnu.org>
132- removed lib/gtkmm from files section
133- removed empty obsolete tags
134
135* Sun Jan 30 2000 Karl Einar Nelson <kenelson@sourceforge.net>
136- adapted from gtk--.spec
Note: See TracBrowser for help on using the repository browser.