SUNWgnome-ps-viewer.spec revision 18688
15395N/A#
15395N/A# spec file for package SUNWgnome-ps-viewer
15395N/A#
15395N/A# includes module(s): <none> (backcompat pkg with a symlink to evince)
15395N/A#
15395N/A# Copyright (c) 2006 Sun Microsystems, Inc.
15395N/A# This file and all modifications and additions to the pristine
17185N/A# package are under the same license as the package itself.
15395N/A#
15395N/A%define owner laca
15395N/A#
17180N/A%include Solaris.inc
17180N/A
15395N/A%define OSR wrapper package, no content delivered:n/a
17033N/A
17033N/AName: SUNWgnome-ps-viewer
17657N/AIPS_package_name: gnome/ggv
17033N/AMeta(info.classification): %{classification_prefix}:Applications/Office
17033N/ASummary: GNOME PostScript document viewer (Obsolete)
15395N/AVersion: 2.6.0
17033N/ALicense: n/a
15395N/AVendor: Sun Microsystems, Inc.
15395N/ASUNW_BaseDir: %{_basedir}
15395N/ASUNW_Copyright: %{name}.copyright
15395N/ABuildRoot: %{_tmppath}/%{name}-%{version}-build
15395N/A%include default-depend.inc
15395N/ARequires: SUNWgnome-pdf-viewer
15395N/A
15395N/A%install
15395N/Amkdir -p $RPM_BUILD_ROOT%{_bindir}
15395N/Acd $RPM_BUILD_ROOT%{_bindir}
16212N/Aln -s evince ggv
17035N/A# mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1
17035N/A# cd $RPM_BUILD_ROOT%{_mandir}/man1
17035N/A# ln -s evince.1 ggv.1
15395N/A
15395N/A%clean
15395N/Arm -rf $RPM_BUILD_ROOT
15395N/A
15395N/A%files
15395N/A%defattr (-, root, bin)
17492N/A%dir %attr (0755, root, bin) %{_bindir}
17492N/A%{_bindir}/*
15395N/A
15395N/A%changelog
15395N/A* Sun Jun 11 2006 - laca@sun.com
15395N/A- change group from other to bin/sys
15395N/A* Tue Feb 28 2006 - laca@sun.com
15395N/A- add backcompat spec file (make ggv a symlink to evince)
16039N/A