summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Jennings <mej@kainx.org>2002-09-30 15:54:18 +0000
committerMichael Jennings <mej@kainx.org>2002-09-30 15:54:18 +0000
commiteee8513f85c8ad1d477e7f88aaa7dbcdbdb204eb (patch)
treef6b82a3b247b60ee6ebf7be3fa557520c6977858
parenta9b2b68158821c77b96b859feb1be49fb94c1868 (diff)
downloadlibast-eee8513f85c8ad1d477e7f88aaa7dbcdbdb204eb.tar.gz
Mon Sep 30 11:53:59 2002 Michael Jennings (mej)
Final commit for release of libast 0.5. SVN revision: 6400
-rw-r--r--ChangeLog4
-rw-r--r--Makefile.am2
-rw-r--r--libast.spec7
3 files changed, 9 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index b268f21..428d2b0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -318,3 +318,7 @@ Wed Sep 25 00:01:29 2002 Michael Jennings (mej)
Patch from Kirby Kuehl <kkuehl@cisco.com> for compilation on FreeBSD.
----------------------------------------------------------------------
+Mon Sep 30 11:53:59 2002 Michael Jennings (mej)
+
+Final commit for release of libast 0.5.
+----------------------------------------------------------------------
diff --git a/Makefile.am b/Makefile.am
index 2532ecd..44dbf12 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -8,7 +8,7 @@ bin_SCRIPTS = libast-config
MACROS = libast.m4
macrodir = $(datadir)/aclocal
-EXTRA_DIST = README $(MACROS)
+EXTRA_DIST = DESIGN README $(MACROS)
test: all
cd test && $(MAKE) test
diff --git a/libast.spec b/libast.spec
index 45bc89a..93948a3 100644
--- a/libast.spec
+++ b/libast.spec
@@ -1,7 +1,7 @@
Summary: Library of Assorted Spiffy Things
Name: libast
Version: 0.5
-Release: 0.1
+Release: 1
Copyright: BSD
Group: System Environment/Libraries
Source: %{name}-%{version}.tar.gz
@@ -34,16 +34,17 @@ make
%install
make DESTDIR=$RPM_BUILD_ROOT install
%post
-/sbin/ldconfig
+test -x /sbin/ldconfig && /sbin/ldconfig
%postun
-/sbin/ldconfig
+test -x /sbin/ldconfig && /sbin/ldconfig
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
+%doc ChangeLog DESIGN README
%{_bindir}/*
%{_libdir}/*
%{_includedir}/*