rpms/latrace/devel import.log, NONE, 1.1 latrace.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Jiri Olsa jolsa at fedoraproject.org
Thu Aug 6 08:35:25 UTC 2009


Author: jolsa

Update of /cvs/extras/rpms/latrace/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9023/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log latrace.spec 
Log Message:
import



--- NEW FILE import.log ---
latrace-0_5_6-1_fc11:HEAD:latrace-0.5.6-1.fc11.src.rpm:1249547703


--- NEW FILE latrace.spec ---
Name:           latrace
Version:        0.5.6
Release:        1%{?dist}
Summary:        LD_AUDIT feature frontend for glibc 2.4+
Group:          Development/Debuggers
License:        GPLv3+
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
URL:            http://latrace.sourceforge.net/
Source:         http://downloads.sourceforge.net/latrace/%{name}-%{version}.tar.bz2
ExclusiveArch:  %{ix86} x86_64 arm
BuildRequires:  autoconf bison asciidoc xmlto

%description
allows you to trace library calls and get their statistics in a
manner similar to the strace utility (syscall tracing)

%prep
%setup -q

%build
autoconf
%configure
make V=1

%install
rm -rf %{buildroot}
make install ROOTDIR=%{buildroot} V=1

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc README ReleaseNotes TODO COPYING
%config(noreplace)  %{_sysconfdir}/*
%{_libdir}/libltaudit.so.%{version}
%{_bindir}/latrace
%{_mandir}/man1/*

%changelog
* Sun Jul 05 2009 Jiri Olsa <olsajiri at gmail.com> 0.5.6-1
- updates based on the Fedora review comments

* Thu Jul 02 2009 Jiri Olsa <olsajiri at gmail.com> 0.5.5-2
- minor updates based on the Fedora review comments

* Sat Jun 13 2009 Jiri Olsa <olsajiri at gmail.com> 0.5.5-1
- initial spec file


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/latrace/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	16 Jul 2009 05:34:39 -0000	1.1
+++ .cvsignore	6 Aug 2009 08:35:25 -0000	1.2
@@ -0,0 +1 @@
+latrace-0.5.6.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/latrace/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	16 Jul 2009 05:34:39 -0000	1.1
+++ sources	6 Aug 2009 08:35:25 -0000	1.2
@@ -0,0 +1 @@
+c47ba7e6461b3101e0c170c37320b5c7  latrace-0.5.6.tar.bz2




More information about the fedora-extras-commits mailing list