]> git.pld-linux.org Git - packages/gtkglextmm.git/blame - gtkglextmm.spec
- ghost soname symlink
[packages/gtkglextmm.git] / gtkglextmm.spec
CommitLineData
b294b2af 1Summary: C++ wrapper for GtkGLExt library
41187710 2Summary(pl.UTF-8): Interfejs C++ do biblioteki GtkGLExt
b294b2af 3Name: gtkglextmm
8645177f
JB
4Version: 1.2.0
5Release: 1
b294b2af
JB
6License: LGPL
7Group: Libraries
8Source0: http://dl.sourceforge.net/gtkglext/%{name}-%{version}.tar.bz2
8645177f 9# Source0-md5: 27c05f4d45c5fd07b6fb0f044add3056
b294b2af
JB
10URL: http://gtkglext.sourceforge.net/
11BuildRequires: autoconf >= 2.54
8645177f 12BuildRequires: automake >= 1:1.7
b294b2af 13BuildRequires: gtkglext-devel >= 1.0.0
2ca53d52 14BuildRequires: gtkmm-devel >= 2.4.0
b294b2af 15BuildRequires: libtool >= 2:1.4d-3
8645177f 16BuildRequires: perl-base >= 1:5.6.0
b294b2af
JB
17BuildRequires: pkgconfig
18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20%define _noautoreqdep libGL.so.1 libGLU.so.1
21
22%description
23gtkglextmm is C++ wrapper for GtkGLExt, OpenGL Extension to GTK.
24
b41baee4 25%description -l pl.UTF-8
b294b2af
JB
26gtkglextmm to interfejs C++ do GtkGLExt - rozszerzenia OpenGL dla GTK.
27
28%package devel
29Summary: Header files for gtkglextmm library
41187710 30Summary(pl.UTF-8): Pliki nagłówkowe biblioteki gtkglextmm
b294b2af 31Group: Development/Libraries
2ca53d52 32Requires: %{name} = %{version}-%{release}
b294b2af 33Requires: gtkglext-devel >= 1.0.0
2ca53d52 34Requires: gtkmm-devel >= 2.4.0
b294b2af
JB
35
36%description devel
37Header files for gtkglextmm library.
38
b41baee4
JR
39%description devel -l pl.UTF-8
40Pliki nagłówkowe biblioteki gtkglextmm.
b294b2af
JB
41
42%package static
43Summary: Static gtkglextmm library
41187710 44Summary(pl.UTF-8): Statyczna biblioteka gtkglextmm
b294b2af 45Group: Development/Libraries
2ca53d52 46Requires: %{name}-devel = %{version}-%{release}
b294b2af
JB
47
48%description static
49Static gtkglextmm library.
50
b41baee4 51%description static -l pl.UTF-8
b294b2af
JB
52Statyczna biblioteka gtkglextmm.
53
54%prep
55%setup -q
56
57%build
b294b2af
JB
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
69rm -rf $RPM_BUILD_ROOT
70
71%{__make} install \
72 DESTDIR=$RPM_BUILD_ROOT
73
74%clean
75rm -rf $RPM_BUILD_ROOT
76
77%post -p /sbin/ldconfig
78%postun -p /sbin/ldconfig
79
80%files
81%defattr(644,root,root,755)
2ca53d52 82%doc AUTHORS ChangeLog NEWS README
8645177f 83%attr(755,root,root) %{_libdir}/libg[dt]kglextmm-x11-1.2.so.*.*.*
788dd33d 84%attr(755,root,root) %ghost %{_libdir}/libg[dt]kglextmm-x11-1.2.so.0
b294b2af
JB
85
86%files devel
87%defattr(644,root,root,755)
8645177f
JB
88%attr(755,root,root) %{_libdir}/libg[dt]kglextmm-x11-1.2.so
89%{_libdir}/libg[dt]kglextmm-x11-1.2.la
2ca53d52
JB
90%{_libdir}/gtkglextmm-1.2
91%{_includedir}/gtkglextmm-1.2
8645177f
JB
92%{_aclocaldir}/gtkglextmm-1.2.m4
93%{_pkgconfigdir}/g[dt]kglextmm*-1.2.pc
2ca53d52 94%{_gtkdocdir}/gtkglextmm-1.2
b294b2af
JB
95
96%files static
97%defattr(644,root,root,755)
8645177f 98%{_libdir}/libg[dt]kglextmm-x11-1.2.a
This page took 0.068404 seconds and 4 git commands to generate.