Search
j0ke.net Open Build Service
>
Projects
>
vhcs
>
maildrop
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 9
[-]
[+]
Changed
maildrop.spec
@@ -15,6 +15,7 @@ Source: http://prdownloads.sourceforge.net/courier/%{name}-%{version}.tar.bz2 # Summary: The mail filter/mail delivery agent from the Courier Mail suite. + %description maildrop is a replacement for your local mail delivery agent. maildrop reads a mail message from standard input, then delivers the message to your mailbox. @@ -33,13 +34,13 @@ Sam Varshavchik <mrsam at courier-mta dot com> %package devel -Group: Development/Libraries/C and C++ -Requires: %{name} = %{version} -Summary: Development files for %{name} +Group: Development/Libraries/C and C++ +Requires: %{name} = %{version} +Summary: Development files for %{name} + %description devel -Development files for %{name} +Development libraries and headers for %{name} -%debug_package %prep %setup @@ -58,7 +59,7 @@ %{__make} %install -%makeinstall MAILDROPUID='' MAILDROPGID='' +%__make MAILDROPUID='' MAILDROPGID='' DESTDIR=%{buildroot} install %{__mkdir} htmldoc %{__cp} %{buildroot}%{_datadir}/maildrop/html/* htmldoc %{__rm} -rf %{buildroot}%{_datadir}/maildrop/html @@ -66,6 +67,13 @@ %clean %{__rm} -rf %{buildroot}; +%post +/sbin/ldconfig + +%postun +/sbin/ldconfig + + %files %defattr(-,root,root) %attr(755, root, mail) %{_bindir}/maildrop @@ -78,7 +86,7 @@ %{_bindir}/reformail %{_bindir}/makemime %{_bindir}/reformime -%{_libdir}/lib*.so* +%{_libdir}/lib*.so.* %{_mandir}/man1/* %{_mandir}/man5/* @@ -94,6 +102,7 @@ %defattr(-, root, root) %{_mandir}/man3/* %{_includedir}/* +%{_libdir}/lib*.so %{_libdir}/lib*.a %{_libdir}/lib*.la