Search
j0ke.net Open Build Service
>
Projects
>
home:netmax
>
distcc
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 8
[-]
[+]
Changed
distcc.spec
@@ -60,7 +60,8 @@ # Add bash profile file and it's config file. install -m 0644 %{SOURCE4} $RPM_BUILD_ROOT/usr/share/distcc/.profile ln -sf .profile "$RPM_BUILD_ROOT"/usr/share/distcc/profile -install -m 0644 %{SOURCE5} $RPM_BUILD_ROOT/etc/ +install -D -m 0644 %{SOURCE5} $RPM_BUILD_ROOT/etc/distcc/hosts +rm -rf $RPM_BUILD_ROOT/etc/default cat >$RPM_BUILD_ROOT/%{_bindir}/cdistcc <<EOF #!/bin/sh ccache distcc \$@ @@ -93,12 +94,15 @@ %{_bindir}/distccmon-text %{_bindir}/distcc %{_bindir}/distcc++ +%{_bindir}/lsdistcc %{_mandir}/man1/* #%{_infodir}/*.gz /usr/share/distcc /usr/share/doc/packages/distcc /etc/init.d/distccd -%config(noreplace) /etc/distccd.hosts +%config(noreplace) /etc/distcc/hosts +%config(noreplace) /etc/distcc/clients.allow +%config(noreplace) /etc/distcc/commands.allow.sh %files gnome /usr/bin/distccmon-gnome