Changes of Revision 2
[-] | Changed | distcc.spec |
1
2 BuildRoot: %{_tmppath}/%{name}-%{version}-build 3 Packager: Carsten Schoene <cs@linux-administrator.com> 4 5 +BuildRequires: pkg-config gtk2 gtk2-devel 6 + 7 %description 8 distcc is a program to distribute builds of C, C++, Objective C or Objective C++ code across several machines on a network. distcc should always generate the same results as a local build, is simple to install and use, and is usually much faster than a local compile. 9 10 |