|
@@ -1,12 +1,12 @@
|
|
Summary: Tracks runtime library calls from dynamically linked executables.
|
|
Summary: Tracks runtime library calls from dynamically linked executables.
|
|
Name: ltrace
|
|
Name: ltrace
|
|
-Version: 0.5.3
|
|
+Version: 0.7.3
|
|
Release: 1%{_dist_release}
|
|
Release: 1%{_dist_release}
|
|
-Source: ftp://ftp.debian.org/debian/pool/main/l/ltrace/ltrace_%{version}.orig.tar.gz
|
|
+Source: ftp://ftp.debian.org/debian/pool/main/l/ltrace/ltrace_%{version}.orig.tar.bz2
|
|
-Patch1: ftp://ftp.debian.org/debian/pool/main/l/ltrace/ltrace_0.5.3-2.1.diff.gz
|
|
+Patch0: ltrace-0.7.3-4.debian.patch
|
|
License: GPL
|
|
License: GPL
|
|
Group: Development/Debuggers
|
|
Group: Development/Debuggers
|
|
-Prefix: %{_prefix}
|
|
+URL: http://ltrace.org/
|
|
BuildRoot: /var/tmp/%{name}-root
|
|
BuildRoot: /var/tmp/%{name}-root
|
|
BuildRequires: binutils-devel
|
|
BuildRequires: binutils-devel
|
|
BuildRequires: elfutils-libelf-devel
|
|
BuildRequires: elfutils-libelf-devel
|
|
@@ -27,7 +27,7 @@ execution of processes.
|
|
|
|
|
|
%prep
|
|
%prep
|
|
%setup -q
|
|
%setup -q
|
|
-%patch1 -p1
|
|
+%patch0 -p1
|
|
|
|
|
|
%build
|
|
%build
|
|
%configure
|
|
%configure
|
|
@@ -43,12 +43,16 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
%files
|
|
%files
|
|
%defattr(-,root,root)
|
|
%defattr(-,root,root)
|
|
-%doc COPYING README TODO BUGS ChangeLog
|
|
+%doc COPYING README TODO ChangeLog
|
|
%{_prefix}/bin/ltrace
|
|
%{_prefix}/bin/ltrace
|
|
%{_mandir}/man1/ltrace.1*
|
|
%{_mandir}/man1/ltrace.1*
|
|
|
|
+%{_mandir}/man5/ltrace.conf.5*
|
|
%config /etc/ltrace.conf
|
|
%config /etc/ltrace.conf
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Thu Jul 17 2014 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.7.3-1
|
|
|
|
+- new upstream release
|
|
|
|
+
|
|
* Sat May 14 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.5.3-1
|
|
* Sat May 14 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.5.3-1
|
|
- initial build for vine
|
|
- initial build for vine
|
|
- add binutils-devel to BR
|
|
- add binutils-devel to BR
|
|
@@ -130,7 +134,7 @@ rm -rf $RPM_BUILD_ROOT
|
|
* Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com>
|
|
* Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com>
|
|
- Bump release + rebuild.
|
|
- Bump release + rebuild.
|
|
|
|
|
|
-* Thu Aug 2 2000 Tim Waugh <twaugh@redhat.com>
|
|
+* Wed Aug 2 2000 Tim Waugh <twaugh@redhat.com>
|
|
- fix off-by-one problem in checking syscall number
|
|
- fix off-by-one problem in checking syscall number
|
|
|
|
|
|
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
|
|
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
|