summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYaakov Selkowitz <yselkowitz@users.sourceforge.net>2011-08-21 18:17:34 -0500
committerYaakov Selkowitz <yselkowitz@users.sourceforge.net>2011-08-21 18:17:34 -0500
commit74df7b30e3bfa54e8567d5933ad4f6fe0ff50dda (patch)
tree2289c37a62a3e79361b8daa24ba87f4fd588ea7f
parent1752a9ea877a74ea71810e0115e3fda5e25ef58b (diff)
downloadcygwin-74df7b30e3bfa54e8567d5933ad4f6fe0ff50dda.tar.gz
cygwin-74df7b30e3bfa54e8567d5933ad4f6fe0ff50dda.tar.xz
cygwin-74df7b30e3bfa54e8567d5933ad4f6fe0ff50dda.zip
Remove unctrl.h provided by cygwin-ncurses
-rw-r--r--cygwin.spec2
1 files changed, 2 insertions, 0 deletions
diff --git a/cygwin.spec b/cygwin.spec
index 113936c..ba7a40c 100644
--- a/cygwin.spec
+++ b/cygwin.spec
@@ -80,6 +80,7 @@ rm -fr $RPM_BUILD_ROOT%{_cygwin_mandir}
# these are provided by other packages
rm -fr $RPM_BUILD_ROOT%{_cygwin_includedir}/iconv.h
+rm -fr $RPM_BUILD_ROOT%{_cygwin_includedir}/unctrl.h
rm -fr $RPM_BUILD_ROOT%{_cygwin_includedir}/mingw
rm -fr $RPM_BUILD_ROOT%{_cygwin_includedir}/w32api
rm -fr $RPM_BUILD_ROOT%{_cygwin_libdir}/mingw
@@ -99,6 +100,7 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Sun Aug 21 2011 Yaakov Selkowitz <yselkowitz@users.sourceforge.net> - 1.7.9-3
+- Remove <unctrl.h>, which is to be provided by cygwin-ncurses.
- Added _PATH_MAILDIR and _PATH_SHELLS to <paths.h>.
- Added strdupa and strndupa to <string.h>.
- Header fixes for <process.h> and <unistd.h>.