Changes of Revision 3
[-] | 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 +BuildRequires: pkgconfig gtk2 gtk2-devel 7 8 %description 9 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. 10 |