Enlightenment CVS committal

Author  : mej
Project : eterm
Module  : libast

Dir     : eterm/libast


Modified Files:
        ChangeLog libast.spec 


Log Message:
Mon Jun 16 20:43:43 2003                        Michael Jennings (mej)

Additional documentation.

Added support for versions containing "rc."

===================================================================
RCS file: /cvsroot/enlightenment/eterm/libast/ChangeLog,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -3 -r1.73 -r1.74
--- ChangeLog   11 Apr 2003 21:10:33 -0000      1.73
+++ ChangeLog   17 Jun 2003 00:44:08 -0000      1.74
@@ -405,3 +405,9 @@
 
 Completed documentation of the memory management system.
 ----------------------------------------------------------------------
+Mon Jun 16 20:43:43 2003                        Michael Jennings (mej)
+
+Additional documentation.
+
+Added support for versions containing "rc."
+----------------------------------------------------------------------
===================================================================
RCS file: /cvsroot/enlightenment/eterm/libast/libast.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- libast.spec 30 Dec 2002 23:27:18 -0000      1.6
+++ libast.spec 17 Jun 2003 00:44:08 -0000      1.7
@@ -1,7 +1,7 @@
 Summary: Library of Assorted Spiffy Things
 Name: libast
 Version: 0.6
-Release: 0.1
+Release: 0.2
 Copyright: BSD
 Group: System Environment/Libraries
 Source: %{name}-%{version}.tar.gz
@@ -25,8 +25,7 @@
 %build
 CFLAGS="$RPM_OPT_FLAGS"
 export CFLAGS
-if [ -e ./configure ]
-then
+if [ -e ./configure ]; then
   %configure --prefix=%{_prefix} --bindir=%{_bindir} --libdir=%{_libdir} 
--includedir=%{_includedir} --datadir=%{_datadir}
 else
   ./autogen.sh --prefix=%{_prefix} --bindir=%{_bindir} --libdir=%{_libdir} 
--includedir=%{_includedir} --datadir=%{_datadir}
@@ -37,10 +36,10 @@
 make DESTDIR=$RPM_BUILD_ROOT install
 
 %post
-test -x /sbin/ldconfig && /sbin/ldconfig
+test -x /sbin/ldconfig && /sbin/ldconfig || :
 
 %postun
-test -x /sbin/ldconfig && /sbin/ldconfig
+test -x /sbin/ldconfig && /sbin/ldconfig || :
 
 %clean
 rm -rf $RPM_BUILD_ROOT




-------------------------------------------------------
This SF.Net email is sponsored by: INetU
Attention Web Developers & Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to