|
|
|
@ -3,7 +3,7 @@
|
|
|
|
|
Summary: An ASCII art library.
|
|
|
|
|
Name: aalib
|
|
|
|
|
Version: 1.4.0
|
|
|
|
|
Release: 0.%{rc_subver}.5
|
|
|
|
|
Release: 0.%{rc_subver}.6
|
|
|
|
|
|
|
|
|
|
License: LGPL
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
@ -13,13 +13,13 @@ Patch0: %{name}-aclocal.patch
|
|
|
|
|
Patch1: %{name}-config-rpath.patch
|
|
|
|
|
Patch2: aalib-1.4rc5-bug149361.patch
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
|
|
|
|
BuildRequires: slang-devel XFree86-devel gpm-devel
|
|
|
|
|
BuildRequires: slang-devel libX11-devel gpm-devel
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
|
Summary: aalib development files
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
|
Requires: XFree86-devel, slang-devel, gpm-devel
|
|
|
|
|
Requires: libX11-devel, slang-devel, gpm-devel
|
|
|
|
|
Requires(post): /sbin/install-info
|
|
|
|
|
Requires(postun): /sbin/install-info
|
|
|
|
|
|
|
|
|
@ -86,13 +86,17 @@ fi
|
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
|
%{_bindir}/aalib-config
|
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
%{_libdir}/libaa.a
|
|
|
|
|
%exclude %{_libdir}/libaa.a
|
|
|
|
|
%{_libdir}/libaa.so
|
|
|
|
|
%{_includedir}/aalib.h
|
|
|
|
|
%{_infodir}/aalib.info*
|
|
|
|
|
%{_datadir}/aclocal/aalib.m4
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Nov 21 2005 Warren Togami <wtogami@redhat.com> - 1.4.0-0.rc5.6
|
|
|
|
|
- remove .a
|
|
|
|
|
- XFree86-devel -> libX11-devel
|
|
|
|
|
|
|
|
|
|
* Fri Jul 1 2005 Michael Schwendt <mschwendt[AT]users.sf.net> 1.4.0-0.rc5.5
|
|
|
|
|
- fix missing return value (#149361)
|
|
|
|
|
|
|
|
|
|