]> git.pld-linux.org Git - packages/strace.git/blobdiff - strace.spec
- up to 4.6
[packages/strace.git] / strace.spec
index c82aa0d644e88f6294e38e7dc990bcfe82f93653..d883517a90068b085e97cab2188dbc97fc91c484 100644 (file)
@@ -8,15 +8,14 @@ Summary(ru.UTF-8):    Отслеживает и показывает системн
 Summary(tr.UTF-8):     Çalışan bir sürecin yaptığı sistem çağrılarını listeler
 Summary(uk.UTF-8):     Відслідковує та показує системні виклики, пов'язані із запущеним процесом
 Name:          strace
-Version:       4.5.18
-Release:       2
+Version:       4.6
+Release:       1
 License:       BSD-like
 Group:         Development/Debuggers
-Source0:       http://dl.sourceforge.net/strace/%{name}-%{version}.tar.bz2
-# Source0-md5: e9449fcee97e6a8ed73934c883c870e0
+Source0:       http://downloads.sourceforge.net/strace/%{name}-%{version}.tar.xz
+# Source0-md5: e537b2b1afeec70c0e6e27a0d0fd671e
 Source1:       %{name}.1.pl
 Patch0:                %{name}-stat64.patch
-Patch1:                %{name}-fd.patch
 URL:           http://sourceforge.net/projects/strace/
 # acl and libaio for headers only
 BuildRequires: acl-devel
@@ -83,8 +82,8 @@ strace-graph script processes strace -f output. It displays a graph of
 invoked subprocesses, and is useful for finding out what complex
 commands do.
 
-The script can also handle the output with strace -t, -tt, or -ttt.
-It will add elapsed time for each process in that case.
+The script can also handle the output with strace -t, -tt, or -ttt. It
+will add elapsed time for each process in that case.
 
 %description graph -l pl.UTF-8
 Skrypt strace-graph przetwarza wynik strace -f i wyświetla graf
@@ -97,10 +96,9 @@ Doda wtedy upływający czas dla każdego procesu.
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 
 %build
-%{__aclocal}
+%{__aclocal} -I m4
 %{__autoconf}
 %{__autoheader}
 %{__automake}
@@ -122,8 +120,8 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc COPYRIGHT CREDITS ChangeLog NEWS README-linux TODO
 %attr(755,root,root) %{_bindir}/strace
-%{_mandir}/man1/*
-%lang(pl) %{_mandir}/pl/man1/*
+%{_mandir}/man1/strace.1*
+%lang(pl) %{_mandir}/pl/man1/strace.1*
 
 %files graph
 %defattr(644,root,root,755)
This page took 0.060122 seconds and 4 git commands to generate.