File spawn-fcgi.spec of Package spawn-fcgi
#
# spec file for package spawn-fcgi
#
# Copyright (c) 2012 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
# 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/
#
Name: spawn-fcgi
Version: 1.6.7~snap_20250301_194725_ga82da4
Release: 0
Summary: Spawn FastCGI applications independent of the webserver
License: BSD-3-Clause
Group: Productivity/Networking/Web/Servers
#
%define pkg_name %{name}
%define pkg_version 1.6.7
%define tarball_version 1.6.7~snap-20250301-194725-ga82da4
#
BuildRoot: %{_tmppath}/%{name}-%{version}-build
#
Url: https://redmine.lighttpd.net/projects/spawn-fcgi/
Source: %{name}_%{tarball_version}.orig.tar.xz
#
BuildRequires: meson
%description
spawn-fcgi is used to spawn FastCGI applications independent of the webserver.
Authors:
---------
Jan Kneschke
Stefan Buehler
%prep
%autosetup -n %{pkg_name}-%{pkg_version}
%build
%meson
%meson_build
%install
%meson_install
%check
%meson_test
%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING NEWS README.md
%{_bindir}/spawn-fcgi
%{_mandir}/man1/spawn-fcgi.1*
%changelog