]> git.pld-linux.org Git - packages/strace.git/commitdiff
- up to 4.4.91 (4.5 coming soon?)
authorTomek Orzechowski <orzech@pld-linux.org>
Sun, 12 Jan 2003 21:07:45 +0000 (21:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- builds, not tested

Changed files:
    strace.spec -> 1.40

strace.spec

index 9b3821605635efb8697a681aaf93bbb58a1959d9..1282278604672789eda31f05cef531dc5443ae87 100644 (file)
@@ -4,18 +4,17 @@ Summary(fr):  affiche l'appel syst
 Summary(pl):   strace wy¶wietla funkcje systemowe wywo³ywane przez uruchomiony proces
 Summary(tr):   Çalýþan bir sürecin yaptýðý sistem çaðrýlarýný listeler
 Name:          strace
-Version:       4.4
-Release:       4
+Version:       4.4.91
+Release:       1
 License:       distributable
 Group:         Development/Debuggers
 Source0:       ftp://ftp.sourceforge.net/pub/sourceforge/strace/%{name}_%{version}-1.tar.gz
 Source1:       %{name}.1.pl
 Patch0:                %{name}-newsysc.patch
 Patch1:                %{name}-getdents64.patch
-Patch2:                %{name}-acfix.patch
-Patch3:                %{name}-threads.patch
+Patch2:                %{name}-threads.patch
 URL:           http://www.liacs.nl/~wichert/strace/
-BuildRequires: autoconf
+BuildRequires: autoconf >= 2.54
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -47,15 +46,14 @@ birlikte d
 %setup -q
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
-%patch3 -p1
+#%patch2 -p1
 
 %build
+rm -f missing
+%{__aclocal}
 %{__autoconf}
 %{__autoheader}
-# for 2.4 you can and even should remove these two kernel_Xid32_t definitions
-CFLAGS="%{rpmcflags} -D__kernel_uid32_t=uid_t -D__kernel_gid32_t=gid_t"
-export CFLAGS
+%{__automake}
 %configure
 %{__make}
 
@@ -76,6 +74,6 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc ChangeLog README-linux
-%attr(755,root,root) %{_bindir}/strace
+%attr(755,root,root) %{_bindir}/strace*
 %{_mandir}/man1/*
 %lang(pl) %{_mandir}/pl/man1/*
This page took 0.121146 seconds and 4 git commands to generate.