]> git.pld-linux.org Git - packages/cdk.git/commitdiff
- adapterized, pl descriptions
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 21 Nov 2001 15:32:10 +0000 (15:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cdk.spec -> 1.13

cdk.spec

index b3e1ebe479882ee97fa5065bc5096bb8987de8ff..b81febf46be59bd500ffe6703d3098c972a8592c 100644 (file)
--- a/cdk.spec
+++ b/cdk.spec
@@ -2,6 +2,7 @@
 %define         ver_release 20010106
 
 Summary:       Curses Development Kit
+Summary(pl):   Zestaw programistyczny do Curses
 Name:          cdk
 Version:       %{ver_ver}_td%{ver_release}
 Release:       2
@@ -11,6 +12,9 @@ Group(de):    Libraries
 Group(es):     Bibliotecas
 Group(fr):     Librairies
 Group(pl):     Biblioteki
+Group(pt_BR):  Bibliotecas
+Group(ru):     âÉÂÌÉÏÔÅËÉ
+Group(uk):     â¦Â̦ÏÔÅËÉ
 URL:           http://dickey.his.com/cdk/cdk.html
 Source0:       ftp://dickey.his.com/cdk/%{name}-%{ver_ver}-%{ver_release}.tgz
 Patch0:                %{name}-includes.patch
@@ -25,13 +29,27 @@ list, viewer widget, dialog box, and many more.
 This version of CDK is maintained by Thomas Dickey and is not the same
 as that at http://www.vexus.ca/CDK.html.
 
+%description -l pl
+CDK to zestaw widgetów zbudowanych na podstawie biblioteki curses.
+Zawiera 21 gotowych go u¿ycia widgetów. W¶ród nich jest pole
+wprowadzania tekstu, lista przewijana, lista wyboru, lista
+alfabetyczna, menu rozwijane, lista przycisków, przegl±darka, okienko
+dialogowe i wiele innych.
+
+Ta wersja CDK jest prowadzona przez Thomasa Dickeya i nie jest tym
+samym, co znajduje siê pod adresem http://www.vexus.ca/CDK.html.
+
 %package devel
 Summary:       Header files and development documentation for CDK library
 Summary(pl):   Pliki nag³ówkowe i dokumentacja do CDK
 Group:         Development/Libraries
 Group(de):     Entwicklung/Libraries
+Group(es):     Desarrollo/Bibliotecas
 Group(fr):     Development/Librairies
 Group(pl):     Programowanie/Biblioteki
+Group(pt_BR):  Desenvolvimento/Bibliotecas
+Group(ru):     òÁÚÒÁÂÏÔËÁ/âÉÂÌÉÏÔÅËÉ
+Group(uk):     òÏÚÒÏÂËÁ/â¦Â̦ÏÔÅËÉ
 Requires:      %{name} = %{version}
 
 %description devel
@@ -39,24 +57,38 @@ Header files and development documentation for CDK library. This
 version is maintained by Thomas Dickey and is not the same as that at
 http://www.vexus.ca/CDK.html.
 
+%description devel -l pl
+Pliki nag³ówkowe i dokumentacja programisty do biblioteki CDK. Ta
+wersja jest prowadzona przez Thomasa Dickeya i nie jest tym samym, co
+znajduje siê pod adresem http://www.vexus.ca/CDK.html.
+
 %package static
 Summary:       Static version of CDK library
 Summary(pl):   Statyczna wersja biblioteki CDK
 Group:         Development/Libraries
 Group(de):     Entwicklung/Libraries
+Group(es):     Desarrollo/Bibliotecas
 Group(fr):     Development/Librairies
 Group(pl):     Programowanie/Biblioteki
+Group(pt_BR):  Desenvolvimento/Bibliotecas
+Group(ru):     òÁÚÒÁÂÏÔËÁ/âÉÂÌÉÏÔÅËÉ
+Group(uk):     òÏÚÒÏÂËÁ/â¦Â̦ÏÔÅËÉ
 Requires:      %{name}-devel = %{version}
 
 %description static
 Static version of CDK library. This version is maintained by Thomas
 Dickey and is not the same as that at http://www.vexus.ca/CDK.html.
 
+%description static -l pl
+Statyczna wersja biblioteki CDK. Ta wersja jest prowadzona przez
+Thomasa Dickeya i nie jest tym samym, co znajduje siê pod adresem
+http://www.vexus.ca/CDK.html.
+
 %prep
 %setup -q -n %{name}-%{ver_ver}-%{ver_release}
 %patch0 -p1
 mkdir include/cdk
-mv include/*.* include/cdk
+mv -f include/*.* include/cdk
 
 %build
 # -funsigned-char gives valid 8bit display
@@ -85,12 +117,12 @@ for d in demos examples; do
    mv -f $mkf.fix $mkf
 done
 
-%post  -p /sbin/ldconfig
-%postun -p /sbin/ldconfig
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post  -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
 %files
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/lib*.so.*.*
This page took 0.12596 seconds and 4 git commands to generate.