Changeset 359 in ProjectBuilder


Ignore:
Timestamp:
Apr 7, 2008, 11:10:41 PM (16 years ago)
Author:
Bruno Cornec
Message:
  • Changelog ready for 0.9.0
  • Spec file now delivering under vendorperl using the right conf to do it.
Location:
pbconf/devel
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • pbconf/devel/pbcl

    r328 r359  
    33PB CHANGES
    44
    5 devel (2008-02-21)
     5devel (2008-04-06)
     6- Fix build2vm where the new name of the distro wasn't correctly handled when trying to get packages pushed to the ftp server. (Bruno Cornec)
     7- pb_env_init does just setup env variables now. It does CMS checks and conf only if called on a CMS opration (Bruno Cornec)
     8- systematic use of ENV VAR for PBPROJVER, PBPROJTAG, PBPACKAGER (Bruno Cornec)
     9- new function to get package list for cms only context and the old one is simplified
     10- $DESTDIR/pbrc contains now aal the keys needed to be independant when building - pbroot, pbprojver, pbprojtag, pbpackager. (Bruno Cornec)
     11- remove ntp calls for the moment, not ready (Bruno Cornec)
     12- new idempotent setupvm/setupve actions to prepare the VM/VE to be used by pb (Bruno Cornec)
     13è Numerous fixes in the new way of working to have a full suite working for netperf, pb and mondorescue - newver, cms2build, build2pkg, pbcl, setupvm, build2vm (Bruno Cornec)
     14- separation of CMS calls (only when using a cms2... action) and the environment variables used (Bruno Cornec)
     15- Improvements for CMS support, lots on CVS (Bruno Cornec)
     16- Use pod for pb documentation, modules to be done (Bruno Cornec)
     17- Use Getopt::Long and support now long options (Bruno Cornec)
     18- pb_syntax now uses pod2usage (Bruno Cornec)
     19- All modules are packages now (Bruno Cornec)
     20- pb_changelog back in Base.pm and removal of Changelog.pm (Bruno Cornec)
    621- Major changes following a memorable Fort Collins discussion which makes that version incompatible with previous ones (Bruno Cornec/Bryan Gartner/Junichi Uekawa)
    722- Support URLs for pbconf and projects (ftp, http, svn, cvs, file) (Bruno Cornec/Bryan Gartner)
  • pbconf/devel/project-builder/rpm/project-builder.spec

    r345 r359  
    3434
    3535%build
    36 %{__perl} Makefile.PL PBKEYWORD=${RPM_BUILD_ROOT}/PBFINALDIR
     36%{__perl} Makefile.PL INSTALLDIRS=vendor PBKEYWORD=${RPM_BUILD_ROOT}/PBFINALDIR
    3737make
    3838
    3939%install
    4040%{__rm} -rf $RPM_BUILD_ROOT
    41 make pure_install
     41make DESTDIR=${RPM_BUILD_ROOT} install
    4242find ${RPM_BUILD_ROOT} -name perllocal.pod | xargs rm -f
     43
     44%check
     45make test
    4346
    4447%clean
     
    5053%doc INSTALL COPYING README contrib/pbsetupqemu
    5154
    52 %{_libdir}/perl5/%{perl_version}/*
     55%{perlvendorlib}/*
    5356%{_bindir}/*
    54 %{_mandir}/*/*
     57%{_mandir}/man1/*
    5558
    5659%changelog
Note: See TracChangeset for help on using the changeset viewer.