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

Revision 9059, 3.3 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 libgnomecanvas
2Summary(ja):    libgnomecanvas の C++ バインディング
3Name:           libgnomecanvasmm
4Version:        2.26.0
5Release:        3%{?_dist_release}
6License:        LGPL
7Group:          System Environment/Libraries
8URL:            http://gtkmm.sourceforge.net/
9Source:         ftp://download.sourceforge.net/gtkmm/%{name}-%{version}.tar.bz2
10
11BuildRoot:      %{_tmppath}/%{name}-%{version}-root
12Requires:       gtkmm2 >= 2.4.0
13Requires:       libgnomecanvas >= 2.6.0
14BuildRequires:  gtkmm2-devel >= 2.4.0
15BuildRequires:  libgnomecanvas-devel >= 2.6.0
16
17%description
18This package provides a C++ interface for GnomeUI.  It is a subpackage
19of the gnomemm project.  The interface provides a convenient interface for C++
20programmers to create Gnome GUIs with GTK+'s flexible object-oriented
21framework.
22
23%package        devel
24Summary:        Headers for developing programs that will use libgnomecanvasmm.
25Summary(ja):    libgnomecanvasmm の開発用ファイル
26Group:          Development/Libraries
27Requires:       %{name} = %{version}
28Requires:       gtkmm2-devel >= 2.4.0
29Requires:       libgnomecanvas-devel >= 2.6.0
30
31%description    devel
32This package contains the headers that programmers will need to develop
33applications which will use libgnomecanvasmm, part of gnomemm - the C++
34interface to the GTK+ GUI library.
35
36%prep
37%setup -q
38
39%build
40%configure --disable-static
41make %{?_smp_mflags}
42
43%install
44if [ -d $RPM_BUILD_ROOT ]; then rm -rf $RPM_BUILD_ROOT; fi
45make install DESTDIR=$RPM_BUILD_ROOT
46
47%post -p /sbin/ldconfig
48
49%postun -p /sbin/ldconfig
50
51%clean
52if [ -d $RPM_BUILD_ROOT ]; then rm -rf $RPM_BUILD_ROOT; fi
53
54%files
55%defattr(-, root, root)
56%doc AUTHORS COPYING ChangeLog INSTALL NEWS README
57%{_libdir}/*.so.*
58
59%files  devel
60%defattr(-, root, root)
61%{_includedir}/libgnomecanvasmm-2.6
62%exclude %{_libdir}/*.la
63#{prefix}/lib/*.a # uncomment this one for static libs
64%{_libdir}/*.so
65%{_libdir}/libgnomecanvasmm-2.6
66%{_libdir}/pkgconfig/*.pc
67
68%changelog
69* Tue Nov  4 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 2.26.0-3
70- rebuilt on current VineSeed
71- added Japanese summary
72
73* Tue Sep 21 2010 IWAI, Masaharu <iwai@alib.jp> 2.26.0-2
74- build with rpm-4.8.1-1 for pkg-config file
75
76* Sun Mar 14 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.26.0-1
77- new upstream release
78
79* Sat Oct  4 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.0-1vl5
80- new upstream release
81
82* Fri Sep 19 2008 Shu KONNO <owa@bg.wakwak.com> 2.16.0-2vl5
83- applied new versioning policy
84- excluded *.la
85
86* Fri May 11 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.16.0-1vl3
87- rebuilt with new toolchains
88
89* Mon Apr 30 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.16.0-1vl2
90- rebuilt with new gtkmm, libgnomecanvas
91
92* Fri Nov  3 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.16.0-1vl1
93- initial build for Vine Linux
94
95* Sun Dec 21 2003 Eric Bourque <ericb@computer.org>
96- fixed dependency to gtkmm2 instead of gtkmm
97
98* Thu Sep 25 2003 Eric Bourque <ericb@computer.org>
99- updated for libgnomecanvasmm-2.0
100* Tue Mar 20 2001 Eric Bourque <ericb@computer.org>
101- added gnome--.m4 to files devel section
102
103* Sat Mar 10 2001 Herbert Valerio Riedel <hvr@gnu.org>
104- improved examples.conf
105- fixed example build problems
106
107* Thu May 11 2000 Herbert Valerio Riedel <hvr@gnu.org>
108- removed lib/gtkmm from files section
109- removed empty obsolete tags
110
111* Sun Jan 30 2000 Karl Einar Nelson <kenelson@sourceforge.net>
112- adapted from gtk--.spec
Note: See TracBrowser for help on using the repository browser.