specs/SUNWgnome-ps-viewer.spec
author yippi
Thu, 31 May 2012 20:16:52 +0000
changeset 22481 1ff6784d9b6f
parent 22190 ce8390a5afd2
permissions -rw-r--r--
2012-05-31 Brian Cameron <[email protected]> * base-specs/shared-mime-info.spec: Bump to 1.0. * base-specs/nautilus.spec, base-specs/pulseaudio.spec, base-specs/gnome-settings-daemon.spec, specs/SUNWdconf.spec: Add patch comments. * base-specs/gnome-panel.spec: Add --disable-telepathy-glib so it does not build with this module we do not deliver.

#
# 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
IPS_package_name:        gnome/ggv
Meta(info.classification): %{classification_prefix}:Applications/Office
Summary:                 GNOME PostScript document viewer (Obsolete)
Version:                 2.6.0
License:                 cr_Oracle
SUNW_BaseDir:            %{_basedir}
SUNW_Copyright:          %{name}.copyright
BuildRoot:               %{_tmppath}/%{name}-%{version}-build
%include default-depend.inc
%include desktop-incorporation.inc
Requires: SUNWgnome-pdf-viewer
BuildRequires: consolidation/desktop/gnome-incorporation

%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)