- drop scriptlets
This commit is contained in:
parent
fe9be5e3a8
commit
3a4d7d4f5e
12
x3270.spec
12
x3270.spec
@ -4,7 +4,7 @@
|
||||
Summary: An X Window System based IBM 3278/3279 terminal emulator
|
||||
Name: x3270
|
||||
Version: 3.6ga5
|
||||
Release: 5%{?dist}
|
||||
Release: 6%{?dist}
|
||||
License: BSD
|
||||
URL: http://x3270.sourceforge.net/
|
||||
Source0: http://downloads.sourceforge.net/%{name}/suite3270-%{version}-src.tgz
|
||||
@ -25,8 +25,6 @@ Summary: IBM 3278/3279 terminal emulator for the X Window System
|
||||
BuildRequires: xorg-x11-font-utils
|
||||
BuildRequires: libXaw-devel
|
||||
Requires: %{name} = %{version}
|
||||
Requires(post): /usr/bin/mkfontdir
|
||||
Requires(postun): /usr/bin/mkfontdir
|
||||
|
||||
%package text
|
||||
Summary: IBM 3278/3279 terminal emulator for text mode
|
||||
@ -65,7 +63,7 @@ Install the %{name}-text package if you need to access IBM hosts using an IBM
|
||||
|
||||
for d in c3270 pr3287 s3270 x3270; do
|
||||
for f in LICENSE README html; do
|
||||
mv $d/$f $f.$d
|
||||
mv $d/$f $f.$d
|
||||
done
|
||||
done
|
||||
|
||||
@ -97,9 +95,6 @@ desktop-file-install \
|
||||
%{SOURCE2}
|
||||
|
||||
|
||||
%post x11
|
||||
cd %{_fontdir} && %{_prefix}/bin/mkfontdir
|
||||
|
||||
%files
|
||||
%doc LICENSE.s3270 README.s3270 html.s3270
|
||||
%doc LICENSE.pr3287 README.pr3287 html.pr3287
|
||||
@ -131,6 +126,9 @@ cd %{_fontdir} && %{_prefix}/bin/mkfontdir
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Mar 08 2019 Dan Horák <dan[at]danny.cz> - 3.6ga5-6
|
||||
- drop scriptlets
|
||||
|
||||
* Sun Feb 17 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.6ga5-5
|
||||
- Rebuild for readline 8.0
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user