|
Last change
on this file since 199 was 175, checked in by Bruno Cornec, 18 years ago |
|
Adds some dependcies for rpm pkg
|
|
File size:
1.4 KB
|
| Rev | Line | |
|---|
| [14] | 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 |
|
|---|
| [27] | 8 | Name: PBPKG
|
|---|
| [15] | 9 | Version: PBVER
|
|---|
| [99] | 10 | Release: PBTAGPBSUF
|
|---|
| [14] | 11 | License: GPL
|
|---|
| [15] | 12 | Group: PBGRP
|
|---|
| [14] | 13 | Url: http://www.mondorescue.org
|
|---|
| [15] | 14 | Source: PBSRC
|
|---|
| [14] | 15 | BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -u -n)
|
|---|
| [25] | 16 | BuildArch: noarch
|
|---|
| [175] | 17 | Requires: perl >= 5.8.4, perl-DateManip, perl-AppConfig, PBDEP
|
|---|
| [74] | 18 | Provides: perl(ProjectBuilder::Changelog), perl(ProjectBuilder::Base), perl(ProjectBuilder::Distribution), perl(ProjectBuilder::Version)
|
|---|
| [14] | 19 |
|
|---|
| 20 | %description
|
|---|
| [154] | 21 | Project Builder aka pb is a tool to produce packages for multiple
|
|---|
| 22 | distributions.
|
|---|
| 23 | It does that by minimizing the duplication of information required
|
|---|
| 24 | and a set a very simple configuration files.
|
|---|
| [14] | 25 |
|
|---|
| 26 | %description -l fr
|
|---|
| [52] | 27 | Project Builder ou pb est un programme pour produire des paquets pour
|
|---|
| 28 | diverses distributions.
|
|---|
| [154] | 29 | Il réalise cela en minimisant la duplication des informations requises
|
|---|
| 30 | et par un jeu de fichiers de configuration très simples.
|
|---|
| [14] | 31 |
|
|---|
| 32 | %prep
|
|---|
| 33 | %setup -q
|
|---|
| 34 |
|
|---|
| 35 | %build
|
|---|
| [47] | 36 | %{__perl} Makefile.PL
|
|---|
| [42] | 37 | %make
|
|---|
| [14] | 38 |
|
|---|
| 39 | %install
|
|---|
| [41] | 40 | %{__rm} -rf %{buildroot}
|
|---|
| 41 | %makeinstall_std
|
|---|
| [14] | 42 |
|
|---|
| 43 | %clean
|
|---|
| [47] | 44 | %{__rm} -rf %{buildroot}
|
|---|
| [14] | 45 |
|
|---|
| 46 | %files
|
|---|
| 47 | %defattr(-,root,root)
|
|---|
| [46] | 48 | %doc ChangeLog svn.log
|
|---|
| [153] | 49 | %doc INSTALL COPYING README AUTHORS contrib/pbsetupqemu
|
|---|
| [14] | 50 |
|
|---|
| [48] | 51 | %{perl_vendorlib}
|
|---|
| 52 | #%{_mandir}/*/*
|
|---|
| [35] | 53 | %{_bindir}/*
|
|---|
| [14] | 54 |
|
|---|
| 55 | %changelog
|
|---|
| [17] | 56 | PBLOG
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.