|
|
|
@ -79,8 +79,8 @@ export INSTALL_GROUP=$(id -gn)
|
|
|
|
|
export CFLAGS="$RPM_OPT_FLAGS -DLTM_DESC -DUSE_LTM"
|
|
|
|
|
|
|
|
|
|
make install INCPATH=%{_includedir}/tomcrypt DESTDIR=%{buildroot} LIBPATH=%{_libdir} EXTRALIBS="-ltommath" -f makefile.shared
|
|
|
|
|
find %{buildroot} -name '*.h' -exec chmod 644 {} ';'
|
|
|
|
|
find %{buildroot} -name '*.c' -exec chmod 644 {} ';
|
|
|
|
|
find %{buildroot} -name '*.h' -exec chmod 644 {} \;
|
|
|
|
|
find %{buildroot} -name '*.c' -exec chmod 644 {} \;
|
|
|
|
|
chmod 644 LICENSE
|
|
|
|
|
|
|
|
|
|
# remove unneeded files
|
|
|
|
|