rpms/aalib/FC-5 aalib.spec,1.12,1.13

Garrick Staples (garrick) fedora-extras-commits at redhat.com
Thu Oct 19 19:30:18 UTC 2006


Author: garrick

Update of /cvs/extras/rpms/aalib/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20878

Modified Files:
	aalib.spec 
Log Message:
Rebuild with ncurses support


Index: aalib.spec
===================================================================
RCS file: /cvs/extras/rpms/aalib/FC-5/aalib.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- aalib.spec	23 Jul 2006 08:16:38 -0000	1.12
+++ aalib.spec	19 Oct 2006 19:29:48 -0000	1.13
@@ -3,7 +3,7 @@
 Summary:        ASCII art library
 Name:           aalib
 Version:        1.4.0
-Release:        0.8.%{rc_subver}%{?dist}
+Release:        0.11.%{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,15 @@
 %{_datadir}/aclocal/aalib.m4
 
 %changelog
+* Thu Oct 19 2006 Garrick Staples <garrick at usc.edu> 1.4.0-0.11.rc5
+- incorrect subversion in previous two changelog entries
+
+* 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
+
 * Sun Jul 23 2006 Hans de Goede <j.w.r.degoede at hhs.nl> 1.4.0-0.8.rc5
 - Taking over as maintainer since Anvil has other priorities
 - Long long due rebuild with new gcc for FC-5 (bug 185870)




More information about the scm-commits mailing list