Last change
on this file was
206,
checked in by bas, 10 years ago
|
added a new option to skip hostname lookup failures
|
File size:
953 bytes
|
Line | |
---|
1 | %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(0)")} |
---|
2 | |
---|
3 | ### Abstract ### |
---|
4 | |
---|
5 | Name: pxeconfig |
---|
6 | Version: 4.2.0 |
---|
7 | Release: 1%{?dist} |
---|
8 | License: See LICENSE |
---|
9 | Group: Development/Libraries |
---|
10 | Summary: This package contains PXE config |
---|
11 | URL: https://subtrac.sara.nl/oss/pxeconfig |
---|
12 | BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root |
---|
13 | Source: ftp://ftp.sara.nl/pub/outgoing/pxeconfig.tar.gz |
---|
14 | |
---|
15 | |
---|
16 | %description |
---|
17 | This package contains PXE config |
---|
18 | |
---|
19 | %prep |
---|
20 | %setup -q -n pxeconfig-%{version} |
---|
21 | |
---|
22 | %define _lib lib |
---|
23 | %configure |
---|
24 | %build |
---|
25 | make compile |
---|
26 | |
---|
27 | %install |
---|
28 | make DESTDIR=$RPM_BUILD_ROOT install |
---|
29 | |
---|
30 | %clean |
---|
31 | rm -rf $RPM_BUILD_ROOT |
---|
32 | |
---|
33 | %files |
---|
34 | %defattr(-,root,root,0755) |
---|
35 | %{_bindir}/* |
---|
36 | %{_sbindir}/* |
---|
37 | %{_prefix}/share/doc/pxeconfig/* |
---|
38 | %{python_sitearch}/pxeconfig.pth |
---|
39 | %{python_sitearch}/pxeconfig/* |
---|
40 | %config /etc/pxeconfig.conf |
---|
41 | |
---|
42 | %changelog |
---|
43 | * Tue Apr 14 2010 Ramon Bastiaans <ramon.bastiaans@sara.nl> |
---|
44 | - First .spec file |
---|
Note: See
TracBrowser
for help on using the repository browser.