From 86007327f1e14468fd26437a373f911e6dc38ce9bc7b26764ebaf43413fba7ef Mon Sep 17 00:00:00 2001 From: Christian Wittmer Date: Tue, 10 Feb 2015 13:54:18 +0000 Subject: [PATCH] Accepting request 285110 from home:computersalat:devel:libs fix header OBS-URL: https://build.opensuse.org/request/show/285110 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libguess?expand=0&rev=7 --- libguess.changes | 6 ++++++ libguess.spec | 12 +++++++----- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/libguess.changes b/libguess.changes index 5667f10..ffc7733 100644 --- a/libguess.changes +++ b/libguess.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Feb 10 13:40:57 UTC 2015 - chris@computersalat.de + +- readd deleted Copyright +- fix header + ------------------------------------------------------------------- Mon Feb 9 13:20:33 UTC 2015 - sor.alexei@meowr.ru diff --git a/libguess.spec b/libguess.spec index a7a19b0..7d4ce59 100644 --- a/libguess.spec +++ b/libguess.spec @@ -1,7 +1,8 @@ # # spec file for package libguess # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 Scorpio IT, Deidesheim, Germany # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,19 +17,20 @@ # -%define libsoname %{name}1 Name: libguess -Version: 1.2 -Release: 0 +%define libsoname %{name}1 + Summary: A high-speed character set detection library License: BSD-3-Clause Group: System/Libraries +Version: 1.2 +Release: 0 Url: https://github.com/kaniini/libguess Source: http://rabbit.dereferenced.org/~nenolod/distfiles/%{name}-%{version}.tar.bz2 Source1: baselibs.conf +BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: libmowgli2-devel >= 2.0.0 BuildRequires: pkg-config -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description libguess employs discrete-finite automata to deduce the character