Accepting request 108200 from home:trenn:Factory
- Update to 1.1.2 - Adjusted license to GPL-3.0 - Silent some build checks: - license string - too short description - remove INSTALL file from %docdir OBS-URL: https://build.opensuse.org/request/show/108200 OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/freeipmi?expand=0&rev=2
This commit is contained in:
parent
a140832e58
commit
10d88bb410
@ -1,24 +1,70 @@
|
|||||||
diff -wruN ../orig-freeipmi-0.8.2/doc/Makefile.am ./doc/Makefile.am
|
From: Thomas Renninger <trenn@suse.de>
|
||||||
--- ../orig-freeipmi-0.8.2/doc/Makefile.am 2009-12-16 19:40:08.000000000 +0100
|
Subject: Do not override docdir
|
||||||
+++ ./doc/Makefile.am 2010-01-14 12:09:41.000000000 +0100
|
|
||||||
@@ -12,7 +12,7 @@
|
|
||||||
freeipmi-bugs-issues-and-workarounds.txt \
|
|
||||||
freeipmi-oem-documentation-requirements.txt
|
|
||||||
|
|
||||||
-docdir = $(datadir)/doc/$(PACKAGE)
|
./configure --docdir=
|
||||||
+docdir = $(datadir)/doc/packages/$(PACKAGE)
|
does not work. Simply removing the override
|
||||||
|
makes it use the default docdir.
|
||||||
|
Also use $docdir in subfolders.
|
||||||
|
|
||||||
doc_DATA = $(EXTRA_DIST)
|
---
|
||||||
|
Makefile.am | 1 -
|
||||||
|
contrib/Makefile.am | 8 ++++----
|
||||||
|
doc/Makefile.am | 2 --
|
||||||
|
3 files changed, 4 insertions(+), 7 deletions(-)
|
||||||
|
|
||||||
diff -wruN ../orig-freeipmi-0.8.2/Makefile.am ./Makefile.am
|
Index: contrib/Makefile.am
|
||||||
--- ../orig-freeipmi-0.8.2/Makefile.am 2009-06-18 18:50:59.000000000 +0200
|
===================================================================
|
||||||
+++ ./Makefile.am 2010-01-14 15:30:07.000000000 +0100
|
--- contrib/Makefile.am.orig
|
||||||
@@ -74,7 +74,7 @@
|
+++ contrib/Makefile.am
|
||||||
|
@@ -1,22 +1,22 @@
|
||||||
|
-ganglia_docdir = $(datadir)/doc/$(PACKAGE)/contrib/ganglia
|
||||||
|
+ganglia_docdir = $(docdir)/contrib/ganglia
|
||||||
|
|
||||||
|
ganglia_doc_DATA = \
|
||||||
|
ganglia/README \
|
||||||
|
ganglia/ganglia_ipmi_sensors.pl
|
||||||
|
|
||||||
|
-libipmimonitoring_docdir = $(datadir)/doc/$(PACKAGE)/contrib/libipmimonitoring
|
||||||
|
+libipmimonitoring_docdir = $(docdir)/contrib/libipmimonitoring
|
||||||
|
|
||||||
|
libipmimonitoring_doc_DATA = \
|
||||||
|
libipmimonitoring/ipmimonitoring-sel.c \
|
||||||
|
libipmimonitoring/ipmimonitoring-sensors.c
|
||||||
|
|
||||||
|
-nagios_docdir = $(datadir)/doc/$(PACKAGE)/contrib/nagios
|
||||||
|
+nagios_docdir = $(docdir)/contrib/nagios
|
||||||
|
|
||||||
|
nagios_doc_DATA = \
|
||||||
|
nagios/README \
|
||||||
|
nagios/nagios_ipmi_sensors.pl
|
||||||
|
|
||||||
|
-pet_docdir = $(datadir)/doc/$(PACKAGE)/contrib/pet
|
||||||
|
+pet_docdir = $(docdir)/contrib/pet
|
||||||
|
|
||||||
|
pet_doc_DATA = \
|
||||||
|
pet/README \
|
||||||
|
Index: Makefile.am
|
||||||
|
===================================================================
|
||||||
|
--- Makefile.am.orig
|
||||||
|
+++ Makefile.am
|
||||||
|
@@ -79,7 +79,6 @@ EXTRA = \
|
||||||
DISCLAIMER.ipmidetect.UC \
|
DISCLAIMER.ipmidetect.UC \
|
||||||
DISCLAIMER.ipmi-fru.UC
|
DISCLAIMER.ipmi-fru.UC
|
||||||
|
|
||||||
-docdir = $(datadir)/doc/$(PACKAGE)
|
-docdir = $(datadir)/doc/$(PACKAGE)
|
||||||
+docdir = $(datadir)/doc/packages/$(PACKAGE)
|
|
||||||
doc_DATA = $(EXTRA)
|
doc_DATA = $(EXTRA)
|
||||||
|
|
||||||
CLEANFILES =
|
CLEANFILES =
|
||||||
|
Index: doc/Makefile.am
|
||||||
|
===================================================================
|
||||||
|
--- doc/Makefile.am.orig
|
||||||
|
+++ doc/Makefile.am
|
||||||
|
@@ -13,8 +13,6 @@ EXTRA_DIST = \
|
||||||
|
freeipmi-bugs-issues-and-workarounds.txt \
|
||||||
|
freeipmi-oem-documentation-requirements.txt
|
||||||
|
|
||||||
|
-docdir = $(datadir)/doc/$(PACKAGE)
|
||||||
|
-
|
||||||
|
doc_DATA = $(EXTRA_DIST)
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
diff -wruN -x '*~' ../orig-freeipmi-1.0.3/ipmidetectd/ipmidetectd.init ./ipmidetectd/ipmidetectd.init
|
diff -wruN -x '*~' ../orig-freeipmi-1.0.3/etc/ipmidetectd.init ./etc/ipmidetectd.init
|
||||||
--- ../orig-freeipmi-1.0.3/ipmidetectd/ipmidetectd.init 2011-03-30 00:25:12.000000000 +0200
|
--- ../orig-freeipmi-1.0.3/etc/ipmidetectd.init 2011-03-30 00:25:12.000000000 +0200
|
||||||
+++ ./ipmidetectd/ipmidetectd.init 2011-03-30 10:02:16.000000000 +0200
|
+++ ./etc/ipmidetectd.init 2011-03-30 10:02:16.000000000 +0200
|
||||||
@@ -8,6 +8,7 @@
|
@@ -8,6 +8,7 @@
|
||||||
# Provides: ipmidetectd
|
# Provides: ipmidetectd
|
||||||
# Required-Start: $network $remote_fs $syslog
|
# Required-Start: $network $remote_fs $syslog
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c29d156dfc2214d879dc24cdb9f72f0ef445913ea8203a87dcc7303b6dfbd27e
|
|
||||||
size 2072445
|
|
3
freeipmi-1.1.2.tar.bz2
Normal file
3
freeipmi-1.1.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0bb0a9eac9c720337000c588ee34d4d961f13299f90124f4192cbdc4cc2484e9
|
||||||
|
size 2236615
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 6 16:11:04 UTC 2012 - trenn@suse.de
|
||||||
|
|
||||||
|
- Update to 1.1.2
|
||||||
|
- Adjusted license to GPL-3.0
|
||||||
|
- Silent some build checks:
|
||||||
|
- license string
|
||||||
|
- too short description
|
||||||
|
- remove INSTALL file from %docdir
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 21 09:05:12 UTC 2011 - kkaempf@suse.com
|
Wed Sep 21 09:05:12 UTC 2011 - kkaempf@suse.com
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
%define name freeipmi
|
%define name freeipmi
|
||||||
%define version 1.0.6
|
%define version 1.1.2
|
||||||
%if %{?_with_debug:1}%{!?_with_debug:0}
|
%if %{?_with_debug:1}%{!?_with_debug:0}
|
||||||
%define release 1.debug%{?dist}
|
%define release 1.debug%{?dist}
|
||||||
%else
|
%else
|
||||||
@ -13,7 +13,7 @@
|
|||||||
Name: %{name}
|
Name: %{name}
|
||||||
Version: %{version}
|
Version: %{version}
|
||||||
Release: %{release}
|
Release: %{release}
|
||||||
License: GPLv2+
|
License: GPL-3.0+
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
URL: http://www.gnu.org/software/freeipmi/
|
URL: http://www.gnu.org/software/freeipmi/
|
||||||
Source: ftp://ftp.zresearch.com/pub/freeipmi/%{version}/%{name}-%{version}.tar.bz2
|
Source: ftp://ftp.zresearch.com/pub/freeipmi/%{version}/%{name}-%{version}.tar.bz2
|
||||||
@ -23,7 +23,7 @@ Patch2: adapt_to_suse_docdir.patch
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildRequires: libgcrypt-devel texinfo
|
BuildRequires: libgcrypt-devel texinfo automake libtool pkg-config
|
||||||
Requires(post): info
|
Requires(post): info
|
||||||
Requires(preun): info
|
Requires(preun): info
|
||||||
Obsoletes: freeipmi-ipmimonitoring
|
Obsoletes: freeipmi-ipmimonitoring
|
||||||
@ -31,7 +31,7 @@ Obsoletes: freeipmi-ipmimonitoring
|
|||||||
ExclusiveArch: %{ix86} x86_64 ia64 alpha
|
ExclusiveArch: %{ix86} x86_64 ia64 alpha
|
||||||
Summary: FreeIPMI
|
Summary: FreeIPMI
|
||||||
%description
|
%description
|
||||||
The FreeIPMI project provides "Remote-Console" (out-of-band) and
|
This project provides "Remote-Console" (out-of-band) and
|
||||||
"System Management Software" (in-band) based on Intelligent
|
"System Management Software" (in-band) based on Intelligent
|
||||||
Platform Management Interface specification.
|
Platform Management Interface specification.
|
||||||
|
|
||||||
@ -67,7 +67,7 @@ Requires(post): chkconfig
|
|||||||
Requires(preun): chkconfig
|
Requires(preun): chkconfig
|
||||||
%endif
|
%endif
|
||||||
%description ipmidetectd
|
%description ipmidetectd
|
||||||
IPMI node detection daemon.
|
This service detects and monitors IPMI nodes.
|
||||||
|
|
||||||
%if %{?_with_debug:1}%{!?_with_debug:0}
|
%if %{?_with_debug:1}%{!?_with_debug:0}
|
||||||
%define _enable_debug --enable-debug --enable-trace
|
%define _enable_debug --enable-debug --enable-trace
|
||||||
@ -87,6 +87,7 @@ libtoolize --force --automake --copy
|
|||||||
automake --gnu --include-deps --copy --add-missing
|
automake --gnu --include-deps --copy --add-missing
|
||||||
autoconf
|
autoconf
|
||||||
%configure --program-prefix=%{?_program_prefix:%{_program_prefix}} \
|
%configure --program-prefix=%{?_program_prefix:%{_program_prefix}} \
|
||||||
|
--docdir=%{_docdir}/%name \
|
||||||
%{?_enable_debug} --disable-static
|
%{?_enable_debug} --disable-static
|
||||||
CFLAGS="$RPM_OPT_FLAGS" make %{?_smp_mflags}
|
CFLAGS="$RPM_OPT_FLAGS" make %{?_smp_mflags}
|
||||||
|
|
||||||
@ -104,6 +105,9 @@ mkdir -p $RPM_BUILD_ROOT/%{_initrddir}
|
|||||||
|
|
||||||
DESTDIR="$RPM_BUILD_ROOT" make install
|
DESTDIR="$RPM_BUILD_ROOT" make install
|
||||||
|
|
||||||
|
# Silent build check warning
|
||||||
|
rm $RPM_BUILD_ROOT/usr/share/doc/packages/freeipmi/INSTALL
|
||||||
|
|
||||||
%if 0%{?fedora_version} || 0%{?centos_version} || 0%{?rhel_version} || 0%{?fedora} || 0%{?rhel}
|
%if 0%{?fedora_version} || 0%{?centos_version} || 0%{?rhel_version} || 0%{?fedora} || 0%{?rhel}
|
||||||
# remove /etc/init.d -> /etc/rc.d/init.d
|
# remove /etc/init.d -> /etc/rc.d/init.d
|
||||||
(cd $RPM_BUILD_ROOT/%{_sysconfdir}; rm init.d)
|
(cd $RPM_BUILD_ROOT/%{_sysconfdir}; rm init.d)
|
||||||
@ -209,15 +213,15 @@ fi
|
|||||||
# %attr(0444,root,root) %config(noreplace) %{_sysconfdir}/ipmi_monitoring_sensors.conf
|
# %attr(0444,root,root) %config(noreplace) %{_sysconfdir}/ipmi_monitoring_sensors.conf
|
||||||
%config(noreplace) %{_sysconfdir}/freeipmi/freeipmi.conf
|
%config(noreplace) %{_sysconfdir}/freeipmi/freeipmi.conf
|
||||||
%dir %{_sysconfdir}/freeipmi
|
%dir %{_sysconfdir}/freeipmi
|
||||||
%{_sysconfdir}/freeipmi/freeipmi_interpret_sel.conf
|
%config %{_sysconfdir}/freeipmi/freeipmi_interpret_sel.conf
|
||||||
%{_sysconfdir}/freeipmi/freeipmi_interpret_sensor.conf
|
%config %{_sysconfdir}/freeipmi/freeipmi_interpret_sensor.conf
|
||||||
%{_sysconfdir}/freeipmi/ipmidetect.conf
|
%config %{_sysconfdir}/freeipmi/ipmidetect.conf
|
||||||
%{_sysconfdir}/freeipmi/libipmiconsole.conf
|
%config %{_sysconfdir}/freeipmi/libipmiconsole.conf
|
||||||
%doc AUTHORS
|
%doc AUTHORS
|
||||||
%doc COPYING
|
%doc COPYING
|
||||||
%doc ChangeLog
|
%doc ChangeLog
|
||||||
%doc ChangeLog.0
|
%doc ChangeLog.0
|
||||||
%doc INSTALL
|
# doc INSTALL
|
||||||
%doc NEWS
|
%doc NEWS
|
||||||
%doc README
|
%doc README
|
||||||
%doc TODO
|
%doc TODO
|
||||||
@ -283,6 +287,7 @@ fi
|
|||||||
%{_sbindir}/ipmi-power
|
%{_sbindir}/ipmi-power
|
||||||
%{_sbindir}/rmcp-ping
|
%{_sbindir}/rmcp-ping
|
||||||
%{_sbindir}/rmcpping
|
%{_sbindir}/rmcpping
|
||||||
|
%{_sbindir}/ipmi-pet
|
||||||
%{_mandir}/man8/bmc-config.8*
|
%{_mandir}/man8/bmc-config.8*
|
||||||
%{_mandir}/man5/bmc-config.conf.5*
|
%{_mandir}/man5/bmc-config.conf.5*
|
||||||
%{_mandir}/man8/bmc-info.8*
|
%{_mandir}/man8/bmc-info.8*
|
||||||
@ -322,6 +327,7 @@ fi
|
|||||||
%{_mandir}/man8/ipmi-detect.8*
|
%{_mandir}/man8/ipmi-detect.8*
|
||||||
%{_mandir}/man8/ipmi-ping.8*
|
%{_mandir}/man8/ipmi-ping.8*
|
||||||
%{_mandir}/man8/ipmi-power.8*
|
%{_mandir}/man8/ipmi-power.8*
|
||||||
|
%{_mandir}/man8/ipmi-pet.8*
|
||||||
%dir %{_localstatedir}/cache/ipmimonitoringsdrcache
|
%dir %{_localstatedir}/cache/ipmimonitoringsdrcache
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
|
Loading…
Reference in New Issue
Block a user