Changeset 222 in ProjectBuilder for 0.8.5/pbconf
- Timestamp:
- Oct 17, 2007, 3:39:41 AM (18 years ago)
- Location:
- 0.8.5/pbconf/project-builder
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
0.8.5/pbconf/project-builder/pbfilter/suse.pbf
r32 r222 2 2 # $Id$ 3 3 # 4 # Filter for redhatbuild4 # Filter for suse build 5 5 # 6 # PBSRC is replaced by the source package format7 filter PBSRC = ftp://ftp.mondorescue.org/src/%{name}-%{version}.tar.bz28 6 9 7 # PBGRP is replaced by the RPM group of apps -
0.8.5/pbconf/project-builder/rpm/project-builder.spec
r221 r222 2 2 # $Id$ 3 3 # 4 %define perlvendorlib: %(eval "`%{__perl} -V:installvendorlib | cut -d= -f2`") 4 5 5 6 Summary: Project Builder aka pb is a tool to produce packages for multiple distributions … … 11 12 License: GPL 12 13 Group: PBGRP 13 Url: http:// www.mondorescue.org14 Url: http://trac.project-builder.org 14 15 Source: PBSRC 15 16 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -u -n) … … 38 39 39 40 %install 40 make install41 make pure_install 41 42 42 43 %clean … … 48 49 %doc INSTALL COPYING README AUTHORS contrib/pbsetupqemu 49 50 50 %{perl_vendorlib} 51 %{_prefix}/lib/perl5/vendor_perl/*/* 52 %{_bindir}/* 51 53 #%{_mandir}/*/* 52 %{_bindir}/*53 54 54 55 %changelog
Note:
See TracChangeset
for help on using the changeset viewer.