From 32f024ffdd5bad9e78ea2a1e80228cd46ba911aacb18894eb0ec28a2c6e1e902 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Wed, 3 Oct 2012 09:47:01 +0000 Subject: [PATCH] Accepting request 136833 from home:fcrozat:branches:devel:libraries:c_c++ - Add copyright header to specfile. OBS-URL: https://build.opensuse.org/request/show/136833 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libmicrohttpd?expand=0&rev=17 --- libmicrohttpd.changes | 5 +++++ libmicrohttpd.spec | 30 ++++++++++++++++++++++++------ 2 files changed, 29 insertions(+), 6 deletions(-) diff --git a/libmicrohttpd.changes b/libmicrohttpd.changes index 8be8ed6..b4492c0 100644 --- a/libmicrohttpd.changes +++ b/libmicrohttpd.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Oct 3 11:33:35 CEST 2012 - fcrozat@suse.com + +- Add copyright header to specfile. + ------------------------------------------------------------------- Fri Sep 28 09:57:40 UTC 2012 - fcrozat@suse.com diff --git a/libmicrohttpd.spec b/libmicrohttpd.spec index 83b46af..c184318 100644 --- a/libmicrohttpd.spec +++ b/libmicrohttpd.spec @@ -1,10 +1,27 @@ +# +# spec file for package libmicrohttpd +# +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2010,2011,2012 Stephan Kleine +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# + + %define soname 10 Name: libmicrohttpd Version: 0.9.22 -Release: 1 -License: LGPL-2.1+ -Group: Productivity/Networking/Web/Servers +Release: 0 Url: http://gnunet.org/libmicrohttpd/ Source: http://ftpmirror.gnu.org/libmicrohttpd/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -21,6 +38,8 @@ BuildRequires: pkgconfig %endif Summary: Small Embeddable HTTP Server Library +License: LGPL-2.1+ +Group: Productivity/Networking/Web/Servers %description GNU libmicrohttpd is a small C library that is supposed to make it easy to run @@ -50,8 +69,8 @@ application, check it out. %package -n %{name}%{soname} -Group: System/Libraries Summary: Small Embeddable HTTP Server Library +Group: System/Libraries %description -n %{name}%{soname} GNU libmicrohttpd is a small C library that is supposed to make it easy to run @@ -80,11 +99,10 @@ if you want to be able to serve simple WWW pages from within your C or C++ application, check it out. %package devel -License: LGPL-2.1+ -Group: Development/Libraries/C and C++ Requires: %{name}%{soname} = %{version} PreReq: info Summary: Small Embeddable HTTP Server Library +Group: Development/Libraries/C and C++ %description devel GNU libmicrohttpd is a small C library that is supposed to make it easy to run