Search
j0ke.net Open Build Service
>
Projects
>
server:mail
>
dcc
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 6
[-]
[+]
Changed
dcc.spec
@@ -6,8 +6,8 @@ Group: Productivity/Networking/Email/Utilities Source: %{name}-%{version}.tar.Z BuildRoot: %{_tmppath}/build-root-%{name} -Prefix: /usr Url: http://www.dcc-servers.net/dcc/ +BuildRequires: apache2 rrdtool %description The Distributed Checksum Clearinghouse or DCC is a cooperative, distributed system intended to detect "bulk" mail or mail sent to many people. It allows individuals receiving a single mail message to determine that many other people have received essentially identical copies of the message and so reject or discard the message. @@ -23,10 +23,13 @@ %build CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" \ ./configure \ + --homedir=/var/lib/dcc \ + --libexecdir=%{_prefix}/lib/dcc/libexec \ + --with-cgibin=/srv/www/cgi-bin/dcc \ --disable-dccm \ --with-installroot=$RPM_BUILD_ROOT \ - --bindir=%{prefix}/bin \ - --mandir=%{prefix}/share/man \ + --bindir=%{_bindir} \ + --mandir=%{_mandir} \ --disable-sys-inst %__make -j 2 @@ -48,3 +51,7 @@ %files %defattr(-,root,root) +%attr(0755,root,root) %{_bindir}/*dcc* +/var/%{name} +%{_prefix}/lib/dcc/libexec +/srv/www/cgi-bin/dcc