From f1662e8a58baae57e54e55c32dc175f0d0237ee1 Mon Sep 17 00:00:00 2001 From: kloczek Date: Tue, 18 Sep 2001 22:53:47 +0000 Subject: [PATCH] - start prepare release 4, - fixed bugs on ac/am level and added regenerate ac/am files, - added WINGs patch with correction WINGs include files locations, - added debian patch with partial fixes for compile against latest WindowMaker stolen from Debian resources. NOTE: still not compiles correctly on current WM. Probably it will be good send description compile problems to WM devel list or FSViewer maintainer. Changed files: FSViewer.spec -> 1.25 --- FSViewer.spec | 28 +++++++++++++++++++--------- 1 file changed, 19 insertions(+), 9 deletions(-) diff --git a/FSViewer.spec b/FSViewer.spec index d1325f1..dbe6242 100644 --- a/FSViewer.spec +++ b/FSViewer.spec @@ -1,8 +1,8 @@ -Summary: FSViewer is a NeXT FileViewer lookalike for Window Maker. -Summary(pl): FSViewer jest przegl±dark± plików dla WindowMakera. +Summary: FSViewer is a NeXT FileViewer lookalike for Window Maker +Summary(pl): FSViewer jest przegl±dark± plików dla WindowMakera Name: FSViewer Version: 0.2.3 -Release: 3 +Release: 4 License: GPL Group: X11/Window Managers/Tools Group(de): X11/Fenstermanager/Werkzeuge @@ -10,15 +10,18 @@ Group(pl): X11/Zarz Source0: http://www.csn.ul.ie/~clernong/download/%{name}.app-%{version}.tar.gz Source1: http://www.csn.ul.ie/~clernong/download/icons.tar.gz Source2: %{name}.desktop +Patch0: %{name}-ac_am15.patch +Patch1: %{name}-WINGs.patch +Patch2: %{name}-debian.patch +Patch3: %{name}-no_libnsl.patch URL: http://www.csn.ul.ie/~clernong/projects/fsviewer.html +BuildRequires: WindowMaker-devel >= 0.62.1 +BuildRequires: XFree86-devel +BuildRequires: libPropList-devel >= 0.9.1 BuildRequires: libjpeg-devel BuildRequires: libpng >= 1.0.8 -BuildRequires: libPropList-devel >= 0.9.1 BuildRequires: libtiff-devel BuildRequires: libungif-devel -BuildRequires: WindowMaker-devel >= 0.62.1 -BuildRequires: XFree86-devel -BuildRequires: zlib-devel Requires: WindowMaker >= 0.61.0 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -35,10 +38,17 @@ NeXT FileViewer. %prep %setup -q -a1 -n FSViewer.app-%{version} -%configure \ - --with-extralibs=" -lPropList" +%patch0 -p1 +%patch1 -p1 +%patch2 -p1 +%patch3 -p1 %build +rm -f missing +aclocal +autoconf +automake -a -c +%configure %{__make} %install -- 2.44.0