From e113ef18bc62763e7ad838398a2d91d4afbc7a0f Mon Sep 17 00:00:00 2001 From: Brian Aker Date: Mon, 5 Nov 2007 15:44:48 -0800 Subject: [PATCH] Build the spec file (aka I stop hand editing it). --- configure.ac | 2 +- support/{libmemcached.spec => libmemcached.spec.in} | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) rename support/{libmemcached.spec => libmemcached.spec.in} (96%) diff --git a/configure.ac b/configure.ac index 54360a28..2dd4a229 100644 --- a/configure.ac +++ b/configure.ac @@ -69,4 +69,4 @@ fi AC_C_CONST AC_TYPE_SIZE_T AC_CHECK_HEADERS(limits.h syslimits.h) -AC_OUTPUT(Makefile src/Makefile tests/Makefile docs/Makefile lib/Makefile include/Makefile support/Makefile support/libmemcached.pc) +AC_OUTPUT(Makefile src/Makefile tests/Makefile docs/Makefile lib/Makefile include/Makefile support/Makefile support/libmemcached.pc support/libmemcached.spec) diff --git a/support/libmemcached.spec b/support/libmemcached.spec.in similarity index 96% rename from support/libmemcached.spec rename to support/libmemcached.spec.in index e72aa489..7815df31 100644 --- a/support/libmemcached.spec +++ b/support/libmemcached.spec.in @@ -1,6 +1,6 @@ Summary: memcached C library and command line tools -Name: libmemcached -Version: 0.8 +Name: @PACKAGE@ +Version: @VERSION@ Release: 1 License: BSD Group: System Environment/Libraries @@ -93,6 +93,9 @@ memcp - Copy files to memcached servers. %{_mandir}/man3/memcached_verbosity.3.gz %changelog +* Mon Nov 5 2007 Brian Aker - 0.8-1 +- Automated version number + * Wed Oct 3 2007 Brian Aker - 0.4-1 - See Changelog -- 2.30.2