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

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