From 1922d784cb5c5639ff2404fafa49fffcafbdf52f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pawe=C5=82=20Go=C5=82aszewski?= Date: Thu, 29 Aug 2002 17:19:51 +0000 Subject: [PATCH] - added plugin patch - fix for programs that do not think that plugins can be dynamic. Changed files: MathPlanner.spec -> 1.6 --- MathPlanner.spec | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/MathPlanner.spec b/MathPlanner.spec index 889990f..0e6db74 100644 --- a/MathPlanner.spec +++ b/MathPlanner.spec @@ -4,21 +4,22 @@ Summary: A Program for calculating many kind of things Summary(pl): Program do ³atwego wykonywania obliczeñ matematycznych Name: MathPlanner Version: 3.0.4 -Release: 0.1 +Release: 0.5 License: GPL v2 Group: X11/Applications/Publishing Source0: http://koti.mbnet.fi/jarmonik/%{name}-%{version}.tar.gz Patch0: %{name}-ac_fix.patch +Patch1: %{name}-plugin.patch URL: http://koti.mbnet.fi/jarmonik BuildRequires: autoconf BuildRequires: automake BuildRequires: kdelibs-devel >= 3 BuildRequires: libtool -BuildRequires: qt-devel >= 3.0.1 +BuildRequires: qt-devel >= 3.0.5 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %define _prefix /usr/X11R6 -%define _mathdir %{_datadir}/MathPlanner3 +%define _mathdir %{_datadir}/MathPlanner %description MathPlanner is mathematical design and publishing tool. MathPlanner @@ -34,7 +35,8 @@ oraz definicje funkcji. %prep %setup -q -%patch0 +%patch0 -p0 +%patch1 -p1 %build QTDIR="/usr/X11R6" @@ -61,7 +63,7 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) -%doc Changes.txt Doc.htm Doc examples +%doc AUTHORS ChangeLog NEWS Doc.htm Doc examples %attr(755,root,root) %{_bindir}/* %dir %{_mathdir} %{_mathdir}/*.txt -- 2.43.0