]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - package/ncurses.spec
ncurses 5.9 - patch 20150329
[ncurses.git] / package / ncurses.spec
index 2b4c4180e53f29f2f065d8737f95eb7a0a8408f8..850a06e3b598a49db0e2fc38cbe99404e2eb8cf9 100644 (file)
@@ -1,7 +1,7 @@
 Summary: shared libraries for terminal handling
 Name: ncurses6
 Version: 5.9
 Summary: shared libraries for terminal handling
 Name: ncurses6
 Version: 5.9
-Release: 20131207
+Release: 20150329
 License: X11
 Group: Development/Libraries
 Source: ncurses-%{version}-%{release}.tgz
 License: X11
 Group: Development/Libraries
 Source: ncurses-%{version}-%{release}.tgz
@@ -10,7 +10,13 @@ Source: ncurses-%{version}-%{release}.tgz
 %define CC_NORMAL -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wconversion
 %define CC_STRICT %{CC_NORMAL} -W -Wbad-function-cast -Wcast-align -Wcast-qual -Wmissing-declarations -Wnested-externs -Wpointer-arith -Wwrite-strings -ansi -pedantic
 
 %define CC_NORMAL -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wconversion
 %define CC_STRICT %{CC_NORMAL} -W -Wbad-function-cast -Wcast-align -Wcast-qual -Wmissing-declarations -Wnested-externs -Wpointer-arith -Wwrite-strings -ansi -pedantic
 
-%define _prefix /usr/local/ncurses6
+# save value before redefining
+%global sys_libdir %{_libdir}
+
+# redefine...
+%global _prefix /usr/local/ncurses6
+
+%global MY_PKG %{sys_libdir}/pkgconfig
 %define MYDATA /usr/local/ncurses/share/terminfo
 
 %description
 %define MYDATA /usr/local/ncurses/share/terminfo
 
 %description
@@ -45,17 +51,23 @@ RPATH_LIST=../lib:%{_prefix}/lib \
        --enable-ext-mouse \
        --enable-hard-tabs \
        --enable-interop \
        --enable-ext-mouse \
        --enable-hard-tabs \
        --enable-interop \
+       --enable-pc-files \
        --enable-rpath \
        --enable-sp-funcs \
        --enable-warnings \
        --enable-widec \
        --verbose \
        --enable-rpath \
        --enable-sp-funcs \
        --enable-warnings \
        --enable-widec \
        --verbose \
+       --with-chtype=uint32_t \
+       --with-mmask_t=uint32_t \
        --with-develop \
        --with-shared \
        --with-termlib \
        --with-ticlib \
        --with-trace \
        --with-cxx-shared \
        --with-develop \
        --with-shared \
        --with-termlib \
        --with-ticlib \
        --with-trace \
        --with-cxx-shared \
+       --with-pc-suffix=6 \
+       --with-pkg-config-libdir=%{MY_PKG} \
+       --with-versioned-syms \
        --with-xterm-kbs=DEL \
        --without-ada \
        --without-debug \
        --with-xterm-kbs=DEL \
        --without-ada \
        --without-debug \
@@ -78,7 +90,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_bindir}/*
 %{_includedir}/*
 %{_libdir}/*
 %{_bindir}/*
 %{_includedir}/*
 %{_libdir}/*
-#%{_datadir}/*
+%{MY_PKG}/*.pc
 
 %changelog
 
 
 %changelog