source: projects/specs/branches/6/g/gtkglext/gtkglext-vl.spec @ 1989

Revision 1989, 2.3 KB checked in by owa, 14 years ago (diff)

rebuilt with rpm-4.8.1

Line 
1#define __libtoolize:
2Summary: GtkGLExt is an OpenGL extension to GTK+ 2.0 or later.
3Summary(ja): GTK+ 2.0 以降の OpenGL 拡張
4Name: gtkglext
5Version: 1.2.0
6Release: 4%{?_dist_release}
7License: LGPL
8Group: System Environment/Libraries
9Source: %{name}-%{version}.tar.bz2
10URL: http://gtkglext.sourceforge.net/
11
12BuildRequires: gtk2-devel
13BuildRequires: xorg-x11-devel mesa-libGL-devel
14BuildRoot: %{_tmppath}/%{name}-%{version}-root
15
16Requires: gtk2
17Requires: mesa-libGL
18
19
20%description
21GtkGLExt provides additional GDK objects which support OpenGL rendering in GTK+, and GtkWidget API add-ons to make GTK+ widgets OpenGL-capable.
22
23%package devel
24Summary: Development tools for GtkGLExt
25Summary(ja): GtkGLExt の開発ファイル類
26Group: Development/Libraries
27Requires: %{name} = %{version}
28Requires: gtk2-devel
29Requires: mesa-libGL
30
31%description devel
32The gtkglext-devel package contains the header files and developer
33docs for the GtkGLExt.
34
35%prep
36%setup -q
37
38%build
39
40%configure
41make
42
43%install
44rm -rf $RPM_BUILD_ROOT
45%makeinstall
46## remove unuse files
47rm -rf $RPM_BUILD_ROOT%{_libdir}/*.la
48
49
50%clean
51rm -rf $RPM_BUILD_ROOT
52
53%post -p /sbin/ldconfig
54
55%postun -p /sbin/ldconfig
56
57%files
58%defattr(-, root, root)
59%doc AUTHORS COPYING ChangeLog NEWS README
60%doc examples/
61%{_libdir}/libgdkglext-x11-1.0.so.*
62%{_libdir}/libgtkglext-x11-1.0.so.*
63
64%files devel
65%defattr(-, root, root)
66%{_includedir}/gtkglext-1.0
67%{_libdir}/gtkglext-1.0
68%{_libdir}/libgdkglext-x11-1.0.a
69#%{_libdir}/libgdkglext-x11-1.0.la
70%{_libdir}/libgdkglext-x11-1.0.so
71%{_libdir}/libgtkglext-x11-1.0.a
72#%{_libdir}/libgtkglext-x11-1.0.la
73%{_libdir}/libgtkglext-x11-1.0.so
74%{_libdir}/pkgconfig/*.pc
75%{_datadir}/aclocal/gtkglext*
76%{_datadir}/gtk-doc/html/gtkglext
77
78
79%changelog
80* Sun Oct 03 2010 Shu KONNO <owa@bg.wakwak.com> 1.2.0-4
81- rebuilt with rpm-4.8.1 for pkg-config
82
83* Fri Sep 26 2008 Shu KONNO <owa@bg.wakwak.com> 1.2.0-3vl5
84- removed *.la
85- spec in utf-8
86
87* Wed Jul 23 2008 Shu KONNO <owa@bg.wakwak.com> 1.2.0-2vl5
88- rebuilt with xorg-x11-devel
89
90* Mon Apr 21 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.2.0-1vl5
91- updated to 1.2.0
92- added %%post and %%postun section
93
94* Sun Sep  4 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.0.6-0vl2
95- not to run libtoolize in spec file
96- added Japanese summary
97
98* Fri Mar 26 2004 Seiya Nishizawa <seiya@kugi.kyoto-u.ac.jp>
99- (1.0.6-0vl1)
100- first packaging
Note: See TracBrowser for help on using the repository browser.