Remove .la files; package pkgconfig files in -devel.

This commit is contained in:
Jason Tibbitts 2016-11-23 18:03:38 -06:00
parent 26a5a53fdc
commit e27ddb3117

View File

@ -257,6 +257,9 @@ do
find $ddir -type f -exec chmod -x {} \; find $ddir -type f -exec chmod -x {} \;
done done
# Remove pointless libtool archives
rm %buildroot/%_libdir/*.la
# Remove installed but not packaged files # Remove installed but not packaged files
rm %buildroot/%cyrexecdir/pop3proxyd rm %buildroot/%cyrexecdir/pop3proxyd
find %buildroot -name "perllocal.pod" -exec rm {} \; find %buildroot -name "perllocal.pod" -exec rm {} \;
@ -426,8 +429,9 @@ fi
%attr(0640,root,%{cyrusgroup}) %ghost %config(missingok,noreplace) %verify(not md5 size mtime) %{ssl_pem_file} %attr(0640,root,%{cyrusgroup}) %ghost %config(missingok,noreplace) %verify(not md5 size mtime) %{ssl_pem_file}
%files devel %files devel
%{_includedir}/cyrus %_includedir/cyrus
%{_mandir}/man3/imclient.3* %_libdir/pkgconfig/*.pc
%_mandir/man3/imclient.3*
%files utils %files utils
%license COPYING %license COPYING