auto-import aalib-1.4.0-0.fdr.0.8.rc5.1 from

aalib-1.4.0-0.fdr.0.8.rc5.1.src.rpm
epel9
cvsextras 20 years ago
parent 4e310ef8c7
commit 0d086de226

@ -3,7 +3,7 @@
Summary: An ASCII art library.
Name: aalib
Version: 1.4.0
Release: 0.fdr.0.8.%{rc_subver}.rh90
Release: 0.fdr.0.8.%{rc_subver}.1
Epoch: 0
License: LGPL
Group: System Environment/Libraries
@ -19,7 +19,6 @@ Requires: %{name} = %{epoch}:%{version}-%{release}
Requires(post,postun): info
Requires: XFree86-devel, slang-devel, gpm-devel
#---------------------------------------------------------------------
%description
AA-lib is a low level gfx library just as many other libraries are. The
@ -32,18 +31,15 @@ is designed to be similar to other graphics libraries.
This package contains header files and other files needed to develop
with the aalib
#---------------------------------------------------------------------
%prep
%setup -q
#---------------------------------------------------------------------
%build
%configure
make %{?_smp_mflags}
#---------------------------------------------------------------------
%install
rm -rf $RPM_BUILD_ROOT
@ -52,12 +48,10 @@ rm -rf $RPM_BUILD_ROOT
rm -f $RPM_BUILD_ROOT/%{_infodir}/dir 2>/dev/null
#---------------------------------------------------------------------
%clean
rm -rf $RPM_BUILD_ROOT
#---------------------------------------------------------------------
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
@ -70,7 +64,6 @@ if [ "$1" = "0" ]; then
/sbin/install-info --delete %{_infodir}/libaa.info.gz %{_infodir}/dir 2>/dev/null || :
fi
#---------------------------------------------------------------------
%files
%exclude %{_libdir}/libaa.la

Loading…
Cancel
Save