From 4ce1dc72c33963ebe52a862d2b88541d78b7bf61 Mon Sep 17 00:00:00 2001 From: Matthias Saou Date: Nov 11 2004 19:21:36 +0000 Subject: Release bumping to provide upgrade path from non-fedora.us packages. A few minor tweaks here and there. --- diff --git a/aalib.spec b/aalib.spec index 64cd3ae..4cd9cac 100644 --- a/aalib.spec +++ b/aalib.spec @@ -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 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ä - 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.