Index: cackey.spec ================================================================== --- cackey.spec +++ cackey.spec @@ -21,14 +21,11 @@ %setup -q %build CFLAGS="%{optflags}" \ -./configure \ - --prefix=%{_prefix} \ - --libdir=%{_libdir} - --mandir=%{_mandir} + ./configure --prefix=%{_prefix} --libdir=%{_libdir} --mandir=%{_mandir} make %{?_smp_mflags} %install if [ ! %{buildroot} = "/" ]; then %{__rm} -rf %{buildroot}; fi Index: configure.ac ================================================================== --- configure.ac +++ configure.ac @@ -1,6 +1,6 @@ -AC_INIT(cackey, 0.5.6) +AC_INIT(cackey, 0.5.7) AC_CONFIG_HEADERS(config.h) dnl Locate standard tools AC_PROG_CC AC_PROG_MAKE_SET