[xorg-x11-util-macros] util-macros 1.11
by Peter Hutterer
commit 1556884964d5f1bfb1b58a28890d62fc15e9ff78
Author: Peter Hutterer <peter.hutterer(a)who-t.net>
Date: Mon Nov 1 07:39:42 2010 +1000
util-macros 1.11
.gitignore | 1 +
sources | 2 +-
xorg-x11-util-macros.spec | 5 ++++-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f999c40..7cf9222 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
util-macros-1.10.0.tar.bz2
+/util-macros-1.11.0.tar.bz2
diff --git a/sources b/sources
index 6d429bd..b7fc009 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-533b86bfdafadbde12c654e2f0144679 util-macros-1.10.0.tar.bz2
+22d5cdff672450cb6902e0d68c200dcb util-macros-1.11.0.tar.bz2
diff --git a/xorg-x11-util-macros.spec b/xorg-x11-util-macros.spec
index 4d7c981..f44906b 100644
--- a/xorg-x11-util-macros.spec
+++ b/xorg-x11-util-macros.spec
@@ -3,7 +3,7 @@
Summary: X.Org X11 Autotools macros
Name: xorg-x11-util-macros
-Version: 1.10.0
+Version: 1.11.0
Release: 2%{?dist}
License: MIT
Group: Development/System
@@ -34,6 +34,9 @@ rm -f $RPM_BUILD_ROOT%{_datadir}/util-macros/INSTALL
%{_datadir}/pkgconfig/xorg-macros.pc
%changelog
+* Mon Nov 01 2010 Peter Hutterer <peter.hutterer(a)redhat.com> 1.11.0-2
+- util-macros 1.11
+
* Tue Jul 20 2010 Peter Hutterer <peter.hutterer(a)redhat.com> 1.10.0-2
- Spec file cleanup. Patch from Parag An. (#226646)
12Â years, 5Â months
[nginx/el6/master] update to new stable 0.8.53
by jjh
commit 1a206b4098e96e0826624117a412e7be3a9b1dc8
Author: Jeremy Hinegardner <jeremy(a)hinegardner.org>
Date: Sun Oct 31 15:38:10 2010 -0600
update to new stable 0.8.53
.gitignore | 8 +++++++-
nginx.spec | 21 +++++++++++++++++++--
sources | 2 +-
3 files changed, 27 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0e58ef7..933f040 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,7 @@
-nginx-0.7.67.tar.gz
+nginx-0.8.53.tar.gz
+*~
+nginx*/
+x86_64/
+.*.log
+*swp
+*.rpm
diff --git a/nginx.spec b/nginx.spec
index d739a51..9a1d8ab 100644
--- a/nginx.spec
+++ b/nginx.spec
@@ -8,7 +8,7 @@
%define nginx_webroot %{nginx_datadir}/html
Name: nginx
-Version: 0.7.67
+Version: 0.8.53
Release: 1%{?dist}
Summary: Robust, small and high performance HTTP and reverse proxy server
Group: System Environment/Daemons
@@ -20,7 +20,8 @@ URL: http://nginx.net/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: pcre-devel,zlib-devel,openssl-devel,perl-devel,perl(ExtUtils::Embed)
-Requires: pcre,openssl
+BuildRequires: libxslt-devel,GeoIP-devel,gd-devel
+Requires: pcre,openssl,GeoIP,gd
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
# for /usr/sbin/useradd
Requires(pre): shadow-utils
@@ -28,6 +29,7 @@ Requires(post): chkconfig
# for /sbin/service
Requires(preun): chkconfig, initscripts
Requires(postun): initscripts
+Provides: webserver
Source0: http://sysoev.ru/nginx/nginx-%{version}.tar.gz
Source1: %{name}.init
@@ -73,22 +75,30 @@ export DESTDIR=%{buildroot}
--http-client-body-temp-path=%{nginx_home_tmp}/client_body \
--http-proxy-temp-path=%{nginx_home_tmp}/proxy \
--http-fastcgi-temp-path=%{nginx_home_tmp}/fastcgi \
+ --http-uwsgi-temp-path=%{nginx_home_tmp}/uwsgi \
+ --http-scgi-temp-path=%{nginx_home_tmp}/scgi \
--pid-path=%{_localstatedir}/run/%{name}.pid \
--lock-path=%{_localstatedir}/lock/subsys/%{name} \
--with-http_ssl_module \
--with-http_realip_module \
--with-http_addition_module \
+ --with-http_xslt_module \
+ --with-http_image_filter_module \
+ --with-http_geoip_module \
--with-http_sub_module \
--with-http_dav_module \
--with-http_flv_module \
--with-http_gzip_static_module \
--with-http_random_index_module \
--with-http_secure_link_module \
+ --with-http_degradation_module \
--with-http_stub_status_module \
--with-http_perl_module \
--with-mail \
+ --with-file-aio \
--with-mail_ssl_module \
--with-ipv6 \
+ --with-cc-opt="%{optflags} $(pcre-config --cflags)" \
--with-cc-opt="%{optflags} $(pcre-config --cflags)"
make %{?_smp_mflags}
@@ -162,6 +172,10 @@ fi
%config(noreplace) %{nginx_confdir}/fastcgi.conf.default
%config(noreplace) %{nginx_confdir}/fastcgi_params
%config(noreplace) %{nginx_confdir}/fastcgi_params.default
+%config(noreplace) %{nginx_confdir}/scgi_params
+%config(noreplace) %{nginx_confdir}/scgi_params.default
+%config(noreplace) %{nginx_confdir}/uwsgi_params
+%config(noreplace) %{nginx_confdir}/uwsgi_params.default
%config(noreplace) %{nginx_confdir}/koi-win
%config(noreplace) %{nginx_confdir}/koi-utf
%config(noreplace) %{nginx_confdir}/%{name}.conf
@@ -176,6 +190,9 @@ fi
%changelog
+* Sun Oct 31 2010 Jeremy Hinegardner <jeremy at hinegardner dot org> - 0.8.53-1
+- Update to new stable 0.8.53
+
* Sun Jun 20 2010 Jeremy Hinegardner <jeremy at hinegardner dot org> - 0.7.67-1
- Update to new stable 0.7.67
- fix bugzilla #591543
diff --git a/sources b/sources
index 5b68df1..8f1cbe0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b6e175f969d03a4d3c5643aaabc6a5ff nginx-0.7.67.tar.gz
+717eaea1b34e8663849f64b9aa05a9da nginx-0.8.53.tar.gz
12Â years, 5Â months
[nginx/f12/master] fix linking of the perl module
by jjh
commit 1ba99633433659cedad632ef90b75b4f5072f573
Author: Jeremy Hinegardner <jeremy(a)hinegardner.org>
Date: Sun Oct 31 15:18:14 2010 -0600
fix linking of the perl module
nginx.spec | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/nginx.spec b/nginx.spec
index 760373c..1cd387d 100644
--- a/nginx.spec
+++ b/nginx.spec
@@ -9,7 +9,7 @@
Name: nginx
Version: 0.8.53
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Robust, small and high performance HTTP and reverse proxy server
Group: System Environment/Daemons
@@ -98,7 +98,8 @@ export DESTDIR=%{buildroot}
--with-file-aio \
--with-mail_ssl_module \
--with-ipv6 \
- --with-cc-opt="%{optflags} $(pcre-config --cflags)"
+ --with-cc-opt="%{optflags} $(pcre-config --cflags)" \
+ --with-ld-opt="-Wl,-E" # so the perl module finds its symbols
make %{?_smp_mflags}
%install
@@ -189,6 +190,9 @@ fi
%changelog
+* Sun Oct 31 2010 Jeremy Hinegardner <jeremy at hinegardner dot org> - 0.8.53-2
+- Fix linking of perl module
+
* Sun Oct 31 2010 Jeremy Hinegardner <jeremy at hinegardner dot org> - 0.8.53-1
- Update to new stable 0.8.53
- add Provides: webserver (bug #619693)
12Â years, 5Â months
[nginx/f13/master] fix linking of the perl module
by jjh
commit 3a0fc34ae8248ca9f8996b9147d5e7aa94a5dae2
Author: Jeremy Hinegardner <jeremy(a)hinegardner.org>
Date: Sun Oct 31 15:15:34 2010 -0600
fix linking of the perl module
nginx.spec | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/nginx.spec b/nginx.spec
index 760373c..1cd387d 100644
--- a/nginx.spec
+++ b/nginx.spec
@@ -9,7 +9,7 @@
Name: nginx
Version: 0.8.53
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Robust, small and high performance HTTP and reverse proxy server
Group: System Environment/Daemons
@@ -98,7 +98,8 @@ export DESTDIR=%{buildroot}
--with-file-aio \
--with-mail_ssl_module \
--with-ipv6 \
- --with-cc-opt="%{optflags} $(pcre-config --cflags)"
+ --with-cc-opt="%{optflags} $(pcre-config --cflags)" \
+ --with-ld-opt="-Wl,-E" # so the perl module finds its symbols
make %{?_smp_mflags}
%install
@@ -189,6 +190,9 @@ fi
%changelog
+* Sun Oct 31 2010 Jeremy Hinegardner <jeremy at hinegardner dot org> - 0.8.53-2
+- Fix linking of perl module
+
* Sun Oct 31 2010 Jeremy Hinegardner <jeremy at hinegardner dot org> - 0.8.53-1
- Update to new stable 0.8.53
- add Provides: webserver (bug #619693)
12Â years, 5Â months
[nginx] fix linking of the perl module
by jjh
commit ec8d40bf9980c24b41329a2a22d993103f74868e
Author: Jeremy Hinegardner <jeremy(a)hinegardner.org>
Date: Sun Oct 31 15:05:30 2010 -0600
fix linking of the perl module
nginx.spec | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/nginx.spec b/nginx.spec
index 683c833..8da55f2 100644
--- a/nginx.spec
+++ b/nginx.spec
@@ -9,7 +9,7 @@
Name: nginx
Version: 0.8.53
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Robust, small and high performance HTTP and reverse proxy server
Group: System Environment/Daemons
@@ -98,7 +98,8 @@ export DESTDIR=%{buildroot}
--with-file-aio \
--with-mail_ssl_module \
--with-ipv6 \
- --with-cc-opt="%{optflags} $(pcre-config --cflags)"
+ --with-cc-opt="%{optflags} $(pcre-config --cflags)" \
+ --with-ld-opt="-Wl,-E" # so the perl module finds its symbols
make %{?_smp_mflags}
%install
@@ -189,6 +190,9 @@ fi
%changelog
+* Sun Oct 31 2010 Jeremy Hinegardner <jeremy at hinegardner dot org> - 0.8.53-2
+- Fix linking of perl module
+
* Sun Oct 31 2010 Jeremy Hinegardner <jeremy at hinegardner dot org> - 0.8.53-1
- Update to new stable 0.8.53
12Â years, 5Â months
[nagios-plugins-check-updates/el5/master] * nagios-plugins-check-updates-1.4.7-1 import
by Jose Pedro Oliveira
commit 9510998a6b61fa8dcd9214836333dc61b781cb7e
Author: Jose Pedro Oliveira <jpo(a)di.uminho.pt>
Date: Sun Oct 31 20:33:07 2010 +0000
* nagios-plugins-check-updates-1.4.7-1 import
.gitignore | 1 +
nagios-plugins-check-updates.spec | 66 +++++++++++++++++++++++++++++++++++++
sources | 1 +
3 files changed, 68 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..91da565 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/check_updates-1.4.7.tar.gz
diff --git a/nagios-plugins-check-updates.spec b/nagios-plugins-check-updates.spec
new file mode 100644
index 0000000..64b34ec
--- /dev/null
+++ b/nagios-plugins-check-updates.spec
@@ -0,0 +1,66 @@
+%define plugin check_updates
+%define nagiospluginsdir %{_libdir}/nagios/plugins
+
+# No binaries in this package
+%define debug_package %{nil}
+
+Name: nagios-plugins-check-updates
+Version: 1.4.7
+Release: 1%{?dist}
+Summary: A Nagios plugin to check if Red Hat or Fedora system is up-to-date
+
+Group: Applications/System
+License: GPLv3+
+URL: https://trac.id.ethz.ch/projects/nagios_plugins/wiki/check_updates
+Source: https://trac.id.ethz.ch/projects/nagios_plugins/downloads/check_updates-%...
+
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+BuildRequires: perl(ExtUtils::MakeMaker)
+
+Requires: nagios-plugins
+# Yum security plugin RPM:
+# Fedora : yum-plugin-security (also provides yum-security)
+# Red Hat Enterprise : yum-security
+Requires: yum-security
+
+%description
+%{summary}.
+
+
+%prep
+%setup -q -n %{plugin}-%{version}
+
+%build
+%{__perl} Makefile.PL INSTALLDIRS=vendor \
+ INSTALLSCRIPT=%{nagiospluginsdir} \
+ INSTALLVENDORSCRIPT=%{nagiospluginsdir}
+make %{?_smp_mflags}
+
+%install
+rm -rf %{buildroot}
+make pure_install PERL_INSTALL_ROOT=%{buildroot}
+find %{buildroot} -type f -name .packlist -exec rm -f {} \;
+find %{buildroot} -type f -name "*.pod" -exec rm -f {} \;
+find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
+%{_fixperms} %{buildroot}/*
+
+%clean
+rm -rf %{buildroot}
+
+
+%files
+%defattr(-,root,root,-)
+%doc AUTHORS Changes NEWS README TODO COPYING COPYRIGHT
+%{nagiospluginsdir}/*
+%{_mandir}/man1/*.1*
+
+
+%changelog
+* Thu Feb 18 2010 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.4.7-1
+- Update to 1.4.7.
+
+* Thu Dec 10 2009 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.4.6-1
+- First build for Fedora and EPEL.
+
+# vim:set ai ts=4 sw=4 sts=4 et:
diff --git a/sources b/sources
index e69de29..af55bab 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+ccac4abb00050f13ae56eac8e71a3a3c check_updates-1.4.7.tar.gz
12Â years, 5Â months