rpms/aalib/devel aalib.spec,1.14,1.15

Garrick Staples (garrick) fedora-extras-commits at redhat.com
Thu Oct 19 17:27:28 UTC 2006


Author: garrick

Update of /cvs/extras/rpms/aalib/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13678

Modified Files:
	aalib.spec 
Log Message:
* Thu Oct 19 2006 Garrick Staples <garrick at usc.edu> 1.4.0-0.10.rc6
- Rebuild with ncurses support



Index: aalib.spec
===================================================================
RCS file: /cvs/extras/rpms/aalib/devel/aalib.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- aalib.spec	28 Aug 2006 05:05:47 -0000	1.14
+++ aalib.spec	19 Oct 2006 17:26:58 -0000	1.15
@@ -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 @@
 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 @@
 
 
 %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 @@
 %{_datadir}/aclocal/aalib.m4
 
 %changelog
+* Thu Oct 19 2006 Garrick Staples <garrick at usc.edu> 1.4.0-0.10.rc6
+- Rebuild with ncurses support
+
 * Mon Aug 28 2006 Hans de Goede <j.w.r.degoede at hhs.nl> 1.4.0-0.8.rc6
 - FE6 Rebuild
 




More information about the fedora-extras-commits mailing list