|
|
|
@ -65,8 +65,8 @@ make %{?_smp_mflags} -f makefile poster manual docs
|
|
|
|
|
export INSTALL_USER=$(id -un)
|
|
|
|
|
export INSTALL_GROUP=$(id -gn)
|
|
|
|
|
make install INCPATH=%{_includedir}/tommath DESTDIR=%{buildroot} LIBPATH=%{_libdir} -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
|
|
|
|
|
|
|
|
|
|
find %{buildroot} -name '*.la' -delete
|
|
|
|
|