]> git.pld-linux.org Git - packages/FSViewer.git/commitdiff
- modified for PLD use. FSViewer-0_2_0-1
authorpius <pius@pld-linux.org>
Thu, 24 Jun 1999 07:16:17 +0000 (07:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    FSViewer.spec -> 1.3

FSViewer.spec

index 34983db443512839b1f5080d592f0981ce1f212e..00029ef9a1e5eb7487e2e7dbdfb8a399824e6f58 100644 (file)
-%define name fsviewer
-%define version 0.1.1
-%define release 1
-%define serial 3
-%define prefix /usr
-
 Summary:       FSViewer is a NeXT FileViewer lookalike for Window Maker.
-Name:          %{name}
-Version:       %{version}
-Release:       %{release}
-Serial:        %{serial}
+Summary(pl):   FSViewer jest przegl±dark± plików dla WindowMakera.
+Name:          FSViewer
+Version:       0.2.0
+Release:       1
 Copyright:     GPL
-Group:                 X11/Utilities
+Group:                 X11/Window Managers/Tools
+Group(pl):     X11/Zarz±dcy Okien/Narzêdzia
 URL:           http://www.csn.ul.ie/~clernong/projects/fsviewer.html
-Vendor:        George Clernon <clernong@tinet.ie>
-Source:        http://www.csn.ul.ie/~clernong/download/FSViewer.app-%{version}.tar.gz
-Prefix:        %{prefix}
+Source0:       http://www.csn.ul.ie/~clernong/download/FSViewer.app-%{version}.tar.gz
+Source1:       http://www.csn.ul.ie/~clernong/download/icons.tar.gz
+BuildPrereq:   libjpeg-devel
+BuildPrereq:   libpng-devel
+BuildPrereq:   libPropList-devel
+BuildPrereq:   libtiff-devel
+BuildPrereq:   libungif-devel
+BuildPrereq:   WindowMaker-devel
+BuildPrereq:   XFree86-devel
+BuildPrereq:   xpm-devel
+BuildPrereq:   zlib-devel
+Requires:      WindowMaker >= 0.53
 BuildRoot:     /tmp/%{name}-%{version}-root
 
+%define        _prefix /usr/X11R6
+
 %description
 FSViewer is a NeXT FileViewer lookalike for Window Maker. Viewing is currently 
 supported via browser mode. It has been written in C using the WINGs library.  
 
-**** For Use With Window Maker 0.51.x ****
+%description -l pl
+FSViewer jest przegl±dark± plików dla WindowMakera wygl±daj±c± 
+jak NeXT FileViewer.
 
 %prep
-%setup -q -n FSViewer.app-%{version}
-CFLAGS=$RPM_OPT_FLAGS \
-./configure --prefix=%{prefix}
+%setup -q -a1 -n FSViewer.app-%{version}
+CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" \
+./configure %{_target_platform} \
+       --prefix=%{_prefix} \
+       --with-extralibs=" -lPropList"
 
 %build
 make
 
 %install
-if [ -e $RPM_BUILD_ROOT ]; then rm -rf $RPM_BUILD_ROOT; fi
-mkdir -p $RPM_BUILD_ROOT%{prefix}/{bin,share}
-make prefix=$RPM_BUILD_ROOT%{prefix} install
-install -m 644 FSViewer $RPM_BUILD_ROOT%{prefix}/share/FSViewer.app/FSViewer
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_prefix}/GNUstep/Apps/FSViewer.app/{xpm,tiff}
 
-%post
-cat <<EOM
+make install-strip \
+       DESTDIR=$RPM_BUILD_ROOT
 
-==============================================================================
-You must copy %{prefix}/share/FSViewer.app/FSViewer to ~/GNUstep/Defaults/
-==============================================================================
+install xpm/*.xpm $RPM_BUILD_ROOT%{_prefix}/GNUstep/Apps/FSViewer.app/xpm
+install tiff/* $RPM_BUILD_ROOT%{_prefix}/GNUstep/Apps/FSViewer.app/tiff
+install -s defs/chdef $RPM_BUILD_ROOT%{_prefix}/GNUstep/Apps/FSViewer.app
 
-EOM
+gzip -9nf AUTHORS ChangeLog README
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
-%defattr(-,root,root)
-%doc AUTHORS COPYING ChangeLog INSTALL NEWS README
-%{prefix}/bin/fsviewer
-%{prefix}/share/FSViewer.app
+%defattr(644,root,root,755)
+%doc {AUTHORS,ChangeLog,README}.gz
 
-%changelog
-* Wed Feb 23 1999 Ryan Weaver <ryanw@infohwy.com>
-  [fsviewer-0.1.1-1]
-- FSViewer.app-0.1.1 (19990223)
-- o Commented out FSDisk related code in FSUtils.c, should fix
-    some multi-platform compilation problems.
-- o Added a patch to automatically detect HOME dir.
-- o Fixed a bug that crashes the app if the inital path contains a
-    long path component.
-- o Zombie process are now cleaned up.
-- o Fixed WMJustified bug (should be WAJustified) in inspector.c and 
-    iconInspector.c
-- o Implemented Revert in attributes inspector.
-- o Initial launch path is now the users home dir.
-- o Now checks return value of getpwuid and getgrgid calls in 
-    attribsInspector.c, used to seg fault if either group or user
-    was unknown.
-- o Disabled hiding of app via 'h' key, leaving it up to Window Maker 
-    and changed the quit key from 'q' to '^q' to prevent accidents :).
-- o Added in a "Console" menu option under the "Tools" menu. It launches
-    an xterm at the current directory.
-- o The window and miniwindow icon titles are set with the current 
-    selection.
-- o Added in rudimentary magic files support. This allows certain kinds
-    of unknown files to be viewed. 
-- o Fixed bug wrt to displaying/hiding dot files.
-- o Added in file filtering.
+%dir %{_prefix}/GNUstep/Apps/FSViewer.app
+%attr(755,root,root) %{_prefix}/GNUstep/Apps/FSViewer.app/FSViewer
+%attr(755,root,root) %{_prefix}/GNUstep/Apps/FSViewer.app/chdef
 
-* Wed Feb  3 1999 Ryan Weaver <ryanw@infohwy.com>
-  [fsviewer-0.1.0-1]
-- FSViewer.app-0.1.0 (19990201)
-- o Reorganised the initialisation of the app.
-- o Multiple Windows can be opened.
-- o Display hidden files.
-- o Permissions can be set from attributes inspector.
-- o Icons can be set for extensions from File Extension
-    inspector.
-- o Added legal panel.
-- o Added info panel (broke app for other platforms though).
-- o Tidied up code for file browsing to easily add other
-    views.
-- o In the process of moving odds and ends to FSUtils.c
-- o Rewrote the scrollview code that displays the current path.
-- o The window(s) can be resized in both width and height.
-- o Using nodename from utsname struct as the hostname.
-- o Using timestampWidget instead of timestamp in attribsInspector 
-    as it can display the year.
-- o Updated the configure script to take into account datadir value
-    when generating the FSViewer default file.
-- o Added in Cut, Copy, Paste, Rename, Delete and Link.
-- o Inspector window now updates automatically if it is open.
-- o Added in the shelf.
-- o Added new file/directory creation.
-- o Before launching an app, the pwd is changed to the selected dir.
-- o Added in the Tools submenu and moved the Inspector there.
-- o Created icons and src sub directories.
+%{_prefix}/GNUstep/Apps/FSViewer.app/MagicFiles
+%{_prefix}/GNUstep/Apps/FSViewer.app/xpm
+%{_prefix}/GNUstep/Apps/FSViewer.app/tiff
 
-* Fri Dec 18 1998 Ryan Weaver <ryanw@infohwy.com>
-  [fsviewer-0.0.2-1]
-- FSViewer.app-0.0.2 (19981217)
-- o Added in more checks to the configure script.
-- o Replaced basename with GetNameFromPathname.
-- o Using strrchr instead of rindex.
-- o Searches the Window Maker defaults domain for IconPath
--   instead of PixmapPath
-- o Using "/" if environment variable HOSTNAME is not set.
-- o Added command line option to start FSViewer at a specified
--   path.
-
-
-* Thu Dec 10 1998 Ryan Weaver <ryanw@infohwy.com>
-  [fsviewer-19981214-1]
-- First RPM
-- 14/12/98
-    The source code for FSViewer is now available. This is a preliminary
-  release. It's not guaranteed to do anything. Hopefully it will compile and
-  run straight out of the box. I'm currently working on getting it to compile
-  on my Sun at work.
+%changelog
+* Wed Jun 23 1999 Piotr Czerwiñski <pius@pld.org.pl> 
+  [0.2.0-1]
+- modified for PLD use,
+- based on spec file by Ryan Weaver <ryanw@infohwy.com>.
This page took 0.097547 seconds and 4 git commands to generate.