]> git.pld-linux.org Git - packages/gtkglextmm.git/blobdiff - gtkglextmm.spec
- drop libtool patch
[packages/gtkglextmm.git] / gtkglextmm.spec
index e6ce07f134e4b16d586b7088d38107602e9cc9f3..73a9df086ba462b7321daeee1d5fc87c069617dd 100644 (file)
@@ -1,18 +1,20 @@
 Summary:       C++ wrapper for GtkGLExt library
-Summary(pl):   Interfejs C++ do biblioteki GtkGLExt
+Summary(pl.UTF-8):     Interfejs C++ do biblioteki GtkGLExt
 Name:          gtkglextmm
-Version:       1.1.0
-Release:       1
+Version:       1.2.0
+Release:       2
 License:       LGPL
 Group:         Libraries
 Source0:       http://dl.sourceforge.net/gtkglext/%{name}-%{version}.tar.bz2
-# Source0-md5: 687d7ba37925f916ecd418b5a28a338e
+# Source0-md5: 27c05f4d45c5fd07b6fb0f044add3056
+Patch0:                gdkspanfunc.patch
 URL:           http://gtkglext.sourceforge.net/
 BuildRequires: autoconf >= 2.54
-BuildRequires: automake
+BuildRequires: automake >= 1:1.7
 BuildRequires: gtkglext-devel >= 1.0.0
 BuildRequires: gtkmm-devel >= 2.4.0
 BuildRequires: libtool >= 2:1.4d-3
+BuildRequires: perl-base >= 1:5.6.0
 BuildRequires: pkgconfig
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -21,12 +23,12 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %description
 gtkglextmm is C++ wrapper for GtkGLExt, OpenGL Extension to GTK.
 
-%description -l pl
+%description -l pl.UTF-8
 gtkglextmm to interfejs C++ do GtkGLExt - rozszerzenia OpenGL dla GTK.
 
 %package devel
 Summary:       Header files for gtkglextmm library
-Summary(pl):   Pliki nag³ówkowe biblioteki gtkglextmm
+Summary(pl.UTF-8):     Pliki nagłówkowe biblioteki gtkglextmm
 Group:         Development/Libraries
 Requires:      %{name} = %{version}-%{release}
 Requires:      gtkglext-devel >= 1.0.0
@@ -35,26 +37,26 @@ Requires:   gtkmm-devel >= 2.4.0
 %description devel
 Header files for gtkglextmm library.
 
-%description devel -l pl
-Pliki nag³ówkowe biblioteki gtkglextmm.
+%description devel -l pl.UTF-8
+Pliki nagłówkowe biblioteki gtkglextmm.
 
 %package static
 Summary:       Static gtkglextmm library
-Summary(pl):   Statyczna biblioteka gtkglextmm
+Summary(pl.UTF-8):     Statyczna biblioteka gtkglextmm
 Group:         Development/Libraries
 Requires:      %{name}-devel = %{version}-%{release}
 
 %description static
 Static gtkglextmm library.
 
-%description static -l pl
+%description static -l pl.UTF-8
 Statyczna biblioteka gtkglextmm.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
-# relink issue
 %{__libtoolize}
 %{__aclocal} -I m4macros
 %{__autoconf}
@@ -71,6 +73,8 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/*.la
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -80,18 +84,18 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README
-%attr(755,root,root) %{_libdir}/lib*.so.*.*.*
+%attr(755,root,root) %{_libdir}/libg[dt]kglextmm-x11-1.2.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libg[dt]kglextmm-x11-1.2.so.0
 
 %files devel
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/lib*.so
-%{_libdir}/lib*.la
+%attr(755,root,root) %{_libdir}/libg[dt]kglextmm-x11-1.2.so
 %{_libdir}/gtkglextmm-1.2
 %{_includedir}/gtkglextmm-1.2
-%{_aclocaldir}/*.m4
-%{_pkgconfigdir}/*.pc
+%{_aclocaldir}/gtkglextmm-1.2.m4
+%{_pkgconfigdir}/g[dt]kglextmm*-1.2.pc
 %{_gtkdocdir}/gtkglextmm-1.2
 
 %files static
 %defattr(644,root,root,755)
-%{_libdir}/lib*.a
+%{_libdir}/libg[dt]kglextmm-x11-1.2.a
This page took 0.11568 seconds and 4 git commands to generate.