|
Last change
on this file since 18 was 17, checked in by Bruno Cornec, 19 years ago |
|
Still in dev. phase - lots of changes - near the end for cms2build
|
|
File size:
1.3 KB
|
| Line | |
|---|
| 1 | #
|
|---|
| 2 | # $Id$
|
|---|
| 3 | #
|
|---|
| 4 |
|
|---|
| 5 | Summary: Project Builder aka pb is a tool to produce packages for multiple distributions
|
|---|
| 6 | Summary(fr): Project Builder ou pb est un programme pour produire des paquets pour diverses distributions
|
|---|
| 7 |
|
|---|
| 8 | Name: pb
|
|---|
| 9 | Version: PBVER
|
|---|
| 10 | Release: PBTAG
|
|---|
| 11 | License: GPL
|
|---|
| 12 | Group: PBGRP
|
|---|
| 13 | Url: http://www.mondorescue.org
|
|---|
| 14 | Source: PBSRC
|
|---|
| 15 | BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -u -n)
|
|---|
| 16 | BuildRequires:
|
|---|
| 17 | Requires: perl >= 5.8.8, PBDEP
|
|---|
| 18 |
|
|---|
| 19 | %description
|
|---|
| 20 | Project Builder aka pb is a tool to produce packages for multiple distributions.
|
|---|
| 21 | It does that by minimizing the duplication of information required and a set a
|
|---|
| 22 | very simple configuration files.
|
|---|
| 23 |
|
|---|
| 24 | %description -l fr
|
|---|
| 25 | Project Builder ou pb est un programme pour produire des paquets pour diverses distributions.
|
|---|
| 26 | Il réalise cela en minimisant la duplication des informations requises et par un jeu de
|
|---|
| 27 | fichiers de configuration très simples.
|
|---|
| 28 |
|
|---|
| 29 | %prep
|
|---|
| 30 | %setup -q
|
|---|
| 31 |
|
|---|
| 32 | %build
|
|---|
| 33 | %configure
|
|---|
| 34 | make %{?_smp_mflags} VERSION=%{version}
|
|---|
| 35 |
|
|---|
| 36 | %install
|
|---|
| 37 | %{__rm} -rf $RPM_BUILD_ROOT
|
|---|
| 38 | make DESTDIR=$RPM_BUILD_ROOT install
|
|---|
| 39 |
|
|---|
| 40 | %clean
|
|---|
| 41 | %{__rm} -rf $RPM_BUILD_ROOT
|
|---|
| 42 |
|
|---|
| 43 | %files
|
|---|
| 44 | %defattr(-,root,root)
|
|---|
| 45 | %config(noreplace) %{_sysconfdir}/%{name}/%{name}.pb
|
|---|
| 46 | %doc ChangeLog svn.log
|
|---|
| 47 | %doc INSTALL COPYING README TODO AUTHORS NEWS
|
|---|
| 48 |
|
|---|
| 49 | %{_sbindir}/*
|
|---|
| 50 | #%{_mandir}/man8/*
|
|---|
| 51 |
|
|---|
| 52 | %changelog
|
|---|
| 53 | PBLOG
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.