Rebased to 0.7.0 (#754610)
Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
This commit is contained in:
parent
949dacab66
commit
6b8956340f
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
|||||||
/libqb-0.5.0.tar.gz
|
/libqb-0.5.0.tar.gz
|
||||||
/libqb-0.5.1.tar.gz
|
/libqb-0.5.1.tar.gz
|
||||||
/libqb-0.6.0.tar.gz
|
/libqb-0.6.0.tar.gz
|
||||||
|
/libqb-0.7.0.tar.gz
|
||||||
|
11
libqb.spec
11
libqb.spec
@ -1,6 +1,6 @@
|
|||||||
Name: libqb
|
Name: libqb
|
||||||
Version: 0.6.0
|
Version: 0.7.0
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: An IPC library for high performance servers
|
Summary: An IPC library for high performance servers
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -9,8 +9,6 @@ URL: http://www.libqb.org
|
|||||||
Source0: https://fedorahosted.org/releases/q/u/quarterback/%{name}-%{version}.tar.gz
|
Source0: https://fedorahosted.org/releases/q/u/quarterback/%{name}-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
Patch1: 0001-LOG-fix-the-default-syslog-filter.patch
|
|
||||||
|
|
||||||
BuildRequires: libtool doxygen procps check-devel
|
BuildRequires: libtool doxygen procps check-devel
|
||||||
|
|
||||||
#Requires: <nothing>
|
#Requires: <nothing>
|
||||||
@ -22,8 +20,6 @@ Initially these are IPC and poll.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%patch1 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static
|
%configure --disable-static
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
@ -67,6 +63,9 @@ developing applications that use %{name}.
|
|||||||
%{_mandir}/man3/qb*3*
|
%{_mandir}/man3/qb*3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Nov 17 2011 Angus Salkeld <asalkeld@redhat.com> - 0.7.0-1
|
||||||
|
- Rebased to 0.7.0 (#754610)
|
||||||
|
|
||||||
* Thu Sep 1 2011 Angus Salkeld <asalkeld@redhat.com> - 0.6.0-2
|
* Thu Sep 1 2011 Angus Salkeld <asalkeld@redhat.com> - 0.6.0-2
|
||||||
- LOG: fix the default syslog filter
|
- LOG: fix the default syslog filter
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user