2e7522f113
- amsvis removed, this package has no longer anything with python - change the manual pages in the file list so that it does not depend on particular compression used - add patch for configure.ac on platforms with autoconf < 2.63 - use standard %configure/make in %build
160 lines
4.6 KiB
RPMSpec
160 lines
4.6 KiB
RPMSpec
Name: powerpc-utils
|
|
Version: 1.2.2
|
|
Release: 1%{?dist}
|
|
Summary: Utilities for PowerPC platforms
|
|
|
|
Group: System Environment/Base
|
|
License: CPL
|
|
URL: http://sourceforge.net/projects/%{name}/
|
|
#Source0: http://downloads.sourceforge.net/projects/%{name}/%{name}-%{version}.tar.gz
|
|
Source0: http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
|
|
Source1: nvsetenv
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
BuildRequires: doxygen automake librtas-devel libservicelog-devel >= 1.0.1-2
|
|
|
|
# should be fixed - libservicelog is not right name
|
|
Requires: libservicelog
|
|
ExclusiveArch: ppc ppc64
|
|
|
|
Patch1: powerpc-utils-1.2.0-chkconfig.patch
|
|
# This hack is needed only for platforms with autoconf < 2.63
|
|
Patch2: powerpc-utils-autoconf.patch
|
|
|
|
# This is done before release of F12
|
|
Obsoletes: powerpc-utils-papr < 1.1.6-3
|
|
Provides: powerpc-utils-papr = 1.1.6-3
|
|
|
|
%description
|
|
Utilities for PowerPC platforms.
|
|
|
|
%prep
|
|
%setup -q
|
|
%patch1 -p1 -b .chkconfig
|
|
|
|
# This hack is needed only for platforms with autoconf < 2.63
|
|
%if 0%{?fedora} < 9 && 0%{?rhel} < 6
|
|
%patch2 -p1 -b .aconf
|
|
%endif
|
|
|
|
%build
|
|
./bootstrap.sh
|
|
%configure
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
%install
|
|
rm -rf $RPM_BUILD_ROOT
|
|
make install DESTDIR=$RPM_BUILD_ROOT FILES= RCSCRIPTS=
|
|
install -m 755 %{SOURCE1} $RPM_BUILD_ROOT%{_sbindir}/nvsetenv
|
|
|
|
%define pkgdocdir %{_datadir}/doc/%{name}-%{version}
|
|
# move doc files
|
|
mkdir -p $RPM_BUILD_ROOT%{pkgdocdir}
|
|
install $RPM_BUILD_ROOT/usr/share/doc/packages/powerpc-utils/* -t $RPM_BUILD_ROOT%{pkgdocdir}
|
|
rm -rf $RPM_BUILD_ROOT/usr/share/doc/packages/powerpc-utils
|
|
|
|
# move init script
|
|
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/rc.d/init.d
|
|
install -m 755 $RPM_BUILD_ROOT/etc/init.d/ibmvscsis.sh $RPM_BUILD_ROOT/%{_sysconfdir}/rc.d/init.d/ibmvscsisd
|
|
rm -rf $RPM_BUILD_ROOT/etc/init.d/ibmvscsis.sh
|
|
|
|
%clean
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%{_sbindir}/nvsetenv
|
|
%{_sbindir}/nvram
|
|
%{_sbindir}/snap
|
|
%{_sbindir}/bootlist
|
|
%{_sbindir}/ofpathname
|
|
%{_sbindir}/ppc64_cpu
|
|
%{_sbindir}/lsdevinfo
|
|
%{_sbindir}/lsprop
|
|
%{_mandir}/man8/nvram.8*
|
|
%{_mandir}/man8/snap.8*
|
|
%{_mandir}/man8/bootlist.8*
|
|
%{_mandir}/man8/ofpathname.8*
|
|
|
|
%{_sysconfdir}/rc.d/init.d/ibmvscsisd
|
|
|
|
%{_sbindir}/update_flash
|
|
%{_sbindir}/activate_firmware
|
|
%{_sbindir}/usysident
|
|
%{_sbindir}/usysattn
|
|
%{_sbindir}/set_poweron_time
|
|
%{_sbindir}/rtas_ibm_get_vpd
|
|
%{_sbindir}/serv_config
|
|
%{_sbindir}/uesensor
|
|
%{_sbindir}/hvcsadmin
|
|
%{_sbindir}/vscsisadmin
|
|
%{_sbindir}/rtas_dump
|
|
%{_sbindir}/rtas_event_decode
|
|
%{_sbindir}/sys_ident
|
|
%{_sbindir}/drmgr
|
|
%{_sbindir}/lsslot
|
|
%{_bindir}/amsstat
|
|
%{_mandir}/man8/update_flash.8*
|
|
%{_mandir}/man8/activate_firmware.8*
|
|
%{_mandir}/man8/usysident.8*
|
|
%{_mandir}/man8/usysattn.8*
|
|
%{_mandir}/man8/set_poweron_time.8*
|
|
%{_mandir}/man8/rtas_ibm_get_vpd.8*
|
|
%{_mandir}/man8/serv_config.8*
|
|
%{_mandir}/man8/uesensor.8*
|
|
%{_mandir}/man8/hvcsadmin.8*
|
|
%{_mandir}/man8/vscsisadmin.8*
|
|
%{_mandir}/man8/ibmvscsis.sh.8*
|
|
%{_mandir}/man8/ibmvscsis.conf.8*
|
|
%{_mandir}/man8/rtas_dump.8*
|
|
%{_mandir}/man8/sys_ident.8*
|
|
%{_mandir}/man1/amsvis.1*
|
|
%{_mandir}/man1/amsstat.1*
|
|
%doc README COPYRIGHT Changelog
|
|
|
|
%post
|
|
/sbin/chkconfig --add ibmvscsisd
|
|
|
|
%preun
|
|
if [ $1 = 0 ] ; then
|
|
/sbin/service ibmvscsisd stop >/dev/null 2>&1
|
|
/sbin/chkconfig --del ibmvscsisd
|
|
fi
|
|
|
|
%changelog
|
|
* Thu Oct 29 2009 Stepan Kasal <skasal@redhat.com> - 1.2.2-1
|
|
- new upstream version
|
|
- amsvis removed, this package has no longer anything with python
|
|
- change the manual pages in the file list so that it does not depend on
|
|
particular compression used
|
|
- add patch for configure.ac on platforms with autoconf < 2.63
|
|
- use standard %%configure/make in %%build
|
|
|
|
* Mon Aug 17 2009 Roman Rakus <rrakus@redhat.com> - 1.2.0-1
|
|
- Bump tu version 1.2.0 - powerpc-utils and powerpc-utils-papr get merged
|
|
|
|
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.3-3
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
* Mon Apr 06 2009 Roman Rakus <rrakus@redhat.com> - 1.1.3-1
|
|
- new upstream version 1.1.3
|
|
|
|
* Tue Mar 03 2009 Roman Rakus <rrakus@redhat.com> - 1.1.2-1
|
|
- new upstream version 1.1.2
|
|
|
|
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.1-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
* Thu Feb 19 2009 Roman Rakus <rrakus@redhat.com> - 1.1.1-1
|
|
- new upstream version 1.1.1
|
|
|
|
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.0.6-3
|
|
- Autorebuild for GCC 4.3
|
|
|
|
* Mon Dec 3 2007 David Woodhouse <dwmw2@redhat.com> 1.0.6-2
|
|
- Add --version to nvsetenv, for ybin compatibility
|
|
|
|
* Fri Nov 23 2007 David Woodhouse <dwmw2@redhat.com> 1.0.6-1
|
|
- New package, split from ppc64-utils
|