Replaced hardcoded path in .spec with PB macro to ease multi-distro support
Addition of files to support build of systemdesigner-docs with pb
add some more pb conf files to pbconf in order to support build2pkg action
Adds a pbinit script for system-designer-docs
Updated systemdesigner-docs.spec thanks to the extensive help of Bryan !
Addition of a pbconf dir + a config file for linuxcoe in order
replace %configure by ./configure as some macro in rpm seem wrongly handled at least on my mandriva machine
Fix spec file for prefix var
iSmall improvements in the spec file for pb.
configure macro seems to not work on mandriva for LinuxCOE
No pre/post actions for docs rpm
Setup dependencies for Mandriva
Solves sudoers removal when removing package
Adds a global rpm filter file
Also remove useless systemdesigner
Make integrate not usable during post => replaced by the post-action script
Use variable pbpkg instead of harcoded systemdesigner name in rpm.pbf
pbinit adapted to turn around a aclocal/autoconf bug (force 1.4 usage for mdv)
Rename spec file using the new naming conventions
Use env var in the spec file instead of config.site
Remove systemdesigner-docs now useless
Some rpmlint improvements on spec file
Use PBHTTPUSER instead of hard coded apache.
Some spec file improvements for pb
In conformance with new naming conventions for package generation
Uses right option -i for install time
Adds preliminary support for debian build of LinuxCOE with pb (needs more work)
Adds support for pb build of linuxcoe-sd-data-centos
Revert back to dirs, but change the name of files instead (directory are not created in install-data-local before that install try to use it :-()
Fix a bug in Makefile.am for html where images dir was specified, but files already had it in prefix thus generating an issue during make install (unexistant dir). Hope it's ok.
/dploy.org/tmp/cvs8cUeY2
Add support for the newly introduced webalias variable for pb
Also creates the missing images directory
the docs packages has no html files under the html dir but a themes subdir
linuxcoe-sd-data-centos now builds. Remains to see how it works with base
Adds overlay support in linuxcoe.pb + better summaries for spec files
Coming back to Bryan's good verion (not for me :-)
Adds build files for rhel
Adds information for linuxcoe-sd-data-fedora and fix again some generic filters
Back to Bryan's original version (grrr, still doesn't work)
Adds build files for ubuntu
- linuxcoe-sd is now used for /etc and /var/www as a subdir (It's a rule !)
Another try to fix Makefile.am by duplicating entries (less elegant but this time should work)
Adds build files for nld
Adds build files for suse
Adds build files for scientific
- Use version 4.1 for pb as well
Adds build files for debian
Adds build files for sles
Fix configuration parameters for pb
Prepare pbconf structure to be compatible with latest filtering rules in pb
Integrates conf parameters in linuxcoe.pb (required project-builder >= 0.8.7)
linuxcoe-sd-docs also needs webalias export
Fix errors in configure.ac introduced previously hopefully
Do not check also for deb packages
Addition of eulas for pb of NLD + a pbinit missing for opensuse
Addition of a new --without-PERLMOD option to avoid checking perl modules at build time
Use the newly available options of configure --without-SUDO and --without-APACHECTL
Addition of eulas for SLES in rpm packages
Fix a remaining typo in configure.ac
Fix errors in configure.ac introduced previously
Do not check sendmail either for RPMs
Also adds an option to skip sendmail check at build time
Another small typo fixed in configure.ac
- Avoid using the 'use' keyword at start of messages as it confuses the tool used in some RPMs base distro to compute the perl dependency list (seen on RHEL4)
Adds vmsize parameter for pb
Use 2 other configure option to avoid checks at configure time
- Fix a small documentation issue
Adds files for changelog management to pb
Also adds an option to skip mksiofs check at build time
Fix spec file to not use _logdir and to use --without-MKISOFS
Updating pb conf for new scratchmonkey handling (use PBWEBWORKDIR)
Finally use /var as entry point for the Makefile in order to get it right in the generation process.
remove --with-APACHE as it doesn't generate what is expected. No call at all is what we want in RPM build
Fix Mandrake/Mandriva deps for pb
Removing " around packager name (to allow debian build at least)
Small typo in pbconf process
Fedora 8 is now supported as a VM for pb
Disabling SElinux in spec file in case it's there
check for selinuxenabled before
WITH-APACHE needed in rpm build
Adds the now mandatory testver param to pbconf
Creates an overlay for Mandriva 2009.0 (template to allow for package building - content to be adapted after tests)
Mandriva bundles are supposed to be arch independant
Begin to update the Mandriva support from the normal nph-coe script
On RHEL 6 when trying to install I have a missed dep php-mcrypt which is in EPEL...