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:
parent
975f64dbb1
commit
0d6caeea5c
@ -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
|
Fri Sep 28 09:57:40 UTC 2012 - fcrozat@suse.com
|
||||||
|
|
||||||
|
@ -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
|
%define soname 10
|
||||||
|
|
||||||
Name: libmicrohttpd
|
Name: libmicrohttpd
|
||||||
Version: 0.9.22
|
Version: 0.9.22
|
||||||
Release: 1
|
Release: 0
|
||||||
License: LGPL-2.1+
|
|
||||||
Group: Productivity/Networking/Web/Servers
|
|
||||||
Url: http://gnunet.org/libmicrohttpd/
|
Url: http://gnunet.org/libmicrohttpd/
|
||||||
Source: http://ftpmirror.gnu.org/libmicrohttpd/%{name}-%{version}.tar.gz
|
Source: http://ftpmirror.gnu.org/libmicrohttpd/%{name}-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -21,6 +38,8 @@ BuildRequires: pkgconfig
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Summary: Small Embeddable HTTP Server Library
|
Summary: Small Embeddable HTTP Server Library
|
||||||
|
License: LGPL-2.1+
|
||||||
|
Group: Productivity/Networking/Web/Servers
|
||||||
|
|
||||||
%description
|
%description
|
||||||
GNU libmicrohttpd is a small C library that is supposed to make it easy to run
|
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}
|
%package -n %{name}%{soname}
|
||||||
|
|
||||||
Group: System/Libraries
|
|
||||||
Summary: Small Embeddable HTTP Server Library
|
Summary: Small Embeddable HTTP Server Library
|
||||||
|
Group: System/Libraries
|
||||||
|
|
||||||
%description -n %{name}%{soname}
|
%description -n %{name}%{soname}
|
||||||
GNU libmicrohttpd is a small C library that is supposed to make it easy to run
|
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.
|
application, check it out.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
License: LGPL-2.1+
|
|
||||||
Group: Development/Libraries/C and C++
|
|
||||||
Requires: %{name}%{soname} = %{version}
|
Requires: %{name}%{soname} = %{version}
|
||||||
PreReq: info
|
PreReq: info
|
||||||
Summary: Small Embeddable HTTP Server Library
|
Summary: Small Embeddable HTTP Server Library
|
||||||
|
Group: Development/Libraries/C and C++
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
GNU libmicrohttpd is a small C library that is supposed to make it easy to run
|
GNU libmicrohttpd is a small C library that is supposed to make it easy to run
|
||||||
|
Loading…
Reference in New Issue
Block a user