- updated to 3.3.15ga4 (#1150568)
This commit is contained in:
parent
9fb18abbdd
commit
78059fd7ee
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@ suite3270-3.3.10ga4-src.tgz
|
||||
/suite3270-3.3.14ga7-src.tgz
|
||||
/suite3270-3.3.14ga9-src.tgz
|
||||
/suite3270-3.3.14ga11-src.tgz
|
||||
/suite3270-3.3.15ga4-src.tgz
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
e91232c9bb7071fd29a37261d476f044 suite3270-3.3.14ga11-src.tgz
|
||||
180e0c272d3f457e180c0099823c7ed4 suite3270-3.3.15ga4-src.tgz
|
||||
|
||||
20
x3270.spec
20
x3270.spec
@ -4,8 +4,8 @@
|
||||
%define majorver 3.3
|
||||
Summary: An X Window System based IBM 3278/3279 terminal emulator
|
||||
Name: x3270
|
||||
Version: 3.3.14ga11
|
||||
Release: 3%{?dist}
|
||||
Version: 3.3.15ga4
|
||||
Release: 1%{?dist}
|
||||
License: BSD
|
||||
Group: Applications/Internet
|
||||
URL: http://x3270.sourceforge.net/
|
||||
@ -96,6 +96,9 @@ make %{?_smp_mflags} CCOPTIONS="$RPM_OPT_FLAGS"
|
||||
)
|
||||
done
|
||||
|
||||
# build playback tool
|
||||
( cd Playback; make CFLAGS="$RPM_OPT_FLAGS" )
|
||||
|
||||
|
||||
%install
|
||||
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/x3270
|
||||
@ -127,6 +130,9 @@ install -p -m644 c3270-%{majorver}/c3270.man $RPM_BUILD_ROOT%{_mandir}/man1/c327
|
||||
install -p -m755 s3270-%{majorver}/s3270 $RPM_BUILD_ROOT%{_bindir}
|
||||
install -p -m644 s3270-%{majorver}/s3270.man $RPM_BUILD_ROOT%{_mandir}/man1/s3270.1
|
||||
|
||||
install -p -m755 Playback/playback $RPM_BUILD_ROOT%{_bindir}
|
||||
install -p -m644 Playback/playback.man $RPM_BUILD_ROOT%{_mandir}/man1/playback.1
|
||||
|
||||
install -p -m644 %{SOURCE1} ${RPM_BUILD_ROOT}%{_datadir}/icons/hicolor/48x48/apps
|
||||
ln -sf %{fontdir} $RPM_BUILD_ROOT%{catalogue}/x3270
|
||||
mv x3270-%{majorver}/README* x3270-%{majorver}/LICENSE x3270-%{majorver}/Examples x3270-%{majorver}/html .
|
||||
@ -168,7 +174,9 @@ fi
|
||||
%{_bindir}/s3270
|
||||
%{_bindir}/pr3287
|
||||
%{_bindir}/x3270if
|
||||
%exclude %{_mandir}/man1/c3270*
|
||||
%{_bindir}/playback
|
||||
%exclude %{_mandir}/man1/c3270.1*
|
||||
%exclude %{_mandir}/man1/x3270.1*
|
||||
%{_mandir}/man1/*
|
||||
%{_mandir}/man5/*
|
||||
%dir %{_datadir}/x3270
|
||||
@ -179,16 +187,20 @@ fi
|
||||
%dir %{fontdir}
|
||||
%{fontdir}/*
|
||||
%{catalogue}/x3270
|
||||
%{_mandir}/man1/x3270.1*
|
||||
%{_datadir}/icons/hicolor/48x48/apps/x3270.png
|
||||
%{_datadir}/X11/app-defaults/X3270
|
||||
%{_datadir}/applications/*
|
||||
|
||||
%files text
|
||||
%{_bindir}/c3270
|
||||
%{_mandir}/man1/c3270*
|
||||
%{_mandir}/man1/c3270.1*
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Oct 10 2014 Dan Horák <dan[at]danny.cz> - 3.3.15ga4-1
|
||||
- updated to 3.3.15ga4 (#1150568)
|
||||
|
||||
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.14ga11-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user