~yolanda.robla/ubuntu/trusty/memcached/add_distribution

« back to all changes in this revision

Viewing changes to memcached.spec

  • Committer: Bazaar Package Importer
  • Author(s): David Martínez Moreno
  • Date: 2010-05-12 11:41:22 UTC
  • mto: (3.3.3 squeeze) (1.1.7 upstream)
  • mto: This revision was merged to the branch mainline in revision 12.
  • Revision ID: james.westby@ubuntu.com-20100512114122-wpynzm9kb1irw1um
Import upstream version 1.4.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Name:           memcached
2
 
Version:        1.4.2
 
2
Version:        1.4.5
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://www.danga.com/memcached/dist/%{name}-%{version}.tar.gz
 
9
Source0:        http://memcached.googlecode.com/files/%{name}-1.4.5.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
 
26
%setup -q -n %{name}-1.4.5
27
27
 
28
28
 
29
29
%build
30
 
%configure --enable-threads
 
30
%configure
31
31
 
32
32
make %{?_smp_mflags}
33
33
 
94
94
%{_includedir}/memcached
95
95
 
96
96
%changelog
 
97
* Mon Nov  2 2009 Dormando <dormando@rydia.net> - 1.4.3-1
 
98
- Fix autogen more.
 
99
 
97
100
* Sat Aug 29 2009 Dustin Sallings <dustin@spy.net> - 1.4.1-1
98
101
- Autogenerate the version number from tags.
99
102