]> git.pld-linux.org Git - packages/gtkglextmm.git/blob - gtkglextmm.spec
- updated to 1.1.0 for gtkmm 2.4.x
[packages/gtkglextmm.git] / gtkglextmm.spec
1 Summary:        C++ wrapper for GtkGLExt library
2 Summary(pl):    Interfejs C++ do biblioteki GtkGLExt
3 Name:           gtkglextmm
4 Version:        1.1.0
5 Release:        1
6 License:        LGPL
7 Group:          Libraries
8 Source0:        http://dl.sourceforge.net/gtkglext/%{name}-%{version}.tar.bz2
9 # Source0-md5:  687d7ba37925f916ecd418b5a28a338e
10 URL:            http://gtkglext.sourceforge.net/
11 BuildRequires:  autoconf >= 2.54
12 BuildRequires:  automake
13 BuildRequires:  gtkglext-devel >= 1.0.0
14 BuildRequires:  gtkmm-devel >= 2.4.0
15 BuildRequires:  libtool >= 2:1.4d-3
16 BuildRequires:  pkgconfig
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %define         _noautoreqdep   libGL.so.1 libGLU.so.1
20
21 %description
22 gtkglextmm is C++ wrapper for GtkGLExt, OpenGL Extension to GTK.
23
24 %description -l pl
25 gtkglextmm to interfejs C++ do GtkGLExt - rozszerzenia OpenGL dla GTK.
26
27 %package devel
28 Summary:        Header files for gtkglextmm library
29 Summary(pl):    Pliki nag³ówkowe biblioteki gtkglextmm
30 Group:          Development/Libraries
31 Requires:       %{name} = %{version}-%{release}
32 Requires:       gtkglext-devel >= 1.0.0
33 Requires:       gtkmm-devel >= 2.4.0
34
35 %description devel
36 Header files for gtkglextmm library.
37
38 %description devel -l pl
39 Pliki nag³ówkowe biblioteki gtkglextmm.
40
41 %package static
42 Summary:        Static gtkglextmm library
43 Summary(pl):    Statyczna biblioteka gtkglextmm
44 Group:          Development/Libraries
45 Requires:       %{name}-devel = %{version}-%{release}
46
47 %description static
48 Static gtkglextmm library.
49
50 %description static -l pl
51 Statyczna biblioteka gtkglextmm.
52
53 %prep
54 %setup -q
55
56 %build
57 # relink issue
58 %{__libtoolize}
59 %{__aclocal} -I m4macros
60 %{__autoconf}
61 %{__autoheader}
62 %{__automake}
63 %configure \
64         --with-html-dir=%{_gtkdocdir}
65
66 %{__make}
67
68 %install
69 rm -rf $RPM_BUILD_ROOT
70
71 %{__make} install \
72         DESTDIR=$RPM_BUILD_ROOT
73
74 %clean
75 rm -rf $RPM_BUILD_ROOT
76
77 %post   -p /sbin/ldconfig
78 %postun -p /sbin/ldconfig
79
80 %files
81 %defattr(644,root,root,755)
82 %doc AUTHORS ChangeLog NEWS README
83 %attr(755,root,root) %{_libdir}/lib*.so.*.*.*
84
85 %files devel
86 %defattr(644,root,root,755)
87 %attr(755,root,root) %{_libdir}/lib*.so
88 %{_libdir}/lib*.la
89 %{_libdir}/gtkglextmm-1.2
90 %{_includedir}/gtkglextmm-1.2
91 %{_aclocaldir}/*.m4
92 %{_pkgconfigdir}/*.pc
93 %{_gtkdocdir}/gtkglextmm-1.2
94
95 %files static
96 %defattr(644,root,root,755)
97 %{_libdir}/lib*.a
This page took 1.016676 seconds and 3 git commands to generate.