This commit is contained in:
parent
b0ed51214c
commit
de5eca3f7c
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 13 17:51:44 CET 2008 - coolo@suse.de
|
||||
|
||||
- remove desktop-data from buildrequires
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 5 14:43:45 CEST 2007 - coolo@suse.de
|
||||
|
||||
|
13
gv.spec
13
gv.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gv (Version 3.5.8)
|
||||
#
|
||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
# package are under the same license as the package itself.
|
||||
#
|
||||
@ -11,7 +11,7 @@
|
||||
# norootforbuild
|
||||
|
||||
Name: gv
|
||||
BuildRequires: desktop-data-SuSE update-desktop-files xaw3d-devel xorg-x11 xorg-x11-devel
|
||||
BuildRequires: update-desktop-files xaw3d-devel xorg-x11 xorg-x11-devel
|
||||
License: GPL v2 or later
|
||||
Group: Productivity/Publishing/PS
|
||||
Requires: ghostscript_x11
|
||||
@ -19,11 +19,11 @@ Conflicts: gs_serv gs_vga
|
||||
# NOTE: We don't want this dependency and desktop-data-SuSE is in all
|
||||
# desktop selections.
|
||||
#Requires: desktop-data-SuSE
|
||||
Autoreqprov: on
|
||||
URL: http://wwwthep.physik.uni-mainz.de/~plass/gv/
|
||||
AutoReqProv: on
|
||||
Url: http://wwwthep.physik.uni-mainz.de/~plass/gv/
|
||||
Summary: A Program to View PostScript Files
|
||||
Version: 3.5.8
|
||||
Release: 1232
|
||||
Release: 1300
|
||||
Source0: gv-3.5.8.tar.bz2
|
||||
Source1: gv.desktop
|
||||
Source2: gv.png
|
||||
@ -43,7 +43,6 @@ Patch8: gv-3.5.8-sec2.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%{expand: %%global _exec_prefix %(type -p pkg-config &>/dev/null && pkg-config --variable prefix x11 || echo /usr/X11R6)}
|
||||
%if "%_exec_prefix" == "/usr/X11R6"
|
||||
|
||||
%global _mandir %{_exec_prefix}/man
|
||||
%define _x11data %{_exec_prefix}/lib/X11
|
||||
%define _appdefdir %{_x11data}/app-defaults
|
||||
@ -140,6 +139,8 @@ iconv -f EUC-JP -t UTF-8 < %{buildroot}%{_x11data}/ja/app-defaults/GV \
|
||||
%dir %{_defaultdocdir}/gv/
|
||||
|
||||
%changelog
|
||||
* Sun Jan 13 2008 - coolo@suse.de
|
||||
- remove desktop-data from buildrequires
|
||||
* Thu Jul 05 2007 - coolo@suse.de
|
||||
- put desktop file and icon into the package
|
||||
* Fri Jun 01 2007 - dmueller@suse.de
|
||||
|
Loading…
Reference in New Issue
Block a user