]> TLD Linux GIT Repositories - packages/dialog.git/blobdiff - dialog.spec
- revert escaping changes, breaks existing code
[packages/dialog.git] / dialog.spec
index d31760e2842bfc40344a3c230f4fd7206e9e28a4..681af3e6b698aab26199eec2e25947fd945a8b75 100644 (file)
@@ -1,5 +1,5 @@
-%define                ver     1.2
-%define                sdate   20150528
+%define                ver     1.3
+%define                sdate   20160209
 Summary:       A program to build tty dialog boxes
 Summary(de.UTF-8):     Ein Programm zum Erstellen von tty-Dialogfeldern
 Summary(fr.UTF-8):     Programme pour construire des boîtes de dialogue en mode texte
@@ -7,14 +7,15 @@ Summary(pl.UTF-8):    Dialog tworzy okienkowy interfejs użytkownika na terminalu t
 Summary(tr.UTF-8):     tty diyalog kutuları oluşturan bir program
 Name:          dialog
 Version:       %{ver}.%{sdate}
-Release:       1
+Release:       2
 Epoch:         1
 License:       LGPL v2.1
 Group:         Applications/Terminal
 Source0:       ftp://invisible-island.net/dialog/%{name}-%{ver}-%{sdate}.tgz
-# Source0-md5: 593615fb448e001e5b81420473a7354b
+# Source0-md5: c60823a4b09e12f8ae79036f05885ba4
 Source1:       http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-man-pages.tar.bz2
 # Source1-md5: 932081790cd8aa857822bd2b0eafa5bb
+Patch0:                escaping_fix.patch
 URL:           http://invisible-island.net/dialog/dialog.html
 BuildRequires: gettext-devel
 BuildRequires: libtool
@@ -81,6 +82,7 @@ Statyczna biblioteka dialog.
 
 %prep
 %setup -q -n %{name}-%{ver}-%{sdate}
+%patch -p1
 
 %build
 %configure \
@@ -115,7 +117,7 @@ rm -rf $RPM_BUILD_ROOT
 %doc CHANGES README
 %attr(755,root,root) %{_bindir}/dialog
 %attr(755,root,root) %{_libdir}/libdialog.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libdialog.so.12
+%attr(755,root,root) %ghost %{_libdir}/libdialog.so.13
 %{_mandir}/man1/dialog.1*
 %lang(hu) %{_mandir}/hu/man1/dialog.1*
 %lang(pl) %{_mandir}/pl/man1/dialog.1*
@@ -142,6 +144,7 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_examplesdir}/%{name}-%{version}/checklist9
 %attr(755,root,root) %{_examplesdir}/%{name}-%{version}/checklist[!9]*
 %attr(755,root,root) %{_examplesdir}/%{name}-%{version}/dft*
+%attr(755,root,root) %{_examplesdir}/%{name}-%{version}/dselect
 %attr(755,root,root) %{_examplesdir}/%{name}-%{version}/editbox*
 %attr(755,root,root) %{_examplesdir}/%{name}-%{version}/form*
 %attr(755,root,root) %{_examplesdir}/%{name}-%{version}/fselect*