forked from pool/x3270
This commit is contained in:
parent
33c57bb6bb
commit
c616931fae
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 28 17:02:53 CEST 2007 - mfabian@suse.de
|
||||
|
||||
- add run_suseconfig_fonts to %post and %postun
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 10 18:16:21 CET 2006 - ihno@suse.de
|
||||
|
||||
|
16
x3270.spec
16
x3270.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package x3270 (Version 3.2.20)
|
||||
#
|
||||
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2007 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.
|
||||
#
|
||||
@ -32,11 +32,11 @@ BuildRequires: XFree86 XFree86-devel
|
||||
%define xlibraries /usr/X11R6/%{_lib}
|
||||
%endif
|
||||
BuildRequires: freetype2 tcl-devel
|
||||
License: X11/MIT, Other License(s), see package
|
||||
License: X11/MIT
|
||||
Group: System/X11/Terminals
|
||||
Autoreqprov: on
|
||||
Version: 3.2.20
|
||||
Release: 322
|
||||
Release: 345
|
||||
Summary: A Family of IBM 3270 Terminal Emulators
|
||||
URL: http://x3270.bgp.nu
|
||||
Source0: http://x3270.bgp.nu/download/x3270-334p4.tgz
|
||||
@ -247,6 +247,12 @@ rm -rf $RPM_BUILD_ROOT/usr/man/man{1,5}
|
||||
# set permissions correct
|
||||
chmod ugo-x $RPM_BUILD_ROOT/usr/share/man/man{1,5}/*
|
||||
|
||||
%post
|
||||
%run_suseconfig_fonts
|
||||
|
||||
%postun
|
||||
%run_suseconfig_fonts
|
||||
|
||||
%clean
|
||||
#${RPM_BUILD_ROOT:+rm -rf $RPM_BUILD_ROOT}
|
||||
|
||||
@ -290,7 +296,9 @@ chmod ugo-x $RPM_BUILD_ROOT/usr/share/man/man{1,5}/*
|
||||
%{xbindir}/x026
|
||||
%doc %attr(644,root,root) README.SuSE
|
||||
|
||||
%changelog -n x3270
|
||||
%changelog
|
||||
* Wed Mar 28 2007 - mfabian@suse.de
|
||||
- add run_suseconfig_fonts to %%post and %%postun
|
||||
* Fri Nov 10 2006 - ihno@suse.de
|
||||
- fixing wrong permissions of man pages
|
||||
* Thu Aug 10 2006 - mfabian@suse.de
|
||||
|
Loading…
Reference in New Issue
Block a user