Reflect fltk having changed its include directory (Fix FTBS).

Fix German %summary.
This commit is contained in:
Ralf Corsépius 2011-05-31 13:41:18 +02:00
parent 4cb2271a96
commit 84f1386c16
2 changed files with 21 additions and 3 deletions

View File

@ -0,0 +1,12 @@
diff -Naur mathgl-1.11.0.1.orig/include/mgl/mgl_fltk.h mathgl-1.11.0.1/include/mgl/mgl_fltk.h
--- mathgl-1.11.0.1.orig/include/mgl/mgl_fltk.h 2010-11-13 22:04:11.000000000 +0100
+++ mathgl-1.11.0.1/include/mgl/mgl_fltk.h 2011-05-31 12:51:46.477338346 +0200
@@ -29,7 +29,7 @@
#endif
#include <FL/Fl.H>
-#include <Fl/Fl_Scroll.H>
+#include <FL/Fl_Scroll.H>
#include <FL/Fl_Button.H>
#include <FL/Fl_Counter.H>
#include <FL/Fl_Menu_Bar.H>

View File

@ -1,9 +1,8 @@
Name: mathgl
Version: 1.11.0.1
Release: 5%{?dist}
Release: 6%{?dist}
Summary: Cross-platform library for making high-quality scientific graphics
#Deutsch ist fremdsprach für mich.
#Summary(de): Plattformübergreifend bibliotheke für hoch-qualität Wissenschaftliche Graphiken
Summary(de): Plattformübergreifende Bibliothek für qualitativ hochwertige wissenschaftliche Graphiken
Summary(ru): MathGL - это библиотека для осуществления высококачественной визуализации данных
License: GPLv2+
Group: Development/Libraries
@ -14,6 +13,8 @@ Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tgz
Patch0: %{name}-info.patch
#Datatype conversion (int->int32) on x86 in hdf4 read func
Patch1: %{name}-hdf4-datatype.patch
#Fltk uses /usr/include/FL
Patch2: %{name}-%{version}-fltk.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@ -79,6 +80,7 @@ done
%patch0
%patch1
%patch2 -p1
@ -174,6 +176,10 @@ rm -rf $RPM_BUILD_ROOT
%doc texinfo/docs/*
%changelog
* Tue May 31 2011 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.11.0.1-6
- Reflect fltk having changed its include directory (Fix FTBS).
- Fix German %%summary.
* Tue May 17 2011 Orion Poplawski <orion@cora.nwra.com> - 1.11.0.1-5
- Rebuild for hdf5 1.8.7