]> git.pld-linux.org Git - packages/strace.git/blobdiff - strace.spec
- dropped pre-cvs changelog
[packages/strace.git] / strace.spec
index 4630afac4bf3c4cc8336add6c6cac612e38bd5a2..4a51ed9485319cd17ca67e7e4a8e401a752d81f3 100644 (file)
@@ -8,16 +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:       4
+Version:       4.5.20
+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.bz2
+# Source0-md5: 64dfe10d9db0c1e34030891695ffca4b
 Source1:       %{name}.1.pl
 Patch0:                %{name}-stat64.patch
-Patch1:                %{name}-fd.patch
-Patch2:                %{name}-utilc.patch
 URL:           http://sourceforge.net/projects/strace/
 # acl and libaio for headers only
 BuildRequires: acl-devel
@@ -84,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
@@ -98,8 +96,6 @@ Doda wtedy upływający czas dla każdego procesu.
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
-%patch2 -p0
 
 %build
 %{__aclocal}
@@ -124,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.070709 seconds and 4 git commands to generate.