2006-05-02 Laszlo (Laca) Peter <[email protected]> VERMILLION_40
authorlp117937
Tue, 02 May 2006 04:28:14 +0000
changeset 7186 ddebd92f7997
parent 7185 3e7fbaeaa3ab
child 7187 a60c0915e8d8
2006-05-02 Laszlo (Laca) Peter <[email protected]> * SUNWgnome-ps-viewer.spec: (new) spec files that installs a compatibility symlink to evince.
Solaris/ChangeLog
Solaris/SUNWgnome-ps-viewer.spec
--- a/Solaris/ChangeLog	Tue May 02 04:25:34 2006 +0000
+++ b/Solaris/ChangeLog	Tue May 02 04:28:14 2006 +0000
@@ -1,3 +1,8 @@
+2006-05-02  Laszlo (Laca) Peter  <[email protected]>
+
+	* SUNWgnome-ps-viewer.spec: (new) spec files that installs
+	  a compatibility symlink to evince.
+
 2006-05-02  Laszlo (Laca) Peter  <[email protected]>
 
 	* SUNWgnome-common-devel.spec: integrate the GNU gettext tools;
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Solaris/SUNWgnome-ps-viewer.spec	Tue May 02 04:28:14 2006 +0000
@@ -0,0 +1,39 @@
+#
+# 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.
+#
+
+%include Solaris.inc
+
+Name:                    SUNWgnome-ps-viewer
+Summary:                 GNOME post script viewer - platform dependent files, /usr filesystem
+Version:                 2.6.0
+SUNW_BaseDir:            %{_basedir}
+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, other)
+%dir %attr (0755, root, bin) %{_bindir}
+%{_bindir}/*
+
+%changelog
+* Tue Feb 28 2006 - [email protected]
+- add backcompat spec file (make ggv a symlink to evince)