|
Last change
on this file since 1044 was 478, checked in by Bruno Cornec, 17 years ago |
|
man pages removed from build env for dploy for the moment
|
|
File size:
868 bytes
|
| Line | |
|---|
| 1 | #
|
|---|
| 2 | # $Id$
|
|---|
| 3 | #
|
|---|
| 4 |
|
|---|
| 5 | Summary: dploy.org DHCP interface tools
|
|---|
| 6 | Summary(fr): Outils d'interface DHCP pour dploy.org
|
|---|
| 7 |
|
|---|
| 8 | Name: PBPKG
|
|---|
| 9 | Version: PBVER
|
|---|
| 10 | Release: PBTAGPBSUF
|
|---|
| 11 | License: GPL
|
|---|
| 12 | Group: PBGRP
|
|---|
| 13 | Url: PBURL
|
|---|
| 14 | Source: PBSRC
|
|---|
| 15 | BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -u -n)
|
|---|
| 16 | BuildArch: noarch
|
|---|
| 17 | Requires: dploy-common, sudo, perl, PBDEP
|
|---|
| 18 |
|
|---|
| 19 | %description
|
|---|
| 20 | PBDESC
|
|---|
| 21 |
|
|---|
| 22 | %description -l fr
|
|---|
| 23 | Outils d'interface DHCP pour dploy.org
|
|---|
| 24 |
|
|---|
| 25 | %prep
|
|---|
| 26 | %setup -q
|
|---|
| 27 |
|
|---|
| 28 | %install
|
|---|
| 29 | %{__rm} -rf $RPM_BUILD_ROOT
|
|---|
| 30 | export DESTDIR=$RPM_BUILD_ROOT
|
|---|
| 31 | export PREFIX=%{_exec_prefix}
|
|---|
| 32 | export CONFDIR=%{_sysconfdir}/PBPROJ
|
|---|
| 33 | ./install.sh
|
|---|
| 34 |
|
|---|
| 35 | %clean
|
|---|
| 36 | %{__rm} -rf $RPM_BUILD_ROOT
|
|---|
| 37 |
|
|---|
| 38 | %files
|
|---|
| 39 | %defattr(-,root,root)
|
|---|
| 40 | %doc ChangeLog
|
|---|
| 41 | #%doc INSTALL COPYING README AUTHORS NEWS
|
|---|
| 42 | %{_bindir}/*
|
|---|
| 43 | #%{_mandir}/man1/*
|
|---|
| 44 |
|
|---|
| 45 | %post
|
|---|
| 46 | %{_bindir}/dploy-dhcp-post
|
|---|
| 47 |
|
|---|
| 48 | %changelog
|
|---|
| 49 | PBLOG
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.