Skip to content

Instantly share code, notes, and snippets.

@snickerjp
Created August 13, 2013 11:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save snickerjp/6220231 to your computer and use it in GitHub Desktop.
Save snickerjp/6220231 to your computer and use it in GitHub Desktop.
Nagios 3.5.0 RPM spec-file for Japanese Nagiosにももーいさんの日本語パッチをあてて、ビルドするためのspecファイル差分です!
--- nagios.spec 2013-04-25 10:03:11.000000000 +0900
+++ nagios-ja.spec 2013-08-13 18:32:37.130742566 +0900
@@ -1,6 +1,6 @@
Name: nagios
Version: 3.5.0
-Release: 1%{?dist}
+Release: 1%{?dist}.ja
Summary: Host/service/network monitoring program
Group: Applications/System
@@ -34,6 +34,7 @@
Patch11: nagios-0011-Fixed-strange-permissions.patch
Patch13: nagios-3.4.3-spaces-to-plus-signs.patch
Patch14: nagios-3.5.0-conf.d-configuration-directory.patch
+Patch15: http://ftp.momo-i.org/pub/other/nagios-jp-%{version}.patch.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -140,6 +141,7 @@
%patch11 -p1 -b .fix_perms
%patch13 -p1 -b .plus_signs
%patch14 -p1 -b .conf_d
+%patch15 -p1 -b .ja_patch
install -p -m 0644 %{SOURCE10} %{SOURCE11} %{SOURCE12} html/images/logos/
@@ -280,6 +282,8 @@
%changelog
+* Tue Aug 13 2013 snicker_jp - 3.5.0-1.ja
+- Japanese Patch
* Thu Apr 25 2013 Jose Pedro Oliveira <jpo at di.uminho.pt> - 3.5.0-1
- Update to 3.5.0
- Patch nagios-3.4.3-spaces-to-plus-signs.patch (#952139)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment