2013-01-17 22:19:42 +00:00
|
|
|
Name: babeltrace
|
2014-03-28 05:36:21 +00:00
|
|
|
Version: 1.2.1
|
2014-08-15 22:07:25 +00:00
|
|
|
Release: 3%{?dist}
|
2013-01-17 22:19:42 +00:00
|
|
|
License: MIT and GPLv2
|
|
|
|
URL: http://www.efficios.com/babeltrace
|
|
|
|
Source0: http://www.efficios.com/files/%{name}/%{name}-%{version}.tar.bz2
|
|
|
|
Group: Development/Tools
|
|
|
|
Summary: Trace Viewer and Converter, mainly for the Common Trace Format
|
|
|
|
BuildRequires: pkgconfig bison flex glib2-devel popt-devel libuuid-devel libtool
|
|
|
|
Requires: lib%{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
%description
|
|
|
|
This project provides trace read and write libraries, as well as a trace
|
|
|
|
converter. A plugin can be created for any trace format to allow its conversion
|
|
|
|
to/from another trace format.
|
|
|
|
|
|
|
|
The main format expected to be converted to/from is the Common Trace
|
|
|
|
Format (CTF). See http://www.efficios.com/ctf.
|
|
|
|
|
|
|
|
|
|
|
|
%package -n lib%{name}
|
|
|
|
Summary: Common Trace Format Babel Tower
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
|
|
|
%description -n lib%{name}
|
|
|
|
This project provides trace read and write libraries, as well as a trace
|
|
|
|
converter. A plugin can be created for any trace format to allow its conversion
|
|
|
|
to/from another trace format.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package -n lib%{name}-devel
|
|
|
|
Summary: Common Trace Format Babel Tower
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: lib%{name}%{?_isa} = %{version}-%{release} glib2-devel
|
|
|
|
|
|
|
|
%description -n lib%{name}-devel
|
|
|
|
This project provides trace read and write libraries, as well as a trace
|
|
|
|
converter. A plugin can be created for any trace format to allow its conversion
|
|
|
|
to/from another trace format.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n %{name}-%{version}
|
|
|
|
|
|
|
|
%build
|
|
|
|
#Re-run libtoolize and autoreconf to remove rpath
|
|
|
|
libtoolize --force --copy
|
|
|
|
autoreconf -v --install --force
|
2013-08-05 20:42:27 +00:00
|
|
|
%configure --disable-static
|
2013-01-17 22:19:42 +00:00
|
|
|
|
|
|
|
make %{?_smp_mflags} V=1
|
|
|
|
|
|
|
|
%check
|
|
|
|
make check
|
|
|
|
|
|
|
|
%install
|
|
|
|
make DESTDIR=%{buildroot} install
|
|
|
|
rm -vf %{buildroot}%{_libdir}/*.la
|
|
|
|
|
|
|
|
%post -n lib%{name} -p /sbin/ldconfig
|
|
|
|
%postun -n lib%{name} -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files
|
|
|
|
%{_bindir}/%{name}*
|
|
|
|
%doc ChangeLog LICENSE gpl-2.0.txt mit-license.txt
|
|
|
|
|
|
|
|
%{_mandir}/man1/*.1*
|
|
|
|
|
|
|
|
%files -n lib%{name}
|
|
|
|
%{_libdir}/*.so.*
|
|
|
|
%doc ChangeLog LICENSE gpl-2.0.txt mit-license.txt
|
|
|
|
|
|
|
|
%files -n lib%{name}-devel
|
|
|
|
%{_prefix}/include/*
|
|
|
|
%{_libdir}/*.so
|
2013-02-26 22:29:01 +00:00
|
|
|
%{_libdir}/pkgconfig/babeltrace.pc
|
2014-03-02 02:23:16 +00:00
|
|
|
%{_libdir}/pkgconfig/babeltrace-ctf.pc
|
2013-01-17 22:19:42 +00:00
|
|
|
|
|
|
|
%changelog
|
2014-08-15 22:07:25 +00:00
|
|
|
* Fri Aug 15 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.1-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-06-07 02:27:23 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-03-28 05:36:21 +00:00
|
|
|
* Thu Mar 27 2014 Yannick Brosseau <yannick.brosseau@gmail.com> - 1.2.1-1
|
|
|
|
- New upstream release
|
|
|
|
|
2014-03-02 02:23:16 +00:00
|
|
|
* Sat Mar 01 2014 Suchakra Sharma <suchakra@fedoraproject.org> - 1.2.0-1
|
|
|
|
- New upstream release
|
|
|
|
- Popt patch for babeltrace.pc.in removed. Its fixed in Fedora now
|
|
|
|
- Add new file (babeltrace-ctf.pc)
|
|
|
|
|
2013-08-05 20:42:27 +00:00
|
|
|
* Mon Aug 05 2013 Yannick Brosseau <yannick.brosseau@gmail.com> - 1.1.1-3
|
|
|
|
- Remove reference to versionned docdir (#992011)
|
|
|
|
|
2013-08-03 02:57:41 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-07-22 18:43:00 +00:00
|
|
|
* Mon Jul 22 2013 Yannick Brosseau <yannick.brosseau@gmail.com> - 1.1.1-1
|
|
|
|
- New upstream bugfix release
|
|
|
|
|
2013-05-28 19:09:20 +00:00
|
|
|
* Tue May 28 2013 Yannick Brosseau <yannick.brosseau@gmail.com> - 1.1.0-1
|
|
|
|
- New upstream release
|
|
|
|
- Patch babeltrace.pc to not depends on popt.pc, as it does not exist in Fedora
|
|
|
|
|
2013-02-26 22:29:01 +00:00
|
|
|
* Tue Feb 26 2013 Yannick Brosseau <yannick.brosseau@gmail.com> - 1.0.3-1
|
|
|
|
- New upstream release
|
|
|
|
- Add pkg-config file to devel package (#913895)
|
|
|
|
|
2013-02-13 17:32:38 +00:00
|
|
|
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2013-01-18 05:56:12 +00:00
|
|
|
* Fri Jan 18 2013 Yannick Brosseau <yannick.brosseau@gmail.com> - 1.0.2-1
|
|
|
|
- New upstream release
|
|
|
|
|
2013-01-17 22:19:42 +00:00
|
|
|
* Tue Jan 15 2013 Yannick Brosseau <yannick.brosseau@gmail.com> - 1.0.0-3
|
|
|
|
- Change documentation directory to proper versionned one.
|
|
|
|
|
|
|
|
* Mon Jan 14 2013 Yannick Brosseau <yannick.brosseau@gmail.com> - 1.0.0-2
|
|
|
|
- Use autoreconf rpath fix because the sed one was breaking the make check
|
|
|
|
- Use correct tar file version
|
|
|
|
- Package documentations in the right packages
|
|
|
|
|
|
|
|
* Mon Oct 29 2012 Yannick Brosseau <yannick.brosseau@gmail.com> - 1.0.0-1
|
|
|
|
- New upstream release
|
|
|
|
|
|
|
|
* Tue Oct 02 2012 Yannick Brosseau <yannick.brosseau@gmail.com> - 1.0.0-0.1.rc5
|
|
|
|
- New upstream release candidate
|
|
|
|
* Thu Jul 05 2012 Yannick Brosseau <yannick.brosseau@gmail.com> - 1.0.0-0.1.rc4
|
|
|
|
- New package, inspired by the one from OpenSuse
|
|
|
|
|