diff --git a/beecrypt.spec b/beecrypt.spec index e0a90b8..8934205 100644 --- a/beecrypt.spec +++ b/beecrypt.spec @@ -49,17 +49,18 @@ autoreconf -i %build %configure --with-cplusplus=no --with-java=no --with-python=no -make %{?_smp_mflags} +%make_build cd include/beecrypt doxygen cd ../.. %install -make DESTDIR=$RPM_BUILD_ROOT pythondir=%{python2_sitelib} install -rm -f $RPM_BUILD_ROOT{%{_libdir},%{python2_sitelib}}/*.{a,la} +%make_install +rm -f $RPM_BUILD_ROOT%{_libdir}/*.{a,la} iconv -f ISO-8859-1 -t UTF-8 CONTRIBUTORS -o CONTRIBUTORS.utf8 +touch -c -r CONTRIBUTORS CONTRIBUTORS.utf8 mv -f CONTRIBUTORS.utf8 CONTRIBUTORS %ldconfig_scriptlets