source: ProjectBuilder/devel/pbconf/project-builder/rpm/pb.spec@ 53

Last change on this file since 53 was 53, checked in by Bruno Cornec, 17 years ago

Adds Version-Revision for pb in yntax

File size: 1.4 KB
Line 
1#
2# $Id$
3#
4
5Summary: Project Builder aka pb is a tool to produce packages for multiple distributions
6Summary(fr): Project Builder ou pb est un programme pour produire des paquets pour diverses distributions
7
8Name: PBPKG
9Version: PBVER
10Release: PBTAG
11License: GPL
12Group: PBGRP
13Url: http://www.mondorescue.org
14Source: PBSRC
15BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -u -n)
16BuildArch: noarch
17Requires: perl >= 5.8.4, PBDEP
18Provides: perl(ProjectBuilder::changelog), perl(ProjectBuilder::cms), perl(ProjectBuilder::common), perl(ProjectBuilder::distro), perl(ProjectBuilder::pb), perl(ProjectBuilder::Version)
19
20%description
21Project Builder aka pb is a tool to produce packages for multiple distributions.
22It does that by minimizing the duplication of information required and a set a
23very simple configuration files.
24
25%description -l fr
26Project Builder ou pb est un programme pour produire des paquets pour
27diverses distributions.
28Il réalise cela en minimisant la duplication des informations requises
29et par un jeu de fichiers de configuration très simples.
30
31%prep
32%setup -q
33
34%build
35%{__rm} -rf %{buildroot}
36%{__perl} Makefile.PL
37%make
38
39%install
40%{__rm} -rf %{buildroot}
41%makeinstall_std
42
43%clean
44%{__rm} -rf %{buildroot}
45
46%files
47%defattr(-,root,root)
48%doc ChangeLog svn.log
49%doc INSTALL COPYING README AUTHORS
50
51%{perl_vendorlib}
52#%{_mandir}/*/*
53%{_bindir}/*
54
55%changelog
56PBLOG
Note: See TracBrowser for help on using the repository browser.