Changes of Revision 2
[-] | Changed | memcache_engine.spec |
x 1
2 Group: Server 3 Summary: mysql memcache engine 4 URL: http://tangent.org/506/memcache_engine.html 5 -Source0: %{name}-%{version}.tar.gz 6 +Source0: memcache_engine-%{version}.tar.gz 7 BuildRoot: %{_tmppath}/%{name}-%{version}-build 8 Packager: Carsten Schoene <cs@linux-administrator.com> 9 Vendor: linux-administrator.com 10
11 This means that you can SELECT/UPDATE/INSERTE/DELETE from it as though it is a table in MySQL. 12 13 %prep 14 -%setup -n %{name}-%{version} 15 +%setup -n memcache_engine-%{version} 16 17 %configure --with-mysql=%{_prefix}/include 18 19 |