]> git.pld-linux.org Git - packages/MathPlanner.git/blobdiff - MathPlanner.spec
- massive change ( validate errors warrings from desktop-file-validate)
[packages/MathPlanner.git] / MathPlanner.spec
index 9d2045ef802d18900b09f77647c14c92014198e5..93ffea2a2d1e578bc9e837c38705a1e340fef218 100644 (file)
@@ -1,18 +1,19 @@
 Summary:       A Program for calculating many kind of things
-Summary(pl):   Program do ³atwego wykonywania obliczeñ matematycznych
+Summary(pl.UTF-8):     Program do łatwego wykonywania obliczeń matematycznych
 Name:          MathPlanner
-Version:       3.1.2
-Release:       0.1
+Version:       3.1.3
+Release:       3
 License:       GPL v2
 Group:         X11/Applications/Publishing
 Source0:       http://koti.mbnet.fi/jarmonik/%{name}-%{version}.tar.gz
-# Source0-md5: 63cbad25c7df3ef437f2afd8907aabcf
+# Source0-md5: 803a8de68056a4ec2e4c456b1ba9b320
 Source1:       %{name}.desktop
+Patch0:                %{name}-no_qstyles.patch
 URL:           http://koti.mbnet.fi/jarmonik/
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: libtool
-BuildRequires: qt-devel >= 3.0.5
+BuildRequires: qt-devel >= 3:3.0.5
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _mathdir        %{_datadir}/MathPlanner
@@ -23,18 +24,24 @@ supports complex numbers, vectors, and basic math operations like
 trigonometry, log, ln... Also integers and functions definations can
 be used.
 
-%description -l pl
+%description -l pl.UTF-8
 MathPlanner jest matematycznym programem do tworzenia i publikacji.
-Obs³uguje liczby zespolone, wertory i podstawowe operacje matematyczne
-(trygonometria, logarytmy,...). Mog± byæ tak¿e u¿yte liczby ca³kowite
+Obsługuje liczby zespolone, wektory i podstawowe operacje matematyczne
+(trygonometria, logarytmy,...). Mogą być także użyte liczby całkowite
 oraz definicje funkcji.
 
 %prep
 %setup -q
+%patch0
 
 %build
 QTDIR="%{_prefix}"
 export QTDIR
+cd src
+for i in *.moc; do
+       moc `basename $i .moc`.h >$i;
+done
+cd ..
 
 rm -f missing
 %{__libtoolize}
This page took 0.085043 seconds and 4 git commands to generate.