Release bumping to provide upgrade path from non-fedora.us packages. A few

minor tweaks here and there.
epel9
Matthias Saou 20 years ago
parent 13f116d0b7
commit 4ce1dc72c3

@ -3,8 +3,7 @@
Summary: An ASCII art library.
Name: aalib
Version: 1.4.0
Release: 0.fdr.0.9.%{rc_subver}.2
Epoch: 0
Release: 0.%{rc_subver}.2
License: LGPL
Group: System Environment/Libraries
URL: http://aa-project.sourceforge.net/aalib/
@ -49,7 +48,7 @@ make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
rm -f $RPM_BUILD_ROOT/%{_infodir}/dir 2>/dev/null
rm -f $RPM_BUILD_ROOT/%{_infodir}/dir || :
%clean
@ -63,7 +62,7 @@ rm -rf $RPM_BUILD_ROOT
/sbin/install-info %{_infodir}/libaa.info %{_infodir}/dir 2>/dev/null || :
%preun devel
if [ "$1" = "0" ]; then
if [ $1 -eq 0 ]; then
/sbin/install-info --delete %{_infodir}/libaa.info %{_infodir}/dir \
2>/dev/null || :
fi
@ -83,7 +82,7 @@ fi
%files devel
%defattr(-,root,root,-)
%{_bindir}/aalib-config
%{_mandir}/man3/
%{_mandir}/man3/*
%{_libdir}/libaa.a
%{_libdir}/libaa.so
%{_includedir}/aalib.h
@ -91,6 +90,12 @@ fi
%{_datadir}/aclocal/aalib.m4
%changelog
* Wed Nov 10 2004 Matthias Saou <http://freshrpms.net/> 1.4.0-0.rc5.2
- Bump release for compatibility (still, it'll break *sigh*).
- Fix possible non zero exit status from %%install.
- Fix owning the entire man3/ directory.
- Pending possible changes : --with-ncurses & ncurses-devel build dep.
* Fri Jul 16 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.4.0-0.fdr.0.9.rc5
- Fix underquoted definition in aalib.m4 to appease aclocal >= 1.8.
- Avoid rpath in aalib-config.

Loading…
Cancel
Save