diff --git a/aalib.spec b/aalib.spec index ef1b4ad..a2f4731 100644 --- a/aalib.spec +++ b/aalib.spec @@ -3,7 +3,7 @@ Summary: ASCII art library Name: aalib Version: 1.4.0 -Release: 0.9.%{rc_subver}%{?dist} +Release: 0.10.%{rc_subver}%{?dist} License: LGPL Group: System Environment/Libraries URL: http://aa-project.sourceforge.net/aalib/ @@ -13,7 +13,7 @@ Patch1: aalib-config-rpath.patch Patch2: aalib-1.4rc5-bug149361.patch Patch3: aalib-1.4rc5-rpath.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: slang-devel libXt-devel gpm-devel +BuildRequires: slang-devel libXt-devel gpm-devel ncurses-devel %description AA-lib is a low level gfx library just as many other libraries are. The @@ -51,7 +51,7 @@ touch `find -name Makefile.in` %build -%configure --disable-static +%configure --disable-static --with-curses-driver=yes --with-ncurses # Don't use rpath! sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool @@ -101,6 +101,9 @@ fi %{_datadir}/aclocal/aalib.m4 %changelog +* Thu Oct 19 2006 Garrick Staples 1.4.0-0.10.rc6 +- Rebuild with ncurses support + * Mon Aug 28 2006 Hans de Goede 1.4.0-0.8.rc6 - FE6 Rebuild