]> git.ipfire.org Git - ipfire-3.x.git/blobdiff - strace/strace.nm
sssd: Use /var/lib/sss and drop /var/run
[ipfire-3.x.git] / strace / strace.nm
index c6127ccc323719916b8cc6d0e5c28fb311f94649..37ca868377b4c942c75735cec81346606e97b4c6 100644 (file)
@@ -4,33 +4,32 @@
 ###############################################################################
 
 name       = strace
-version    = 4.7
-release    = 1
+version    = 6.1
+release    = 1.1
 
 groups     = Development/Debuggers
-url        = http://sourceforge.net/projects/strace/
+url        = https://strace.io/
 license    = BSD
 summary    = Tracks and displays system calls associated with a running process.
 
 description
-       The strace program intercepts and records the system calls called and \
-       received by a running process.  Strace can print a record of each \
-       system call, its arguments and its return value. Strace is useful \
-       for diagnosing problems and debugging, as well as for instructional \
+       The strace program intercepts and records the system calls called and
+       received by a running process.  Strace can print a record of each
+       system call, its arguments and its return value. Strace is useful
+       for diagnosing problems and debugging, as well as for instructional
        purposes.
 end
 
-source_dl  = http://downloads.sourceforge.net/project/%{name}/%{name}/%{version}/
+source_dl  = https://strace.io/files/%{version}/
 sources    = %{thisapp}.tar.xz
 
 build
        configure_options += \
-               --mandir=/usr/share/man
+               --enable-mpers=check
 end
 
 packages
        package %{name}
-       end
 
        package %{name}-debuginfo
                template DEBUGINFO