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
This commit is contained in:
Ismail Dönmez 2012-10-03 09:47:01 +00:00 committed by Git OBS Bridge
parent 975f64dbb1
commit 0d6caeea5c
2 changed files with 29 additions and 6 deletions

View File

@ -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

View File

@ -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