]> git.pld-linux.org Git - packages/dialog.git/commitdiff
- spec adapterized.
authorkloczek <kloczek@pld-linux.org>
Thu, 18 May 2000 18:08:16 +0000 (18:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dialog.spec -> 1.18

dialog.spec

index ae9519f6028e37c7c67b8777bcf9012cdc22b9d2..df65d80eb92e854a94bba6dde8691f3fcd357424 100644 (file)
@@ -1,56 +1,58 @@
-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.69
-Release:       1
-Copyright:     GPL
-Group:                 Utilities/Terminal
+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.69
+Release:       1
+License:       GPL
+Group:         Utilities/Terminal
 Group(pl):     Narzêdzia/Terminal
-Source       ftp://iride.unipv.it/pub/linux/dialog/%{name}-%{version}.tar.gz
+Source0:       ftp://iride.unipv.it/pub/linux/dialog/%{name}-%{version}.tar.gz
 Patch0:                dialog-shared.patch
 Patch1:                dialog-manpath.patch
 BuildRequires: gpm-devel
 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.
+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.
+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 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.
+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.
+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.
+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.
 
-%package       devel
+%package devel
 Summary:       Libraries and headers files for dialog
 Summary(pl):   Biblioteki i pliki nagó³wkowe dla dialog
 Group:         Development/Libraries
+Group(fr):     Development/Librairies
 Group(pl):     Programowanie/Biblioteki
 Requires:      %{name} = %{version}
 
@@ -64,7 +66,8 @@ Biblioteki i pliki nag
 Summary:       Static dialog library
 Summary(pl):   Statyczna biblioteka dialog
 Group:         Development/Libraries
-Group(pl):      Programowanie/Biblioteki
+Group(fr):     Development/Librairies
+Group(pl):     Programowanie/Biblioteki
 Requires:      %{name}-devel = %{version}
 
 %description static
@@ -84,7 +87,7 @@ autoconf && %configure
 make depend shared all
 
 %install
-rm -rf $RPM_BUILD_ROOT 
+rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_prefix}/{bin,share/man/man1,src/dialog}
 
 make \
@@ -112,7 +115,7 @@ rm -rf $RPM_BUILD_ROOT
 %files devel
 %defattr(644,root,root,755)
 
-%attr(-  ,root,root) /usr/src/dialog
+%attr(- ,root,root) %{_prefix}/src/dialog
 %attr(755,root,root) %{_libdir}/lib*.so
 
 %{_includedir}/*
This page took 0.044578 seconds and 4 git commands to generate.