File spawn-fcgi.spec of Package spawn-fcgi
#
# spec file for package spawn-fcgi (Version 1.6.2)
#
# Copyright (c) 2009 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/
#
# norootforbuild
Name: spawn-fcgi
Version: 1.6.2
Release: 1
%define pkg_version %{version}
#
Group: Productivity/Networking/Web/Servers
License: BSD 3-Clause
#
BuildRoot: %{_tmppath}/%{name}-%{version}-build
#
Url: http://redmine.lighttpd.net/projects/spawn-fcgi/
Source: http://www.lighttpd.net/download/spawn-fcgi-%{pkg_version}.tar.bz2
#
Summary: Spawn FastCGI applications independent of the webserver
%description
spawn-fcgi is used to spawn FastCGI applications independent of the
webserver.
Authors:
--------
Jan Kneschke <jan@kneschke.de>
Stefan Buehler <stbuehler@lighttpd.net>
%prep
%setup
%build
%configure
make
%install
make install DESTDIR=%{buildroot}
%clean
%{__rm} -rf %{buildroot}
%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING NEWS README
%{_bindir}/spawn-fcgi
%{_mandir}/man1/spawn-fcgi.1*
%changelog
* Mon Apr 20 2009 mrueckert@suse.de
- update to version 1.6.2
- Add IPv6 support
- Fix problems with usernames starting with a digit and
non-existing uids; add warning if only user priveleges are
dropped. (fixes #1959)
- List IPv6 as feature after the version if it is supported
* Tue Mar 31 2009 mrueckert@suse.de
- update to version 1.6.1
- Add build date to show-version
- Added options to chown/chmod the socket and to create the
socket
- before chroot() (fixes #1906)
- Updated man page
- Add proper SUID bit detection
- Added option to change the directory before spawning
(fixes #1847)
* Mon Mar 09 2009 mrueckert@suse.de
- update to version 1.6.0
- Man page update
- Use header include order from 1.4.x
- Fix segfault due to uninitialized var
* Thu Feb 26 2009 mrueckert@suse.de
- initial package of 1.6.0.rc1