From 788b8dc07bb2c9511931eee71683afd080883523 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 17:40:12 +0100 Subject: [PATCH] automatic version update by autodist [release 2.3.5-1mamba;Thu Jul 09 2015] --- scons.spec | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) diff --git a/scons.spec b/scons.spec index ca38cf9..f34e573 100644 --- a/scons.spec +++ b/scons.spec @@ -1,6 +1,6 @@ Name: scons -Version: 2.3.0 -Release: 2mamba +Version: 2.3.5 +Release: 1mamba Summary: An Open Source software construction tool Group: Development/Tools Vendor: openmamba @@ -41,14 +41,11 @@ cd build/scons --root="%{buildroot}" \ --install-headers=%{_includedir}/python \ --install-lib=%{python_sitearch} \ + --install-data=%{_datadir} \ --record=../../.packlist cd ../.. -sed -i -e "s,%{_prefix}/man.*,," .packlist -rm -rf %{buildroot}%{_prefix}/man - -install -d %{buildroot}%{_mandir}/man1 -install -m 644 doc/man/*.1 %{buildroot}%{_mandir}/man1 +sed -i -e "s,%{_mandir}.*,," .packlist %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" @@ -60,6 +57,18 @@ rm -f .packlist %doc HOWTO LICENSE src/RELEASE.txt src/CHANGES.txt %changelog +* Thu Jul 09 2015 Automatic Build System 2.3.5-1mamba +- automatic version update by autodist + +* Wed Oct 01 2014 Automatic Build System 2.3.4-1mamba +- automatic version update by autodist + +* Thu Jul 10 2014 Automatic Build System 2.3.2-1mamba +- automatic version update by autodist + +* Wed Mar 26 2014 Automatic Build System 2.3.1-1mamba +- automatic version update by autodist + * Wed May 22 2013 Silvan Calarco 2.3.0-2mamba - python 2.7 rebuild