Index: spamassassin.spec =================================================================== --- spamassassin.spec (revision 178811) +++ spamassassin.spec (working copy) @@ -83,7 +83,7 @@ CFLAGS="$RPM_OPT_FLAGS"; export CFLAGS %{__perl} Makefile.PL PREFIX=%{_prefix} SYSCONFDIR=%{_sysconfdir} DESTDIR=$RPM_BUILD_ROOT < /dev/null %{__make} -%{__make} spamc/libspamc.so +#%{__make} spamc/libspamc.so %install [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT @@ -99,8 +99,8 @@ install -d %buildroot/%{initdir} install -d %buildroot/%{_includedir} install -m 0755 spamd/redhat-rc-script.sh %buildroot/%{initdir}/spamassassin -install -m 0644 spamc/libspamc.so %buildroot/%{_libdir} -install -m 0644 spamc/libspamc.h %buildroot/%{_includedir}/libspamc.h +#install -m 0644 spamc/libspamc.so %buildroot/%{_libdir} +#install -m 0644 spamc/libspamc.h %buildroot/%{_includedir}/libspamc.h # Do this so that the spamd README file has a different name ... %{__mv} spamd/README spamd/README.spamd @@ -113,8 +113,8 @@ %defattr(-,root,root) %doc README Changes sample-nonspam.txt sample-spam.txt spamd/README.spamd INSTALL BUGS LICENSE TRADEMARK USAGE sql UPGRADE %attr(755,root,root) %{_bindir}/* -%attr(644,root,root) %{_includedir}/* -%attr(644,root,root) %{_libdir}/*.so +#%attr(644,root,root) %{_includedir}/* +#%attr(644,root,root) %{_libdir}/*.so %config(noreplace) %attr(755,root,root) %{initdir}/spamassassin %{_mandir}/man1/*