diff --git a/.gitignore b/.gitignore index f37e88c..afa1115 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/sources b/sources index 209e1fd..d7e9125 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -463e41333665777a3d12dc99c32d1a7a systemtap-3.0-0.20160118gite13e9b0.tar.gz +9268f8271a8316aaa80f948bdf4af915 systemtap-3.0-0.20160125gitc5f6801.tar.gz diff --git a/systemtap.spec b/systemtap.spec index 35e492e..d6b3525 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -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 - 3.0-0.20160125gitc5f6801 +- Automated weekly rawhide release +- Applied spec changes from upstream git + * Mon Jan 18 2016 Lukas Berk - 3.0-0.20160118gite13e9b0 - Automated weekly rawhide release