X-Git-Url: https://git.tld-linux.org/?a=blobdiff_plain;f=dialog.spec;h=681af3e6b698aab26199eec2e25947fd945a8b75;hb=b84d13e38bd45bb262e3e07c73a637f4982b8795;hp=60e3b2febc17f9e7831401c7b9833f499fc284d0;hpb=9e52d59a913cb29c269a13c54ff155c7a2bf0bed;p=packages%2Fdialog.git diff --git a/dialog.spec b/dialog.spec index 60e3b2f..681af3e 100644 --- a/dialog.spec +++ b/dialog.spec @@ -1,5 +1,5 @@ -%define ver 1.2 -%define sdate 20140911 +%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: f33ae989e62efe1d17cf5206cb7144a5 +# 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.11 +%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*