X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=package%2Fncurses.spec;h=2686f1092c9386d434f7e1248a01ecd16f67c30d;hp=92516c220d13c1ebd5ef9aa87e60f6e40ab79261;hb=bca50d0d8592defee6c584fdedd25f4b1a31345b;hpb=b0bdfbb1c78346047c54d8e516a104fcff586e52 diff --git a/package/ncurses.spec b/package/ncurses.spec index 92516c22..2686f109 100644 --- a/package/ncurses.spec +++ b/package/ncurses.spec @@ -1,11 +1,11 @@ Summary: shared libraries for terminal handling Name: ncurses6 Version: 6.0 -Release: 20171230 +Release: 20180106 License: X11 Group: Development/Libraries Source: ncurses-%{version}-%{release}.tgz -# URL: http://invisible-island.net/ncurses/ +# URL: https://invisible-island.net/ncurses/ %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 @@ -89,10 +89,12 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/* %{_includedir}/* %{_libdir}/* -%{MY_PKG}/*.pc %changelog +* Mon Jan 01 2018 Thomas E. Dickey +- drop redundant files pattern for "*.pc" + * Tue Dec 26 2017 Thomas E. Dickey - add --with-config-suffix option