Changeset 222 in ProjectBuilder


Ignore:
Timestamp:
Oct 17, 2007, 3:39:41 AM (17 years ago)
Author:
Bruno Cornec
Message:

Fix build issues on suse/fedora
(bz2 on the fly, perl macros)

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  
    22# $Id$
    33#
    4 # Filter for redhat build
     4# Filter for suse build
    55#
    6 # PBSRC is replaced by the source package format
    7 filter PBSRC = ftp://ftp.mondorescue.org/src/%{name}-%{version}.tar.bz2
    86
    97# PBGRP is replaced by the RPM group of apps
  • 0.8.5/pbconf/project-builder/rpm/project-builder.spec

    r221 r222  
    22# $Id$
    33#
     4%define perlvendorlib: %(eval "`%{__perl} -V:installvendorlib | cut -d= -f2`")
    45
    56Summary:    Project Builder aka pb is a tool to produce packages for multiple distributions
     
    1112License:    GPL
    1213Group:      PBGRP
    13 Url:        http://www.mondorescue.org
     14Url:        http://trac.project-builder.org
    1415Source:     PBSRC
    1516BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -u -n)
     
    3839
    3940%install
    40 make install
     41make pure_install
    4142
    4243%clean
     
    4849%doc INSTALL COPYING README AUTHORS contrib/pbsetupqemu
    4950
    50 %{perl_vendorlib}
     51%{_prefix}/lib/perl5/vendor_perl/*/*
     52%{_bindir}/*
    5153#%{_mandir}/*/*
    52 %{_bindir}/*
    5354
    5455%changelog
Note: See TracChangeset for help on using the changeset viewer.