Remove .la files; package pkgconfig files in -devel.
This commit is contained in:
parent
26a5a53fdc
commit
e27ddb3117
@ -257,6 +257,9 @@ do
|
||||
find $ddir -type f -exec chmod -x {} \;
|
||||
done
|
||||
|
||||
# Remove pointless libtool archives
|
||||
rm %buildroot/%_libdir/*.la
|
||||
|
||||
# Remove installed but not packaged files
|
||||
rm %buildroot/%cyrexecdir/pop3proxyd
|
||||
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}
|
||||
|
||||
%files devel
|
||||
%{_includedir}/cyrus
|
||||
%{_mandir}/man3/imclient.3*
|
||||
%_includedir/cyrus
|
||||
%_libdir/pkgconfig/*.pc
|
||||
%_mandir/man3/imclient.3*
|
||||
|
||||
%files utils
|
||||
%license COPYING
|
||||
|
Loading…
Reference in New Issue
Block a user