- update to 0.5.31
- set License:
This commit is contained in:
parent
5cdd8b1834
commit
ebd399380b
@ -1 +1 @@
|
|||||||
nginx-0.5.30.tar.gz
|
nginx-0.5.31.tar.gz
|
||||||
|
19
nginx.spec
19
nginx.spec
@ -7,19 +7,14 @@
|
|||||||
%define nginx_datadir %{_datadir}/nginx
|
%define nginx_datadir %{_datadir}/nginx
|
||||||
|
|
||||||
Name: nginx
|
Name: nginx
|
||||||
Version: 0.5.30
|
Version: 0.5.31
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Robust, small and high performance http and reverse proxy server
|
Summary: Robust, small and high performance http and reverse proxy server
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
|
|
||||||
# The license appears to be equivalent to the New BSD License
|
# BSD 2 clause license
|
||||||
# (http://www.opensource.org/licenses/bsd-license.php) without the 3rd
|
# http://www.freebsd.org/copyright/freebsd-license.html
|
||||||
# clause. Which according to OSI makes it functionally equivalent to
|
License: BSD
|
||||||
# the MIT license. The documentation on the nginx wiki
|
|
||||||
# (http://wiki.codemongers.com/Nginx) says :
|
|
||||||
#
|
|
||||||
# "The sources are licensed under a BSD-like license"
|
|
||||||
License: BSD-like
|
|
||||||
URL: http://nginx.net/
|
URL: http://nginx.net/
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
@ -152,6 +147,10 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 17 2007 Jeremy Hinegardner <jeremy@hinegardner.org> - 0.5.31-1
|
||||||
|
- Update to 0.5.31
|
||||||
|
- specify license is BSD
|
||||||
|
|
||||||
* Sat Aug 11 2007 Jeremy Hinegardner <jeremy@hinegardner.org> - 0.5.30-2
|
* Sat Aug 11 2007 Jeremy Hinegardner <jeremy@hinegardner.org> - 0.5.30-2
|
||||||
- Add BuildRequires: perl-devel - fixing rawhide build
|
- Add BuildRequires: perl-devel - fixing rawhide build
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user