Automated weekly systemtap rawhide release: 0.20160125gitc5f6801

This commit is contained in:
Lukas Berk 2016-01-25 09:58:43 -05:00
parent 49490bffb6
commit d405e5c321
3 changed files with 13 additions and 3 deletions

1
.gitignore vendored
View File

@ -177,3 +177,4 @@ systemtap-1.3.tar.gz
/systemtap-3.0-0.20160104git3af4429.tar.gz
/systemtap-3.0-0.20160111gitf070ea0.tar.gz
/systemtap-3.0-0.20160118gite13e9b0.tar.gz
/systemtap-3.0-0.20160125gitc5f6801.tar.gz

View File

@ -1 +1 @@
463e41333665777a3d12dc99c32d1a7a systemtap-3.0-0.20160118gite13e9b0.tar.gz
9268f8271a8316aaa80f948bdf4af915 systemtap-3.0-0.20160125gitc5f6801.tar.gz

View File

@ -59,7 +59,7 @@
Name: systemtap
Version: 3.0
Release: 0.20160118gite13e9b0%{?dist}
Release: 0.20160125gitc5f6801%{?dist}
# for version, see also configure.ac
@ -92,7 +92,7 @@ Summary: Programmable system-wide instrumentation system
Group: Development/System
License: GPLv2+
URL: http://sourceware.org/systemtap/
Source: %{name}-%{version}-0.20160118gite13e9b0.tar.gz
Source: %{name}-%{version}-0.20160125gitc5f6801.tar.gz
# Build*
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@ -498,6 +498,11 @@ make %{?_smp_mflags}
rm -rf ${RPM_BUILD_ROOT}
make DESTDIR=$RPM_BUILD_ROOT install
%find_lang %{name}
for dir in $(ls -1d $RPM_BUILD_ROOT%{_mandir}/{??,??_??}) ; do
dir=$(echo $dir | sed -e "s|^$RPM_BUILD_ROOT||")
lang=$(basename $dir)
echo "%%lang($lang) $dir/man*/*" >> %{name}.lang
done
# We want the examples in the special doc dir, not the build install dir.
# We build it in place and then move it away so it doesn't get installed
@ -1032,6 +1037,10 @@ done
# http://sourceware.org/systemtap/wiki/SystemTapReleases
%changelog
* Mon Jan 25 2016 Lukas Berk <lberk@redhat.com> - 3.0-0.20160125gitc5f6801
- Automated weekly rawhide release
- Applied spec changes from upstream git
* Mon Jan 18 2016 Lukas Berk <lberk@redhat.com> - 3.0-0.20160118gite13e9b0
- Automated weekly rawhide release