]> git.pld-linux.org Git - packages/distcc.git/commitdiff
- rel 2
authormisi3k <misi3k@pld-linux.org>
Sun, 8 Feb 2004 06:58:36 +0000 (06:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added patch for handling -Wa,-al

Changed files:
    distcc.spec -> 1.57

distcc.spec

index 564f6d1e83c391c6acfed5873e8caf4d9a50319a..ca64dda87b14d40f5f4ffe79083af5d9108f18eb 100644 (file)
@@ -7,7 +7,7 @@ Summary(pl):    Program do rozdzielania kompilacji program
 Name:          distcc
 Group:         Development/Languages
 Version:       2.12.1
-Release:       1
+Release:       2
 License:       GPL
 Source0:       http://distcc.samba.org/ftp/distcc/%{name}-%{version}.tar.bz2
 # Source0-md5: 34c465416f261b980db46a9df6d66c75
@@ -18,6 +18,7 @@ Source4:      %{name}.csh
 Source5:       %{name}.config
 Source6:       %{name}.logrotate
 Patch0:                %{name}-user.patch
+Patch1:                %{name}-waal.patch
 URL:           http://distcc.samba.org/
 BuildRequires: autoconf >= 2.53
 %{?with_gtk:BuildRequires:     libgnome-devel >= 2.0}
@@ -111,7 +112,8 @@ Monitor gtk dla distcc.
 
 %prep
 %setup -q
-%patch -p1
+%patch0 -p1
+%patch1 -p1
 
 %build
 %{__autoconf}
This page took 0.132619 seconds and 4 git commands to generate.