~john-koepi/ubuntu/trusty/memcached/default

« back to all changes in this revision

Viewing changes to memcached.spec

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2011-10-05 13:27:39 UTC
  • mfrom: (1.1.8 upstream) (3.3.4 sid)
  • Revision ID: james.westby@ubuntu.com-20111005132739-ntsnlj16fcze221i
Tags: 1.4.7-0.1ubuntu1
* Merge from debian unstable.  Remaining changes:
  - Run as 'memcache' user instead of nobody (LP #599461)
  - Depend on adduser for preinst/postrm
  - Create user in postinst

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Name:           memcached
2
 
Version:        1.4.5
 
2
Version:        1.4.7
3
3
Release:        1%{?dist}
4
4
Summary:        High Performance, Distributed Memory Object Cache
5
5
 
6
6
Group:          System Environment/Daemons
7
7
License:        BSD
8
8
URL:            http://www.danga.com/memcached/
9
 
Source0:        http://memcached.googlecode.com/files/%{name}-1.4.5.tar.gz
 
9
Source0:        http://memcached.googlecode.com/files/%{name}-1.4.7.tar.gz
10
10
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
11
11
 
12
12
BuildRequires:  libevent-devel
23
23
web applications by alleviating database load.
24
24
 
25
25
%prep
26
 
%setup -q -n %{name}-1.4.5
 
26
%setup -q -n %{name}-1.4.7
27
27
 
28
28
 
29
29
%build