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

Loading…
Cancel
Save