New upstream release
- Popt patch for babeltrace.pc.in removed. Its fixed in Fedora now - Add new file (babeltrace-ctf.pc)
This commit is contained in:
parent
7194ec5bc4
commit
19ae6e2910
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
|||||||
/babeltrace-1.0.3.tar.bz2
|
/babeltrace-1.0.3.tar.bz2
|
||||||
/babeltrace-1.1.0.tar.bz2
|
/babeltrace-1.1.0.tar.bz2
|
||||||
/babeltrace-1.1.1.tar.bz2
|
/babeltrace-1.1.1.tar.bz2
|
||||||
|
/babeltrace-1.2.0.tar.bz2
|
||||||
|
@ -1,12 +0,0 @@
|
|||||||
diff -up babeltrace-1.1.0/babeltrace.pc.in.orig babeltrace-1.1.0/babeltrace.pc.in
|
|
||||||
--- babeltrace-1.1.0/babeltrace.pc.in.orig 2013-05-28 15:13:42.257000000 -0400
|
|
||||||
+++ babeltrace-1.1.0/babeltrace.pc.in 2013-05-28 15:13:49.529000000 -0400
|
|
||||||
@@ -8,7 +8,7 @@ Description: libbabeltrace provides a re
|
|
||||||
Common Trace Format (CTF).
|
|
||||||
Version: @PACKAGE_VERSION@
|
|
||||||
Requires:
|
|
||||||
-Requires.private: uuid popt
|
|
||||||
+Requires.private: uuid
|
|
||||||
Libs: -L${libdir} -lbabeltrace -lbabeltrace-ctf
|
|
||||||
Cflags: -I${includedir}
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
|||||||
Name: babeltrace
|
Name: babeltrace
|
||||||
Version: 1.1.1
|
Version: 1.2.0
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
License: MIT and GPLv2
|
License: MIT and GPLv2
|
||||||
URL: http://www.efficios.com/babeltrace
|
URL: http://www.efficios.com/babeltrace
|
||||||
Source0: http://www.efficios.com/files/%{name}/%{name}-%{version}.tar.bz2
|
Source0: http://www.efficios.com/files/%{name}/%{name}-%{version}.tar.bz2
|
||||||
@ -8,8 +8,6 @@ Group: Development/Tools
|
|||||||
Summary: Trace Viewer and Converter, mainly for the Common Trace Format
|
Summary: Trace Viewer and Converter, mainly for the Common Trace Format
|
||||||
BuildRequires: pkgconfig bison flex glib2-devel popt-devel libuuid-devel libtool
|
BuildRequires: pkgconfig bison flex glib2-devel popt-devel libuuid-devel libtool
|
||||||
Requires: lib%{name}%{?_isa} = %{version}-%{release}
|
Requires: lib%{name}%{?_isa} = %{version}-%{release}
|
||||||
# The fedora popt package does not include the pkg-config file
|
|
||||||
Patch0: babeltrace-1.1.0-nopoptpc.patch
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This project provides trace read and write libraries, as well as a trace
|
This project provides trace read and write libraries, as well as a trace
|
||||||
@ -44,7 +42,6 @@ to/from another trace format.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{version}
|
%setup -q -n %{name}-%{version}
|
||||||
%patch0 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
#Re-run libtoolize and autoreconf to remove rpath
|
#Re-run libtoolize and autoreconf to remove rpath
|
||||||
@ -78,8 +75,14 @@ rm -vf %{buildroot}%{_libdir}/*.la
|
|||||||
%{_prefix}/include/*
|
%{_prefix}/include/*
|
||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
%{_libdir}/pkgconfig/babeltrace.pc
|
%{_libdir}/pkgconfig/babeltrace.pc
|
||||||
|
%{_libdir}/pkgconfig/babeltrace-ctf.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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)
|
||||||
|
|
||||||
* Mon Aug 05 2013 Yannick Brosseau <yannick.brosseau@gmail.com> - 1.1.1-3
|
* Mon Aug 05 2013 Yannick Brosseau <yannick.brosseau@gmail.com> - 1.1.1-3
|
||||||
- Remove reference to versionned docdir (#992011)
|
- Remove reference to versionned docdir (#992011)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user