Logoj0ke.net Open Build Service > Projects > home:netmax > distcc > Changes
Sign Up | Log In

Changes of Revision 5

[-] Changed distcc.spec
 
1
@@ -16,6 +16,9 @@
2
 Packager:  Carsten Schoene <cs@linux-administrator.com>
3
 
4
 BuildRequires: pkgconfig gtk2 gtk2-devel libgnome libgnome-devel libgnomeui libgnomeui-devel libglade2 libglade2-devel pango pango-devel
5
+%if 0%{?suse_version} == 1010
6
+BuildRequires: mDNSResponder-lib
7
+%endif
8
 
9
 %description
10
 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.
11