|
Last change
on this file since 1492 was 1436, checked in by Bruno Cornec, 14 years ago |
- Upload the 0.9.6 version of the PUSK (ProLiant USB Setup Key)
|
-
Property svn:executable
set to
*
|
|
File size:
1.4 KB
|
| Line | |
|---|
| 1 | Version: 0.9.6
|
|---|
| 2 | Name: PUSK
|
|---|
| 3 | Provides: %{name}
|
|---|
| 4 | Source: %{name}-%{version}.tar.gz
|
|---|
| 5 | Release: 5
|
|---|
| 6 | URL: http://www.hp.com
|
|---|
| 7 | BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|---|
| 8 | License: GPLv2
|
|---|
| 9 | Summary: ProLiant USB Setup Key
|
|---|
| 10 | Requires: syslinux
|
|---|
| 11 | Requires: e2fsprogs
|
|---|
| 12 | Requires: yum
|
|---|
| 13 | Requires: yum-utils
|
|---|
| 14 | Requires: rpm
|
|---|
| 15 | Requires: cpio
|
|---|
| 16 | Requires: dracut
|
|---|
| 17 | Requires: squashfs-tools
|
|---|
| 18 | Requires: python
|
|---|
| 19 | Requires: dosfstools
|
|---|
| 20 | BuildArch: noarch
|
|---|
| 21 |
|
|---|
| 22 | %description
|
|---|
| 23 |
|
|---|
| 24 | Really have to describe the content of the package here...
|
|---|
| 25 |
|
|---|
| 26 | %prep
|
|---|
| 27 |
|
|---|
| 28 | %setup
|
|---|
| 29 |
|
|---|
| 30 | %build
|
|---|
| 31 | %configure
|
|---|
| 32 |
|
|---|
| 33 | %install
|
|---|
| 34 | rm -rf %{buildroot}
|
|---|
| 35 | make install DESTDIR=%{buildroot}
|
|---|
| 36 |
|
|---|
| 37 | %clean
|
|---|
| 38 | rm -rf %{buildroot}
|
|---|
| 39 |
|
|---|
| 40 | %files
|
|---|
| 41 | %defattr(-,root,root)
|
|---|
| 42 |
|
|---|
| 43 | %attr(755,root,root) %{_bindir}/mkusbkey
|
|---|
| 44 | %attr(755,root,root) %{_bindir}/rpmbootstrap
|
|---|
| 45 | %config %{_sysconfdir}/yum.repos.d/hp-psp.repo
|
|---|
| 46 | %config %{_sysconfdir}/setupkey.conf
|
|---|
| 47 | %{_datadir}/%{name}/
|
|---|
| 48 | %doc %{_docdir}/%{name}/
|
|---|
| 49 | #%dir /opt/setupkey
|
|---|
| 50 | #%dir /opt/setupkey/data_files
|
|---|
| 51 | #%dir /opt/setupkey/fw_files
|
|---|
| 52 | #%dir /opt/setupkey/config
|
|---|
| 53 | #%doc /opt/setupkey/README
|
|---|
| 54 | #%config /etc/yum.repos.d/hp-psp.repo
|
|---|
| 55 |
|
|---|
| 56 | #/opt/setupkey/syslinux.cfg
|
|---|
| 57 | #/opt/setupkey/mkusbkey.sh
|
|---|
| 58 | #/opt/setupkey/rpmbootstrap.sh
|
|---|
| 59 | #/opt/setupkey/list
|
|---|
| 60 | #/opt/setupkey/ssstk.tar
|
|---|
| 61 | #/opt/setupkey/fw_files/*
|
|---|
| 62 | #/opt/setupkey/config/ilo
|
|---|
| 63 | #/opt/setupkey/data_files/ilo.dat
|
|---|
| 64 | #/opt/setupkey/hp-scripting-tools-8.70-52.rhel6.i386.rpm
|
|---|
| 65 |
|
|---|
| 66 | %changelog
|
|---|
| 67 | * Mon Oct 10 2011 Jean-Marc ANDRE <jean-marc.andre@hp.com>
|
|---|
| 68 | - Very basic RPM which is just an enhanced tar file.
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.