]> git.pld-linux.org Git - packages/dialog.git/blobdiff - dialog.spec
- add --tag=CC to libtool invocations
[packages/dialog.git] / dialog.spec
index 147d2e50f2764a9a5593bfed5e581223c503ea85..1333a41cec4b71c9d0328af46a0e3ad92ff1872f 100644 (file)
-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
-Name:          dialog
-Version:       0.6
-Release:       15
-Copyright:     GPL
-Group:                 Utilities/Terminal
-Group(pl):     Narzêdzia/Terminal
-Source:        ftp://ftp.redhat.com/pub/misc/%{name}-%{version}.tar.gz
-Patch:                 dialog-ncurses.patch
-Patch1:        dialog-opt.patch
-Patch2:        dialog-loop.patch
-BuildPrereq:   ncurses-devel
-Buildroot:     /tmp/buildroot-%{name}-%{version}
+%define                ver     1.1
+%define                sdate   20080819
+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
+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:       %{ver}.%{sdate}
+Release:       1
+Epoch:         1
+License:       LGPL v2.1
+Group:         Applications/Terminal
+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}-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
-Dialog is a utility that allows you to build user interfaces in
-a TTY (text mode only).  You can call dialog from within a shell
-script to ask the user questions or present with choices in a more
-user friendly manner.  See /usr/doc/dialog-*/samples for some
-examples.
-
-%description -l de
-Dialog ist ein Dienstprogramm, das das Erstellen einer 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 einige Beispiele.
-
-%description -l fr
+Dialog is a utility that allows you to build user interfaces in a TTY
+(text mode only). You can call dialog from within a shell script to
+ask the user questions or present with choices in a more user friendly
+manner.
+
+%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
+dialog mit einem Shell-Script aufrufen, um dem Benutzer auf
+benutzerfreundliche Weise Fragen zu stellen oder eine Auswahl
+anzubieten. Unter %{_examplesdir}/%{name}-%{version} finden Sie
+einige Beispiele.
+
+%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} 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 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.
+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.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.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.UTF-8):     Biblioteki i pliki nagółwkowe dla dialog
+Group:         Development/Libraries
+Requires:      %{name} = %{epoch}:%{version}-%{release}
+Requires:      ncurses-devel >= 5.4
+
+%description devel
+Libraries and header files for dialog.
+
+%description devel -l pl.UTF-8
+Biblioteki i pliki nagłówkowe dla dialog.
+
+%package static
+Summary:       Static dialog library
+Summary(pl.UTF-8):     Statyczna biblioteka dialog
+Group:         Development/Libraries
+Requires:      %{name}-devel = %{epoch}:%{version}-%{release}
+
+%description static
+Static dialog library.
+
+%description static -l pl.UTF-8
+Statyczna biblioteka dialog.
 
 %prep
-%setup  -q
-%patch0 -p1 
-%patch1 -p1 
-%patch2 -p1 
+%setup -q -n %{name}-%{ver}-%{sdate}
+%patch0 -p1
+%patch1 -p1
+%patch2 -p1
+mv aclocal.m4 acinclude.m4
 
 %build
-( cd src; make depend )
+%configure \
+       --with-libtool \
+       --with-ncursesw \
+       --enable-widec \
+       --enable-nls
 
-make 
+%{__make}
 
 %install
-rm -rf $RPM_BUILD_ROOT 
-install -d $RPM_BUILD_ROOT/usr/{bin,man/man1,src/examples/%{name}-%{version}}
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+cp -a samples/* dialog.pl $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 
-install -s src/dialog $RPM_BUILD_ROOT/usr/bin
-install man/dialog.man $RPM_BUILD_ROOT/usr/man/man1/dialog.1
-cp -a samples $RPM_BUILD_ROOT/usr/src/examples/%{name}-%{version}
+bzip2 -dc %{SOURCE1} | tar xf - -C $RPM_BUILD_ROOT%{_mandir}
 
-gzip -9nf $RPM_BUILD_ROOT/usr/man/man*/* \
-       dialog.lsm README
+%find_lang %{name}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files
+%post  -p /sbin/ldconfig
+%postun        -p /sbin/ldconfig
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc CHANGES README
+%attr(755,root,root) %{_bindir}/dialog
+%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)
+%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)
-%doc {dialog.lsm,README}.gz
-%doc /usr/src/examples/%{name}-%{version}
-%attr(755,root,root) /usr/bin/dialog
-/usr/man/man1/dialog.1*
-
-
-%changelog
-* Thu Apr 22 1999 Artur Frysiak <wiget@pld.org.pl>
-  [0.6-15]
-- compiled on rpm 3
-- gzipped docs
-- samples moved to /usr/src/examples
-
-* Sun Oct 18 1998 Marcin Korzonek <mkorz@shadow.eu.org>
-  [0.6-13]
-- added pl translation,
-- allow building from non root account,
-- defined files permission,
-- removed INSTALL and COPYING from docs,
-- rewritten %install section.
-
-* Thu May 7 1998 Michael Maher <mike@redhat.com> 
-- Added Sean Reifschneider <jafo@tummy.com> patches for 
-  infinite loop problems.
-
-* Fri Apr 24 1998 Prospector System <bugs@redhat.com>
-- translations modified for de, fr, tr
-
-* Wed Apr 15 1998 Erik Troan <ewt@redhat.com>
-- built against new ncurses
-
-* Thu Jul 10 1997 Erik Troan <ewt@redhat.com>
-- built against glibc
+%{_libdir}/libdialog.a
This page took 0.347198 seconds and 4 git commands to generate.