Changeset 404 in ProjectBuilder
- Timestamp:
- Apr 20, 2008, 2:41:15 AM (17 years ago)
- Location:
- pbconf/devel
- Files:
-
- 3 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
pbconf/devel/pb.pb
r401 r404 82 82 # Hash of default package/package directory 83 83 defpkgdir project-builder = pb 84 defpkgdir perl- project-builder = pb-modules84 defpkgdir perl-ProjectBuilder = pb-modules 85 85 86 86 # Hash of additional package/package directory … … 93 93 # Files are mentioned relatively to pbroot/defpkgdir 94 94 filteredfiles project-builder = Makefile.PL,lib/ProjectBuilder/Version.pm 95 filteredfiles perl- project-builder = Makefile.PL,lib/ProjectBuilder/Base.pm,lib/ProjectBuilder/Distribution.pm95 filteredfiles perl-ProjectBuilder = Makefile.PL,lib/ProjectBuilder/Base.pm,lib/ProjectBuilder/Distribution.pm -
pbconf/devel/perl-ProjectBuilder/pbcl
r401 r404 1 1 # $Id$ 2 2 3 P BCHANGES3 PERL-PROJECTBUILDER CHANGES 4 4 5 devel (2008-04- 08)5 devel (2008-04-28) 6 6 - devel line 7 7 8 0.9.0 (2008-04-07) 9 - Fix #20 newver comment testver and checks pbcl files (Bruno Cornec) 10 - newver updated to support external CMS repo for build files (Bruno Cornec) 11 - setupvm ok for all supported distro but slackware not yet supported by pb (Bruno Cornec) 12 - 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) 13 - pb_env_init does just setup env variables now. It does CMS checks and conf only if called on a CMS opration (Bruno Cornec) 14 - systematic use of ENV VAR for PBPROJVER, PBPROJTAG, PBPACKAGER (Bruno Cornec) 15 - new function to get package list for cms only context and the old one is simplified (Bruno Cornec) 16 - $DESTDIR/pbrc contains now aal the keys needed to be independant when building - pbroot, pbprojver, pbprojtag, pbpackager. (Bruno Cornec) 17 - remove ntp calls for the moment, not ready (Bruno Cornec) 18 - new idempotent setupvm/setupve actions to prepare the VM/VE to be used by pb (Bruno Cornec) 19 è 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) 20 - separation of CMS calls (only when using a cms2... action) and the environment variables used (Bruno Cornec) 21 - Improvements for CMS support, lots on CVS (Bruno Cornec) 22 - Use pod for pb documentation, modules to be done (Bruno Cornec) 23 - Use Getopt::Long and support now long options (Bruno Cornec) 24 - pb_syntax now uses pod2usage (Bruno Cornec) 25 - All modules are packages now (Bruno Cornec) 26 - pb_changelog back in Base.pm and removal of Changelog.pm (Bruno Cornec) 27 - Major changes following a memorable Fort Collins discussion which makes that version incompatible with previous ones (Bruno Cornec/Bryan Gartner/Junichi Uekawa) 28 - Support URLs for pbconf and projects (ftp, http, svn, cvs, file) (Bruno Cornec/Bryan Gartner) 29 - Adds Virtual Environment support (mock, pbuilder, ...) (Bruno Cornec/Bryan Gartner) 30 - Documentation of concepts (Bruno Cornec) 31 - Fix for debian build in case a debian dir/link already exists in the project (Bruno Cornec/Bryan Gartner) 8 0.9.1 (2008-04-20) 9 - Creation of this project based on a split of fucntions from pb to support also dploy.org (Bruno Cornec) 32 10 33 0.8.12 (2008-02-07)34 - Adds support for supplemental files in projects (Bruno Cornec)35 - Addition of pbproj as a filtered variable for dploy needs also in pb_filter_file (Bruno Cornec)36 - fix #9 (Bruno Cornec)37 - adds gentoo support (Bruno Cornec)38 - Removes AppConfig dependency by using just a perl regexp instead (Bruno Cornec)39 - support for #11 test versions (Bruno Cornec)40 - overall ChangeLog support (Bruno Cornec)41 42 0.8.11 (2007-11-11)43 - Do not continue with VM if something goes wrong (Bruno Cornec)44 - Also build on 64 bits VMs when all (Bruno Cornec)45 - pb_env_init now creates a pbconf template dir if asked for (newproj option fix #3) (Bruno Cornec)46 - Fix a bug in build2vm where only the first parameter was taken in account, so we were only generating the first package (Bruno Cornec)47 48 0.8.10 (2007-10-30)49 - pbinit is now filtered before being used (Bruno Cornec)50 - Ubuntu 7.10 support added (Bruno Cornec)51 - pbinit executed after filtering (Bruno Cornec)52 - Fix bug #7 where .pbrc nearly empty wasn't working (Bruno Cornec)53 54 0.8.9 (2007-10-25)55 - Fix a bug for support of PBLOG = no (Bruno Cornec)56 57 0.8.8 (2007-10-25)58 - Add correct support for PBLOG = no (Bruno Cornec)59 60 0.8.7 (2007-10-23)61 - Fix #2 (Bruno Cornec)62 63 0.8.6 (2007-10-22)64 - Add Debian build support (Bruno Cornec)65 - New filtering rules (Bruno Cornec)66 - Add flat support to svn and cvs (Bruno Cornec)67 - Fix #4 (Bruno Cornec)68 69 0.8.5 (2007-10-16)70 - First public version (Bruno Cornec)71 72 0.5 (2007-07-26)73 - Creation of the project based on mondorescue build tools (Bruno Cornec) -
pbconf/devel/perl-ProjectBuilder/rpm/perl-ProjectBuilder.spec
r401 r404 4 4 %define perlvendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib) 5 5 6 Summary: Project Builder aka pb is a tool to produce packages for multipledistributions7 Summary(fr): Project Builder ou pb est un programme pour produire des paquets pour diverses distributions6 Summary: perl-ProjectBuilder is a set of functions to help develop perl projects and deal with Linux distributions 7 Summary(fr): perl-ProjectBuilder est un ensemble de fionctions pour aider à développer des projets perl et à traiter de diverses distributions Linux 8 8 9 9 Name: PBPKG … … 16 16 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -u -n) 17 17 BuildArch: noarch 18 Requires: perl >= 5.8.4, perl-DateManip,PBDEP18 Requires: perl >= 5.8.4, PBDEP 19 19 20 20 %description 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. 21 perl-ProjectBuilder is a set of functions to help develop perl projects and deal with Linux distributions. 25 22 26 23 %description -l fr 27 Project Builder ou pb est un programme pour produire des paquets pour 28 diverses distributions. 29 Il réalise cela en minimisant la duplication des informations requises 30 et par un jeu de fichiers de configuration très simples. 24 perl-ProjectBuilder est un ensemble de fionctions pour aider à développer des projets perl et à traiter de diverses distributions Linux. 31 25 32 26 %prep … … 51 45 %defattr(-,root,root) 52 46 %doc NEWS AUTHORS 53 %doc INSTALL COPYING README contrib/pbsetupqemu47 %doc INSTALL COPYING README 54 48 55 49 %{perlvendorlib}/* 56 50 %{_bindir}/* 57 %{_mandir}/man1/*51 #%{_mandir}/man1/* 58 52 %{_mandir}/man3/* 59 53 -
pbconf/devel/project-builder/rpm/project-builder.spec
r391 r404 16 16 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -u -n) 17 17 BuildArch: noarch 18 Requires: perl >= 5.8.4, perl-DateManip, PBDEP18 Requires: perl >= 5.8.4, perl-DateManip, perl-ProjectBuilder, PBDEP 19 19 20 20 %description … … 51 51 %defattr(-,root,root) 52 52 %doc NEWS AUTHORS 53 %doc INSTALL COPYING README contrib/pbsetupqemu53 %doc INSTALL COPYING README 54 54 55 55 %{perlvendorlib}/* 56 56 %{_bindir}/* 57 57 %{_mandir}/man1/* 58 %{_mandir}/man3/*59 58 60 59 %changelog
Note:
See TracChangeset
for help on using the changeset viewer.