summaryrefslogtreecommitdiff
path: root/memcached.spec.in
diff options
context:
space:
mode:
authordormando <dormando@rydia.net>2009-11-02 01:30:28 -0800
committerDustin Sallings <dustin@spy.net>2009-11-02 02:42:55 -0800
commit2906fae0f13c79d696bc01a2c3de0854798fd9d6 (patch)
treee945ecc11308c139c44ed8f7e97de551dff5bdfa /memcached.spec.in
parentf966dbad8c56d4fcfd6cbb51da5db91c6a22e91f (diff)
downloadmemcached-2906fae0f13c79d696bc01a2c3de0854798fd9d6.tar.gz
Make autoversioning/spec gen work better.
issue #98 is about how our specfiles for rc's aren't upgradeable. Now they should be.
Diffstat (limited to 'memcached.spec.in')
-rw-r--r--memcached.spec.in11
1 files changed, 7 insertions, 4 deletions
diff --git a/memcached.spec.in b/memcached.spec.in
index 4563c53..f473d8f 100644
--- a/memcached.spec.in
+++ b/memcached.spec.in
@@ -1,12 +1,12 @@
Name: memcached
Version: @VERSION@
-Release: 1%{?dist}
+Release: @RELEASE@%{?dist}
Summary: High Performance, Distributed Memory Object Cache
Group: System Environment/Daemons
License: BSD
URL: http://www.danga.com/memcached/
-Source0: http://www.danga.com/memcached/dist/%{name}-%{version}.tar.gz
+Source0: http://memcached.googlecode.com/files/%{name}-@FULLVERSION@.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: libevent-devel
@@ -23,11 +23,11 @@ system, generic in nature, but intended for use in speeding up dynamic
web applications by alleviating database load.
%prep
-%setup -q
+%setup -q -n %{name}-@FULLVERSION@
%build
-%configure --enable-threads
+%configure
make %{?_smp_mflags}
@@ -94,6 +94,9 @@ exit 0
%{_includedir}/memcached
%changelog
+* Mon Nov 2 2009 Dormando <dormando@rydia.net> - 1.4.3-1
+- Fix autogen more.
+
* Sat Aug 29 2009 Dustin Sallings <dustin@spy.net> - 1.4.1-1
- Autogenerate the version number from tags.