• R/O
  • SSH

contrib-spec-files: Commit

日本OpenSolaris Users Group有志による、レポジトリサーバ作成のためのspecファイル群です。


Commit MetaInfo

Revision8b917b94f420b827389d059a684de72040d22394 (tree)
Time2014-03-05 13:49:10
AuthorFumihisa TONAKA <fumi.ftnk@gmai...>
CommiterFumihisa TONAKA

Log Message

SFEmunin: bump to 2.0.19

Change Summary

Incremental Difference

diff -r 0bb8d865f70f -r 8b917b94f420 specs/SFEmunin.spec
--- a/specs/SFEmunin.spec Tue Feb 25 19:13:06 2014 +0900
+++ b/specs/SFEmunin.spec Wed Mar 05 13:49:10 2014 +0900
@@ -7,7 +7,7 @@
77
88 Name: munin
99 IPS_package_name: diagnostic/munin
10-Version: 2.0.17
10+Version: 2.0.19
1111 Summary: Network-wide graphing framework (grapher/gatherer)
1212 License: GPLv2 and Bitstream Vera
1313 Group: System Environment/Daemons
@@ -23,6 +23,7 @@
2323 Source5: munin-node.logadm.conf
2424
2525 Patch1: SFEmunin-SyncDictFile.patch
26+Patch2: SFEmunin-2.0.19-makefile.patch
2627
2728 BuildRequires: library/perl-5/module-build-512
2829 BuildRequires: library/perl-5/log-log4perl-512
@@ -33,7 +34,6 @@
3334 BuildRequires: library/perl-5/test-differences-512
3435 BuildRequires: library/perl-5/test-longstring-512
3536
36-
3737 # java buildrequires on fedora
3838 # %if 0%{?rhel} > 4 || 0%{?fedora} > 6
3939 # BuildRequires: java-1.6.0-devel
@@ -160,6 +160,7 @@
160160 %prep
161161 %setup -q
162162 %patch1
163+%patch2
163164 # %if 0%{?rhel} < 6 && 0%{?fedora} < 11
164165 # %patch2 -p0
165166 # %endif
@@ -427,6 +428,8 @@
427428 # %endif
428429
429430 %changelog
431+* Wed Mar 05 2014 Fumihisa TONAKA <fumi.ftnk@gmail.com>
432+- bump to 2.0.19
430433 * Sat Jan 25 2014 Fumihisa TONAKA <fumi.ftnk@gmail.com>
431434 - bump to 2.0.17
432435 * Thu Jun 06 2013 Fumihisa TONAKA <fumi.ftnk@gmail.com>
diff -r 0bb8d865f70f -r 8b917b94f420 specs/patches/SFEmunin-2.0.19-makefile.patch
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/specs/patches/SFEmunin-2.0.19-makefile.patch Wed Mar 05 13:49:10 2014 +0900
@@ -0,0 +1,11 @@
1+--- Makefile.dist 2014-03-05 07:29:56.704744413 +0900
2++++ Makefile 2014-03-05 07:30:19.621312349 +0900
3+@@ -285,7 +285,7 @@
4+ -e 's|@@BASH@@|$(BASH)|g' \
5+ -e 's|@@HASSETR@@|$(HASSETR)|g' \
6+ --in-place \
7+- ./master/blib/libdoc/Munin::Master::HTMLOld.3pm \
8++ ./master/blib/libdoc/Munin::Master::HTMLOld.3 \
9+ ./master/blib/lib/Munin/Master/HTMLOld.pm \
10+ ./node/blib/sbin/munin-node-configure \
11+ ./node/blib/sbin/munin-node \
Show on old repository browser