]> git.pld-linux.org Git - packages/MathPlanner.git/commitdiff
- it builds at least now...
authorPaweł Gołaszewski <blues@pld-linux.org>
Tue, 23 Jul 2002 20:04:25 +0000 (20:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    MathPlanner.spec -> 1.2

MathPlanner.spec

index 65ac6b06acde1093df2208044313b1e7a53da6a8..4ea629af5e5621cdb3f0da39a842bf6ffaab424e 100644 (file)
@@ -1,12 +1,13 @@
 Summary:       A Program for calculating many kind of things
 Summary(pl):   Program do ³atwego wykonywania obliczeñ matematycznych
-Name:          MathPlanner3
-Version:       3.0.1
+Name:          MathPlanner
+Version:       3.0.2
 Release:       0.1
 License:       GPL
 Group:         X11/Applications/Publishing
-Source0:       %{name}-%{version}.tar.gz
+Source0:       http://koti.mbnet.fi/jarmonik/%{name}-%{version}.tar.gz
 Patch0:                %{name}-makefile.patch
+Patch1:                %{name}-opt.patch
 URL:           http://koti.mbnet.fi/jarmonik
 BuildRequires: kdelibs-devel >= 3
 BuildRequires: qt-devel >= 3.0.1
@@ -25,11 +26,15 @@ Obs
 oraz definicje funkcji.
 
 %prep
-%setup -q
+%setup -q -n %{name}3-install
 %patch0 -p1
+%patch1 -p1
 
 %build
-%{__make} CFLAGS="-I%{_prefix}/X11R6/include/qt" all
+CFLAGS="-I%{_prefix}/X11R6/include/qt"
+LDFLAGS="-L/usr/X11R6/lib/qt/plugins-mt/styles/ -lqplatinumstyle -lqmotifstyle"
+export LDFLAGS CFLAGS
+%{__make} CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" build
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.053807 seconds and 4 git commands to generate.