update to latest upstream 1.1.11
This commit is contained in:
parent
b1401b6232
commit
5f4670c4c2
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
libservicelog-1.1.9.tar.gz
|
||||
/libservicelog-1.1.11.tar.gz
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Name: libservicelog
|
||||
Version: 1.1.9
|
||||
Release: 5%{?dist}
|
||||
Version: 1.1.11
|
||||
Release: 1%{?dist}
|
||||
Summary: Servicelog Database and Library
|
||||
|
||||
Group: System Environment/Libraries
|
||||
@ -20,11 +20,8 @@ ExclusiveArch: ppc ppc64
|
||||
# Don't use non existin group during install
|
||||
Patch0: libservicelog-1.1.9-install.patch
|
||||
|
||||
# Added missing include
|
||||
Patch1: libservicelog-1.1.9-include.patch
|
||||
|
||||
# Link with needed libraries
|
||||
Patch2: libservicelog-1.1.9-libs.patch
|
||||
Patch1: libservicelog-1.1.9-libs.patch
|
||||
|
||||
%description
|
||||
The libservicelog package contains a library to create and maintain a
|
||||
@ -44,10 +41,9 @@ Contains header files for building with libservicelog.
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-1.1
|
||||
%setup -q
|
||||
%patch0 -p1 -b .install
|
||||
%patch1 -p1 -b .include
|
||||
%patch2 -p1 -b .libs
|
||||
%patch1 -p1 -b .libs
|
||||
|
||||
%build
|
||||
autoreconf -fiv
|
||||
@ -87,6 +83,9 @@ getent group service >/dev/null || /usr/sbin/groupadd service
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Aug 08 2011 Jiri Skala <jskala@redhat.com> - 1.1.11-1
|
||||
- update to latest upstream 1.1.11
|
||||
|
||||
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.9-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user