]> git.pld-linux.org Git - packages/cdk.git/blobdiff - cdk.spec
- rel 3
[packages/cdk.git] / cdk.spec
index e925ab6f78c711789f7dd7d3b3ce8480b7a94c03..6675f516eb3533badc3ffea476a24936ff3abc34 100644 (file)
--- a/cdk.spec
+++ b/cdk.spec
@@ -1,18 +1,19 @@
-%define                ver_ver         4.9.11
-%define                ver_release     20031210
+%define                ver_ver         5.0
+%define                ver_release     20050424
 
 Summary:       Curses Development Kit
 Summary(pl):   Zestaw programistyczny do Curses
 Name:          cdk
 Version:       %{ver_ver}_td%{ver_release}
-Release:       1
+Release:       3
 License:       BSD
 Group:         Libraries
 Source0:       ftp://dickey.his.com/cdk/%{name}-%{ver_ver}-%{ver_release}.tgz
-# Source0-md5: 3ceba51c3aa0bc526962f54f86ef616a
+# Source0-md5: 0e2cbebf5c8a7b5ad29008a3c245def3
 Source1:       http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-man-pages.tar.bz2
 # Source1-md5: ae2a6fea526cc1c4407e547bda537a08
 Patch0:                %{name}-man_remove_dupl.patch
+Patch1:                %{name}-ncurses.patch
 URL:           http://dickey.his.com/cdk/cdk.html
 BuildRequires: ncurses-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -24,7 +25,7 @@ scrolling list, a selection list, a alphalist, pull-down menu, radio
 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.
+as that at <http://www.vexus.ca/CDK.html>.
 
 %description -l pl
 CDK to zestaw widgetów zbudowanych na podstawie biblioteki curses.
@@ -34,43 +35,45 @@ alfabetyczna, menu rozwijane, lista przycisk
 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.
+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
-Requires:      %{name} = %{version}
+Requires:      %{name} = %{version}-%{release}
 Requires:      ncurses-devel
 
 %description devel
 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.
+<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.
+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
-Requires:      %{name}-devel = %{version}
+Requires:      %{name}-devel = %{version}-%{release}
 
 %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.
+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.
+<http://www.vexus.ca/CDK.html>.
 
 %prep
 %setup -q -n %{name}-%{ver_ver}-%{ver_release}
 %patch0 -p1
+%patch1 -p1
+
 ln -sf . include/cdk
 
 %build
This page took 0.063482 seconds and 4 git commands to generate.