X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=dialog.spec;h=1333a41cec4b71c9d0328af46a0e3ad92ff1872f;hb=0c09f54551eaa945996ec3f17690ccd9fcd93f78;hp=beea9fa680b108e08a5acb60b4b76fe3e9fd4ef8;hpb=a64bb7b11e16ae755be34b11e553b9125edc7fba;p=packages%2Fdialog.git diff --git a/dialog.spec b/dialog.spec index beea9fa..1333a41 100644 --- a/dialog.spec +++ b/dialog.spec @@ -1,32 +1,27 @@ +%define ver 1.1 +%define sdate 20080819 Summary: A program to build tty dialog boxes -Summary(de): Ein Programm zum Erstellen von tty-Dialogfeldern -Summary(fr): Programme pour construire des boîtes de dialogue en mode texte -Summary(pl): Dialog tworzy okienkowy interfejs u¿ytkownika na terminalu tekstowym -Summary(tr): tty diyalog kutularý oluþturan bir program +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 +Summary(pl.UTF-8): Dialog tworzy okienkowy interfejs użytkownika na terminalu tekstowym +Summary(tr.UTF-8): tty diyalog kutuları oluşturan bir program Name: dialog -Version: 0.69 -Release: 10 +Version: %{ver}.%{sdate} +Release: 1 Epoch: 1 -License: GPL +License: LGPL v2.1 Group: Applications/Terminal -Source0: ftp://iride.unipv.it/pub/linux/dialog/%{name}-%{version}.tar.gz -# Source0-md5: 479652df0812eaa92fa9fbec98dd72cd -# other (more recent but probably worse) dialog source: -# ftp://AdvancedResearch.org/pub/vstemen/%{name}-0.7.tar.gz +Source0: ftp://invisible-island.net/dialog/%{name}-%{ver}-%{sdate}.tgz +# Source0-md5: 3caebd641a9f337b980becb4444336c5 Source1: http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-man-pages.tar.bz2 # Source1-md5: 932081790cd8aa857822bd2b0eafa5bb -Patch0: %{name}-shared.patch -Patch1: %{name}-manpath.patch -Patch2: %{name}-awk.patch -Patch3: %{name}-examples.patch -Patch4: %{name}-opt.patch -Patch5: %{name}-menumouse.patch -Patch6: %{name}-menuborder.patch -Patch7: %{name}-segv.patch -URL: http://www.AdvancedResearch.org/dialog/ -BuildRequires: autoconf -BuildRequires: gpm-devel -BuildRequires: ncurses-devel +Patch0: %{name}-link.patch +Patch1: %{name}-pl.po-update.patch +Patch2: libtool.patch +URL: http://invisible-island.net/dialog/dialog.html +BuildRequires: gettext-devel +BuildRequires: ncurses-devel >= 5.4 +BuildRequires: libtool BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -35,108 +30,137 @@ Dialog is a utility that allows you to build user interfaces in a TTY ask the user questions or present with choices in a more user friendly manner. -%description -l de +%description -l de.UTF-8 Dialog ist ein Dienstprogramm, das das Erstellen einer -Benutzeroberfläche in einem TTY ermöglicht (nur Textmodus). Sie können +Benutzeroberfläche in einem TTY ermöglicht (nur Textmodus). Sie können dialog mit einem Shell-Script aufrufen, um dem Benutzer auf benutzerfreundliche Weise Fragen zu stellen oder eine Auswahl -anzubieten. Unter /usr/src/examples/dialog-%{version} finden Sie +anzubieten. Unter %{_examplesdir}/%{name}-%{version} finden Sie einige Beispiele. -%description -l fr +%description -l fr.UTF-8 dialog est un utilitaire permettant de construire des interfaces -utilisateur en mode texte. On peut appeler dialog à partir d'un script -shell pour poser des questions à l'utilisateur ou lui proposer des -choix de façon conviviale. Voir /usr/src/examples/dialog-%{version} +utilisateur en mode texte. On peut appeler dialog à partir d'un script +shell pour poser des questions à l'utilisateur ou lui proposer des +choix de façon conviviale. Voir %{_examplesdir}/%{name}-%{version} pour quelques exemples. -%description -l pl -Dialog jest narzêdziem umo¿liwiaj±cym stworzenie przyjaznego -interfejsu u¿ytkownika na terminalu pracuj±cym w trybie tekstowym. Do -programu do³±czone s± przyk³adowe skrypty, u³atwiaj±ce rozpoczêcie +%description -l pl.UTF-8 +Dialog jest narzędziem umożliwiającym stworzenie przyjaznego +interfejsu użytkownika na terminalu pracującym w trybie tekstowym. Do +programu dołączone są przykładowe skrypty, ułatwiające rozpoczęcie pracy. -%description -l tr -Dialog, metin ekran için kullanýcý arayüzleri oluþturmayý saðlayan bir -araçtýr. Kullanýcýya seçenekleri göstermek veya sorular sormak için, -dialog programýný bir kabuk programcýðý içinden çaðýrabilirsiniz. -Örnekler için /usr/src/examples/dialog-%{version} dizinine bakýnýz. +%description -l tr.UTF-8 +Dialog, metin ekran için kullanıcı arayüzleri oluşturmayı sağlayan bir +araçtır. Kullanıcıya seçenekleri göstermek veya sorular sormak için, +dialog programını bir kabuk programcığı içinden çağırabilirsiniz. +Örnekler için %{_examplesdir}/%{name}-%{version} dizinine bakınız. %package devel Summary: Libraries and headers files for dialog -Summary(pl): Biblioteki i pliki nagó³wkowe dla dialog +Summary(pl.UTF-8): Biblioteki i pliki nagółwkowe dla dialog Group: Development/Libraries -Requires: %{name} = %{epoch}:%{version} +Requires: %{name} = %{epoch}:%{version}-%{release} +Requires: ncurses-devel >= 5.4 %description devel Libraries and header files for dialog. -%description devel -l pl -Biblioteki i pliki nag³ówkowe dla dialog. +%description devel -l pl.UTF-8 +Biblioteki i pliki nagłówkowe dla dialog. %package static Summary: Static dialog library -Summary(pl): Statyczna biblioteka dialog +Summary(pl.UTF-8): Statyczna biblioteka dialog Group: Development/Libraries -Requires: %{name}-devel = %{epoch}:%{version} +Requires: %{name}-devel = %{epoch}:%{version}-%{release} %description static Static dialog library. -%description static -l pl +%description static -l pl.UTF-8 Statyczna biblioteka dialog. %prep -%setup -q +%setup -q -n %{name}-%{ver}-%{sdate} %patch0 -p1 %patch1 -p1 %patch2 -p1 -%patch3 -p1 -%patch4 -p1 -%patch5 -p1 -%patch6 -p1 -%patch7 -p1 +mv aclocal.m4 acinclude.m4 %build -%{__autoconf} -%configure +%configure \ + --with-libtool \ + --with-ncursesw \ + --enable-widec \ + --enable-nls -%{__make} depend shared all +%{__make} %install rm -rf $RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1,%{_examplesdir}/%{name}} +install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version} %{__make} install \ - prefix=$RPM_BUILD_ROOT%{_prefix} \ - mandir=$RPM_BUILD_ROOT%{_mandir} + DESTDIR=$RPM_BUILD_ROOT -cp -a samples/* dialog.pl $RPM_BUILD_ROOT%{_examplesdir}/%{name} +cp -a samples/* dialog.pl $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version} bzip2 -dc %{SOURCE1} | tar xf - -C $RPM_BUILD_ROOT%{_mandir} +%find_lang %{name} + %clean rm -rf $RPM_BUILD_ROOT %post -p /sbin/ldconfig %postun -p /sbin/ldconfig -%files +%files -f %{name}.lang %defattr(644,root,root,755) +%doc CHANGES README %attr(755,root,root) %{_bindir}/dialog -%attr(755,root,root) %{_libdir}/lib*.so.* +%attr(755,root,root) %{_libdir}/libdialog.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libdialog.so.6 %{_mandir}/man1/* %lang(hu) %{_mandir}/hu/man1/* %lang(pl) %{_mandir}/pl/man1/* %files devel %defattr(644,root,root,755) -%doc README CMDLINE -%attr(755,root,root) %{_libdir}/lib*.so -%{_includedir}/* -%{_mandir}/man3/* -%attr(- ,root,root) %{_examplesdir}/dialog +%attr(755,root,root) %{_bindir}/dialog-config +%attr(755,root,root) %{_libdir}/libdialog.so +%{_libdir}/libdialog.la +%{_includedir}/*.h +%{_mandir}/man3/dialog.3* +%dir %{_examplesdir}/%{name}-%{version} +%{_examplesdir}/%{name}-%{version}/README +%{_examplesdir}/%{name}-%{version}/*.txt +%{_examplesdir}/%{name}-%{version}/*.?? +%{_examplesdir}/%{name}-%{version}/install +%attr(755,root,root) %{_examplesdir}/%{name}-%{version}/[fgkmpry]* +%attr(755,root,root) %{_examplesdir}/%{name}-%{version}/copismall +%attr(755,root,root) %{_examplesdir}/%{name}-%{version}/ca* +%attr(755,root,root) %{_examplesdir}/%{name}-%{version}/checklist +%attr(755,root,root) %{_examplesdir}/%{name}-%{version}/checklist9 +%attr(755,root,root) %{_examplesdir}/%{name}-%{version}/checklist[!9]* +%attr(755,root,root) %{_examplesdir}/%{name}-%{version}/in[fp]* +%attr(755,root,root) %{_examplesdir}/%{name}-%{version}/t[ai]* +%attr(755,root,root) %{_examplesdir}/%{name}-%{version}/tes* +%attr(755,root,root) %{_examplesdir}/%{name}-%{version}/textbox +%attr(755,root,root) %{_examplesdir}/%{name}-%{version}/textbox[0-9] +%attr(755,root,root) %{_examplesdir}/%{name}-%{version}/wheel +%attr(755,root,root) %{_examplesdir}/%{name}-%{version}/listing +%dir %{_examplesdir}/%{name}-%{version}/copifuncs +%attr(755,root,root) %{_examplesdir}/%{name}-%{version}/copifuncs/a* +%attr(755,root,root) %{_examplesdir}/%{name}-%{version}/copifuncs/com* +%attr(755,root,root) %{_examplesdir}/%{name}-%{version}/copifuncs/copi.[!t]* +%{_examplesdir}/%{name}-%{version}/copifuncs/copi.t* +%{_examplesdir}/%{name}-%{version}/copifuncs/ifpatch +%{_examplesdir}/%{name}-%{version}/dselect +%{_examplesdir}/%{name}-%{version}/editbox* %files static %defattr(644,root,root,755) -%{_libdir}/lib*.a +%{_libdir}/libdialog.a