source: ProjectBuilder/projects/proliantusbkey/0.9.6/setupkey.spec.in@ 1436

Last change on this file since 1436 was 1436, checked in by Bruno Cornec, 12 years ago
  • Upload the 0.9.6 version of the PUSK (ProLiant USB Setup Key)
File size: 1.4 KB
Line 
1Version: @PACKAGE_VERSION@
2Name: @PACKAGE_NAME@
3Provides: %{name}
4Source: %{name}-%{version}.tar.gz
5Release: 2
6URL: http://www.hp.com
7BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
8License: TDB
9Summary: ProLiant USB setup key
10Requires: syslinux
11Requires: e2fsprogs
12Requires: yum
13Requires: yum-utils
14Requires: rpm
15Requires: cpio
16Requires: dracut
17Requires: squashfs-tools
18Requires: python
19Requires: dosfstools
20BuildArch: noarch
21
22%description
23
24Really have to describe the content of the package here...
25
26%prep
27
28%setup
29
30%build
31%configure
32
33%install
34rm -rf %{buildroot}
35make install DESTDIR=%{buildroot}
36
37%clean
38rm -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.