]> git.pld-linux.org Git - packages/cdk.git/commitdiff
- added includes patch (release 2)
authormis <mis@pld-linux.org>
Thu, 19 Apr 2001 10:37:50 +0000 (10:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cdk.spec -> 1.11

cdk.spec

index 8d3fdb650b63cfbb4ef6b2a1729be8612c54f96f..56f08ca2b63b2e68ff44e77cb8465ccd8ed0936f 100644 (file)
--- a/cdk.spec
+++ b/cdk.spec
@@ -4,7 +4,7 @@
 Summary:       Curses Development Kit
 Name:          cdk
 Version:       %{ver_ver}_td%{ver_release}
-Release:       1
+Release:       2
 License:       BSD
 Group:         Libraries
 Group(de):     Libraries
@@ -13,6 +13,7 @@ Group(fr):    Librairies
 Group(pl):     Biblioteki
 URL:           http://dickey.his.com/cdk/cdk.html
 Source0:       ftp://dickey.his.com/cdk/%{name}-%{ver_ver}-%{ver_release}.tgz
+Patch0:                %{name}-includes.patch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -53,9 +54,12 @@ Dickey and is not the same as that at http://www.vexus.ca/CDK.html.
 
 %prep
 %setup -q -n %{name}-%{ver_ver}-%{ver_release}
+%patch0 -p1
+mkdir include/cdk
+mv include/*.* include/cdk
 
 %build
-# -funsigned-char gets valid 8bit display
+# -funsigned-char gives valid 8bit display
 CFLAGS="%{rpmcflags} -funsigned-char"
 %configure \
        --disable-x \
This page took 0.089939 seconds and 4 git commands to generate.