diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-02-19 19:49:38 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-02-19 19:49:38 +0100 |
commit | 5c2d2839091a04f7cdbdb034b475579dd2c42ecc (patch) | |
tree | 2088936491a6c0dde0266d1fd0b3b88b25745d00 | |
parent | 76d10d2ea780cd4b5eadd129c68820b3e13f1b81 (diff) |
libmemcached-last: minor fix in scriptlet
-rw-r--r-- | libmemcached-last.spec | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/libmemcached-last.spec b/libmemcached-last.spec index 6e74a97..bde3aaf 100644 --- a/libmemcached-last.spec +++ b/libmemcached-last.spec @@ -19,7 +19,7 @@ Name: %{libname}-last %endif Summary: Client library and command line tools for memcached server Version: 1.0.18 -Release: 1%{?dist} +Release: 2%{?dist} License: BSD Group: Applications/System URL: http://libmemcached.org/ @@ -103,7 +103,9 @@ Group: System Environment/Libraries %description libs This package contains the %{libname} libraries version %{version}. +%if "%{libname}" != "%{name}" This package is designed to be installed beside %{libname}. +%endif %prep @@ -167,10 +169,9 @@ make test rm -rf %{buildroot} -%post -p /sbin/ldconfig +%post libs -p /sbin/ldconfig - -%postun -p /sbin/ldconfig +%postun libs -p /sbin/ldconfig %files @@ -209,6 +210,9 @@ rm -rf %{buildroot} %changelog +* Wed Feb 19 2014 Remi Collet <remi@fedoraproject.org> - 1.0.18-2 +- cleanups + * Wed Feb 19 2014 Remi Collet <remi@fedoraproject.org> - 1.0.18-1 - update to 1.0.18 - disable test suite (too much broken tests) |