Automated weekly systemtap rawhide release: 0.20161212git2cd5c93
This commit is contained in:
parent
79ba67b40c
commit
55d389a5c7
@ -70,7 +70,7 @@
|
|||||||
|
|
||||||
Name: systemtap
|
Name: systemtap
|
||||||
Version: 3.1
|
Version: 3.1
|
||||||
Release: 0.20161205gitda79853%{?dist}
|
Release: 0.20161212git2cd5c93%{?dist}
|
||||||
# for version, see also configure.ac
|
# for version, see also configure.ac
|
||||||
|
|
||||||
|
|
||||||
@ -103,7 +103,7 @@ Summary: Programmable system-wide instrumentation system
|
|||||||
Group: Development/System
|
Group: Development/System
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://sourceware.org/systemtap/
|
URL: http://sourceware.org/systemtap/
|
||||||
Source: %{name}-%{version}-0.20161205gitda79853.tar.gz
|
Source: %{name}-%{version}-0.20161212git2cd5c93.tar.gz
|
||||||
|
|
||||||
# Build*
|
# Build*
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
@ -530,14 +530,10 @@ for dir in $(ls -1d $RPM_BUILD_ROOT%{_mandir}/{??,??_??}) ; do
|
|||||||
echo "%%lang($lang) $dir/man*/*" >> %{name}.lang
|
echo "%%lang($lang) $dir/man*/*" >> %{name}.lang
|
||||||
done
|
done
|
||||||
|
|
||||||
# We want the examples in the special doc dir, not the build install dir.
|
ln -s %{_datadir}/systemtap/examples
|
||||||
# We build it in place and then move it away so it doesn't get installed
|
|
||||||
# twice. rpm can specify itself where the (versioned) docs go with the
|
|
||||||
# %doc directive.
|
|
||||||
mv $RPM_BUILD_ROOT%{_datadir}/doc/systemtap/examples examples
|
|
||||||
|
|
||||||
# Fix paths in the example scripts.
|
# Fix paths in the example scripts.
|
||||||
find examples -type f -name '*.stp' -print0 | xargs -0 sed -i -r -e '1s@^#!.+stap@#!%{_bindir}/stap@'
|
find $RPM_BUILD_ROOT%{_datadir}/systemtap/examples -type f -name '*.stp' -print0 | xargs -0 sed -i -r -e '1s@^#!.+stap@#!%{_bindir}/stap@'
|
||||||
|
|
||||||
# To make rpmlint happy, remove any .gitignore files in the testsuite.
|
# To make rpmlint happy, remove any .gitignore files in the testsuite.
|
||||||
find testsuite -type f -name '.gitignore' -print0 | xargs -0 rm -f
|
find testsuite -type f -name '.gitignore' -print0 | xargs -0 rm -f
|
||||||
@ -968,7 +964,8 @@ done
|
|||||||
|
|
||||||
%files client -f systemtap.lang
|
%files client -f systemtap.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc README README.unprivileged AUTHORS NEWS examples
|
%doc README README.unprivileged AUTHORS NEWS
|
||||||
|
%{_datadir}/systemtap/examples
|
||||||
%{!?_licensedir:%global license %%doc}
|
%{!?_licensedir:%global license %%doc}
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%if %{with_docs}
|
%if %{with_docs}
|
||||||
@ -1064,6 +1061,10 @@ done
|
|||||||
# http://sourceware.org/systemtap/wiki/SystemTapReleases
|
# http://sourceware.org/systemtap/wiki/SystemTapReleases
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Dec 12 2016 Lukas Berk <lberk@redhat.com> - 3.1-0.20161212git2cd5c93
|
||||||
|
- Automated weekly rawhide release
|
||||||
|
- Applied spec changes from upstream git
|
||||||
|
|
||||||
* Mon Dec 05 2016 Lukas Berk <lberk@redhat.com> - 3.1-0.20161205gitda79853
|
* Mon Dec 05 2016 Lukas Berk <lberk@redhat.com> - 3.1-0.20161205gitda79853
|
||||||
- Automated weekly rawhide release
|
- Automated weekly rawhide release
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user