Author: qboosh Date: Thu Mar 17 20:04:09 2011 GMT Module: packages Tag: HEAD ---- Log message: - updated to 0.17.4 - removed obsolete ncurses,no_libnsl patches
---- Files affected: packages/tn5250: tn5250.spec (1.28 -> 1.29) , tn5250-ncurses.patch (1.1 -> NONE) (REMOVED), tn5250-no_libnsl.patch (1.2 -> NONE) (REMOVED) ---- Diffs: ================================================================ Index: packages/tn5250/tn5250.spec diff -u packages/tn5250/tn5250.spec:1.28 packages/tn5250/tn5250.spec:1.29 --- packages/tn5250/tn5250.spec:1.28 Mon Apr 12 21:31:01 2010 +++ packages/tn5250/tn5250.spec Thu Mar 17 21:04:04 2011 @@ -3,14 +3,12 @@ Summary: 5250 Telnet protocol and Terminal Summary(pl.UTF-8): Obsługa protokołu i terminal Telnet 5250 Name: tn5250 -Version: 0.17.3 -Release: 3 +Version: 0.17.4 +Release: 1 License: GPL Group: Applications/Networking -Source0: http://dl.sourceforge.net/tn5250/%{name}-%{version}.tar.gz -# Source0-md5: f8c454334c63ed7b100e0b12160d93ea -Patch0: %{name}-ncurses.patch -Patch1: %{name}-no_libnsl.patch +Source0: http://downloads.sourceforge.net/tn5250/%{name}-%{version}.tar.gz +# Source0-md5: d1eb7c5a2e15cd2f43a1c115e2734153 URL: http://tn5250.sourceforge.net/ BuildRequires: autoconf BuildRequires: automake @@ -55,8 +53,6 @@ %prep %setup -q -%patch0 -p1 -%patch1 -p1 %build %{__libtoolize} @@ -92,24 +88,31 @@ %files %defattr(644,root,root,755) %doc AUTHORS ChangeLog NEWS README* TODO -%attr(755,root,root) %{_bindir}/*5250 +%attr(755,root,root) %{_bindir}/5250keys %attr(755,root,root) %{_bindir}/lp5250d -%attr(755,root,root) %{_bindir}/scs2* +%attr(755,root,root) %{_bindir}/scs2ascii +%attr(755,root,root) %{_bindir}/scs2pdf +%attr(755,root,root) %{_bindir}/scs2ps +%attr(755,root,root) %{_bindir}/tn5250 +%attr(755,root,root) %{_bindir}/xt5250 %attr(755,root,root) %{_libdir}/lib5250.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/lib5250.so.0 %{_datadir}/%{name} -%{_datadir}/terminfo/5/* -%{_datadir}/terminfo/x/* -%{_mandir}/man[15]/* +%{_datadir}/terminfo/5/5250 +%{_datadir}/terminfo/x/xterm-5250 +%{_mandir}/man1/lp5250d.1* +%{_mandir}/man1/scs2ascii.1* +%{_mandir}/man1/scs2pdf.1* +%{_mandir}/man1/scs2ps.1* +%{_mandir}/man1/tn5250.1* +%{_mandir}/man5/tn5250rc.5* %files devel %defattr(644,root,root,755) -%attr(755,root,root) %{_bindir}/tn5250-config %attr(755,root,root) %{_libdir}/lib5250.so %{_libdir}/lib5250.la %{_includedir}/tn5250.h %{_includedir}/tn5250 -%{_aclocaldir}/tn5250.m4 -%{_pkgconfigdir}/tn5250.pc %files static %defattr(644,root,root,755) @@ -121,6 +124,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.29 2011/03/17 20:04:04 qboosh +- updated to 0.17.4 +- removed obsolete ncurses,no_libnsl patches + Revision 1.28 2010/04/12 19:31:01 arekm - release 3 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/tn5250/tn5250.spec?r1=1.28&r2=1.29&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
