specs/SUNWgnome-ps-viewer.spec
author chrisk
Thu, 22 Apr 2010 11:22:59 +0000
changeset 17902 a077563a1cf5
parent 17893 SUNWgnome-ps-viewer.spec@36619080451b
child 17937 664c0536875a
permissions -rw-r--r--
2010-04-22 Christian Kelly <[email protected]> * *.spec, specs/*.spec, closed/*.spec, indiana/*.spec: Move all of the spec files to the specs/ dir. This is preparation work for moving to jucr.

#
# spec file for package SUNWgnome-ps-viewer
#
# includes module(s): <none>  (backcompat pkg with a symlink to evince)
#
# Copyright (c) 2006 Sun Microsystems, Inc.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
%define owner laca
#
%include Solaris.inc

%define OSR wrapper package, no content delivered:n/a

Name:                    SUNWgnome-ps-viewer
Summary:                 GNOME PostScript document viewer (Obsolete)
Version:                 2.6.0
License:                 n/a
Vendor:                  Sun Microsystems, Inc.
SUNW_BaseDir:            %{_basedir}
SUNW_Copyright:          %{name}.copyright
BuildRoot:               %{_tmppath}/%{name}-%{version}-build
%include default-depend.inc
Requires: SUNWgnome-pdf-viewer

%install
mkdir -p $RPM_BUILD_ROOT%{_bindir}
cd $RPM_BUILD_ROOT%{_bindir}
ln -s evince ggv
# mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1
# cd $RPM_BUILD_ROOT%{_mandir}/man1
# ln -s evince.1 ggv.1

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr (-, root, bin)
%dir %attr (0755, root, bin) %{_bindir}
%{_bindir}/*

%changelog
* Sun Jun 11 2006 - [email protected]
- change group from other to bin/sys
* Tue Feb 28 2006 - [email protected]
- add backcompat spec file (make ggv a symlink to evince)