rpms/aalib/devel aalib.spec,1.4,1.5

Matthias Saou (thias) fedora-extras-commits at redhat.com
Thu Nov 11 19:21:38 UTC 2004


Changeset from: thias

Update of /cvs/extras/rpms/aalib/devel
In directory cvs.fedora.redhat.com:/tmp/cvs-serv8556/aalib/devel

Modified Files:
	aalib.spec 
Log Message:
Release bumping to provide upgrade path from non-fedora.us packages.
A few minor tweaks here and there.



Index: aalib.spec
===================================================================
RCS file: /cvs/extras/rpms/aalib/devel/aalib.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- aalib.spec	8 Nov 2004 04:00:19 -0000	1.4
+++ aalib.spec	11 Nov 2004 19:21:36 -0000	1.5
@@ -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 @@
 %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 @@
 /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 @@
 %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 @@
 %{_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.




More information about the fedora-extras-commits mailing list