Accepting request 214199 from devel:libraries:c_c++

- version update to 1.1.14 (FATE#315456) 
  include servicelog.db and bootstrap.sh file into compression file 
  list
- Prereq: groupadd for %post

OBS-URL: https://build.opensuse.org/request/show/214199
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libservicelog?expand=0&rev=22
This commit is contained in:
Stephan Kulow 2014-01-20 19:42:57 +00:00 committed by Git OBS Bridge
commit 95c0c95b46
4 changed files with 15 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2d0760df056698df1070595811507b9e1dc4819b5bf011e4a658c90c50252cbf
size 299436

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c0c750363efc4279fad14f5b3d344689ea369ab639382a9c7bd47000b5e60287
size 392906

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Jan 17 10:31:57 UTC 2014 - jloeser@suse.com
- version update to 1.1.14 (FATE#315456)
include servicelog.db and bootstrap.sh file into compression file
list
- Prereq: groupadd for %post
-------------------------------------------------------------------
Tue Dec 10 19:07:21 UTC 2013 - dvaleev@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package libservicelog
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -19,7 +19,7 @@
%define so_version 1
Name: libservicelog
Version: 1.1.13
Version: 1.1.14
Release: 0
Summary: Servicelog Database and Library
License: LGPL-2.0+
@ -34,9 +34,10 @@ BuildRequires: sqlite3-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Url: http://linux-diag.sourceforge.net/servicelog/
ExclusiveArch: ppc ppc64 ppc64le
Source0: http://downloads.sourceforge.net/linux-diag/%{name}-%{version}.tar.bz2
Source0: http://downloads.sourceforge.net/linux-diag/%{name}-%{version}.tar.gz
Source1: baselibs.conf
Source2: libservicelog-rpmlintrc
PreReq: %{_sbindir}/groupadd
Patch0: libservicelog-pkgconfig.patch
Patch1: libservicelog-lib_version.patch
Patch2: libservicelog-printf_types.patch
@ -78,8 +79,6 @@ Contains header files for building with libservicelog.
%patch2 -p1
%build
#workaround for missing servicelog.db file in upstream tarball
touch servicelog.db
autoreconf -fiv
%configure --with-pic --disable-static
make %{?_smp_mflags}