added missing man page of iprdbg
This commit is contained in:
parent
f6c293f600
commit
49b35bfc5e
BIN
iprdbg.8.gz
Normal file
BIN
iprdbg.8.gz
Normal file
Binary file not shown.
@ -1,12 +1,16 @@
|
|||||||
Summary: Utilities for the IBM Power Linux RAID adapters
|
Summary: Utilities for the IBM Power Linux RAID adapters
|
||||||
Name: iprutils
|
Name: iprutils
|
||||||
Version: 2.2.18
|
Version: 2.2.18
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
License: CPL
|
License: CPL
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
URL: http://sourceforge.net/projects/iprdd/
|
URL: http://sourceforge.net/projects/iprdd/
|
||||||
|
|
||||||
Source0: http://downloads.sourceforge.net/project/iprdd/iprutils%20for%202.6%20kernels/%{version}/%{name}-%{version}-src.tgz
|
Source0: http://downloads.sourceforge.net/project/iprdd/iprutils%20for%202.6%20kernels/%{version}/%{name}-%{version}-src.tgz
|
||||||
|
|
||||||
|
# missing man page
|
||||||
|
Source1: iprdbg.8.gz
|
||||||
|
|
||||||
Patch0: %{name}-cflags.patch
|
Patch0: %{name}-cflags.patch
|
||||||
Patch1: %{name}-initscripts.patch
|
Patch1: %{name}-initscripts.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
@ -42,6 +46,10 @@ CFLAGS="%{optflags}" %{__make}
|
|||||||
%{__install} -m 0755 init.d/iprinit %{buildroot}%{_sysconfdir}/rc.d/init.d/iprinit
|
%{__install} -m 0755 init.d/iprinit %{buildroot}%{_sysconfdir}/rc.d/init.d/iprinit
|
||||||
%{__install} -m 0755 init.d/iprdump %{buildroot}%{_sysconfdir}/rc.d/init.d/iprdump
|
%{__install} -m 0755 init.d/iprdump %{buildroot}%{_sysconfdir}/rc.d/init.d/iprdump
|
||||||
%{__install} -m 0755 init.d/iprupdate %{buildroot}%{_sysconfdir}/rc.d/init.d/iprupdate
|
%{__install} -m 0755 init.d/iprupdate %{buildroot}%{_sysconfdir}/rc.d/init.d/iprupdate
|
||||||
|
|
||||||
|
# missing man page
|
||||||
|
%{__install} -m 0755 %SOURCE1 %{buildroot}%{_mandir}/man8/
|
||||||
|
|
||||||
# move all binaries from /sbin to /usr/sbin and
|
# move all binaries from /sbin to /usr/sbin and
|
||||||
# make symbolink links for all binaries in /sbin to /usr/sbin
|
# make symbolink links for all binaries in /sbin to /usr/sbin
|
||||||
mkdir %{buildroot}/usr/sbin
|
mkdir %{buildroot}/usr/sbin
|
||||||
@ -72,6 +80,9 @@ done
|
|||||||
%{_sysconfdir}/rc.d/init.d/*
|
%{_sysconfdir}/rc.d/init.d/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 11 2010 Roman Rakus <rrakus@redhat.com> 2.2.18-3
|
||||||
|
- added missing man page
|
||||||
|
|
||||||
* Tue Jan 26 2010 Roman Rakus <rrakus@redhat.com> 2.2.18-2
|
* Tue Jan 26 2010 Roman Rakus <rrakus@redhat.com> 2.2.18-2
|
||||||
- moved files from /sbin to /usr/sbin and made symlinks
|
- moved files from /sbin to /usr/sbin and made symlinks
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user