diff --git a/libutempter.spec b/libutempter.spec index ef1afab..2c44f11 100644 --- a/libutempter.spec +++ b/libutempter.spec @@ -37,14 +37,6 @@ make CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="$RPM_LD_FLAGS" \ %install make install DESTDIR="$RPM_BUILD_ROOT" libdir="%{_libdir}" libexecdir="%{_libexecdir}" -# FIXME: We might need to enable this part for backward compat with the -# Red Hat / Fedora 'utempter' package: -# -# mkdir -p %{_sbindir} -# ln -sf %{helperdir}/utempter %{_sbindir}/utempter - - -# NOTE: Static lib intentionally disabled. rm -f $RPM_BUILD_ROOT%{_libdir}/*.a %pre @@ -56,16 +48,12 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.a %ldconfig_scriptlets %files -%{!?_licensedir:%global license %%doc} %license COPYING %doc README %{_libdir}/libutempter.so.0 %{_libdir}/libutempter.so.1.* %dir %attr(755,root,utempter) %{_libexecdir}/utempter %attr(2711,root,utmp) %{_libexecdir}/utempter/utempter -# FIXME: If a symlink is needed for compat here, uncomment the code in the -# install section and this as well: -#%{_sbindir}/utempter %files devel %{_includedir}/utempter.h