]> git.pld-linux.org Git - packages/memcached.git/blobdiff - memcached.spec
- new URL
[packages/memcached.git] / memcached.spec
index 919763462e1083dac1d5a432d4a1f2220ba673d8..d6b42f535cbb552c0c703c9388f47aa12e2da79e 100644 (file)
@@ -1,15 +1,15 @@
 Summary:       A high-performance, distributed memory object caching system
 Summary(pl.UTF-8):     Rozproszony, wysokiej wydajności system cache'owania obiektów
 Name:          memcached
-Version:       1.2.6
-Release:       3
+Version:       1.4.3
+Release:       1
 License:       BSD
 Group:         Networking/Daemons
-Source0:       http://www.danga.com/memcached/dist/%{name}-%{version}.tar.gz
-# Source0-md5: 200d22f7ac2d114f74a6904552e9eb70
+Source0:       http://memcached.googlecode.com/files/%{name}-%{version}.tar.gz
+# Source0-md5: 83c6cc6bad9612536b5acbbbddab3eb3
 Source1:       %{name}.init
 Source2:       %{name}.sysconfig
-URL:           http://www.danga.com/memcached/
+URL:           http://memcached.org/
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: libevent-devel >= 1.1
@@ -40,7 +40,8 @@ Rozproszony, wysokiej wydajności system cache'owania obiektów.
 %{__autoconf}
 %{__autoheader}
 %{__automake}
-%configure
+%configure \
+       --disable-coverage
 %{__make}
 
 %install
@@ -79,7 +80,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS README TODO doc/*.txt
+%doc AUTHORS README doc/*.txt
 %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/%{name}
 %attr(754,root,root) /etc/rc.d/init.d/%{name}
 %attr(755,root,root) %{_sbindir}/%{name}
This page took 0.036456 seconds and 4 git commands to generate.