update to 3.3.2 [release 3.3.2-1mamba;Sun Jul 29 2018]
This commit is contained in:
parent
1b5a6eeefd
commit
53127a4337
21
distcc.spec
21
distcc.spec
@ -1,15 +1,15 @@
|
||||
%define distcc_uid 28
|
||||
%define distcc_gid 28
|
||||
Name: distcc
|
||||
Version: 3.1
|
||||
Release: 3mamba
|
||||
Version: 3.3.2
|
||||
Release: 1mamba
|
||||
Summary: A program to distribute builds of C, C++, Objective C or Objective C++ code across several machines on a network
|
||||
Group: Development/Tools
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://code.google.com/p/distcc
|
||||
Source: http://distcc.googlecode.com/files/distcc-%{version}.tar.bz2
|
||||
URL: https://github.com/distcc/distcc
|
||||
Source: https://github.com/distcc/distcc.git/v%{version}/distcc-%{version}.tar.bz2
|
||||
Source1: distcc-initscript
|
||||
Source2: distcc-logrotate
|
||||
Source3: distcc-sysconfig
|
||||
@ -58,13 +58,14 @@ A gnome base monitoring interface for distcc, a program to distribute builds of
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p0
|
||||
#%patch0 -p0
|
||||
|
||||
%build
|
||||
./autogen.sh
|
||||
%configure \
|
||||
--with-gnome \
|
||||
--disable-Werror \
|
||||
PYTHON=%{__python}
|
||||
PYTHON=%{__python36}
|
||||
|
||||
%make
|
||||
|
||||
@ -120,8 +121,9 @@ exit 0
|
||||
%{_bindir}/distccmon-text
|
||||
%{_bindir}/lsdistcc
|
||||
%{_bindir}/pump
|
||||
%{python_sitearch}/include_server/*
|
||||
%{python_sitearch}/include_server-%{version}-py%{python_version}.egg-info
|
||||
%{_sbindir}/update-distcc-symlinks
|
||||
%{python36_sitearch}/include_server/*
|
||||
%{python36_sitearch}/include_server-%{version}-py%{python36_version}.egg-info
|
||||
%dir %{_datadir}/doc/distcc
|
||||
%{_datadir}/doc/distcc/*
|
||||
%{_mandir}/man1/*
|
||||
@ -134,6 +136,9 @@ exit 0
|
||||
%{_datadir}/distcc/distccmon-gnome.desktop
|
||||
|
||||
%changelog
|
||||
* Sun Jul 29 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 3.3.2-1mamba
|
||||
- update to 3.3.2
|
||||
|
||||
* Sun Jun 02 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 3.1-3mamba
|
||||
- python 2.7 mass rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user